Created
December 7, 2016 17:21
-
-
Save aahung/b4813232c5524c598223a90191ee08b3 to your computer and use it in GitHub Desktop.
Comvert to MP4 using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i ?.mkv -vcodec copy -acodec copy ?.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment