Skip to content

Instantly share code, notes, and snippets.

@utopictown
Created February 7, 2020 06:22
Show Gist options
  • Save utopictown/e24767fe4911f249c311dd35eb31042b to your computer and use it in GitHub Desktop.
Save utopictown/e24767fe4911f249c311dd35eb31042b to your computer and use it in GitHub Desktop.
convert mkv to mp4
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