Skip to content

Instantly share code, notes, and snippets.

@richjenks
Last active March 15, 2018 09:17
Show Gist options
  • Save richjenks/e0ba9ae545345973a714ee375ecf7517 to your computer and use it in GitHub Desktop.
Save richjenks/e0ba9ae545345973a714ee375ecf7517 to your computer and use it in GitHub Desktop.
# Quick Convert
ffmpeg -i input.mkv -c copy output.mp4
# To "Standard" MP4
ffmpeg -i input.mkv -c:v h264 -c:a aac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment