Created
February 7, 2020 06:22
-
-
Save utopictown/e24767fe4911f249c311dd35eb31042b to your computer and use it in GitHub Desktop.
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 Inputfile.flv -vcodec h264 -acodec aac -strict -2 Filename.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment