Skip to content

Instantly share code, notes, and snippets.

@dekart
Last active December 20, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dekart/6187031 to your computer and use it in GitHub Desktop.
Save dekart/6187031 to your computer and use it in GitHub Desktop.
ffmpeg conversions
ffmpeg -i input.mkv -map 0:0 -map 0:2 -c:v copy -c:a:0 copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment