Skip to content

Instantly share code, notes, and snippets.

@watson
Created October 5, 2014 23:34
Show Gist options
  • Save watson/e5fd3f11bd2891286177 to your computer and use it in GitHub Desktop.
Save watson/e5fd3f11bd2891286177 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet

Convert A -> B

Convert and transcode:

ffmpeg -i in.mkv out.mp4

Covert without transcoding:

ffmpeg -i in.mkv -vcodec copy -acodec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment