Created
September 13, 2014 17:50
-
-
Save dakom/46b6a1566edd4c88c96b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 input.mkv -c:v copy -c:a copy output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If that doesn't work, just transcode:
ffmpeg -i input.mkv -g 72 -movflags faststart -c:v libx264 -preset faster -crf 22 -c:a libfdk_aac -b:a 256k -f mp4 output.mp4