Skip to content

Instantly share code, notes, and snippets.

@danalloway
Created June 7, 2014 02:57
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 danalloway/75987741194344df03c3 to your computer and use it in GitHub Desktop.
Save danalloway/75987741194344df03c3 to your computer and use it in GitHub Desktop.
FFMPEG - Convert / Copy MKV to MP4 container format
# straight copy mkv to mp4
# no conversion takes place
# 100% passthru for both audio and video
ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment