Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created June 28, 2020 15:34
Show Gist options
  • Save remlapmot/fb741b9c5245d4df0eecd102db3a346a to your computer and use it in GitHub Desktop.
Save remlapmot/fb741b9c5245d4df0eecd102db3a346a to your computer and use it in GitHub Desktop.
Convert an .mkv file to an h.265 .mp4
ffmpeg -i "fileprefix.mkv" -c:v libx265 "fileprefix.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment