Created
May 19, 2018 23:55
-
-
Save enesser/b554a68a7a5fcc3fecf8ff5379900e3f to your computer and use it in GitHub Desktop.
ffmpeg: Convert MKV to MP4
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 source.mkv -codec copy dest.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment