Skip to content

Instantly share code, notes, and snippets.

@chrisknepper
Created November 30, 2014 20:31
Show Gist options
  • Save chrisknepper/0278a3021396f95489d2 to your computer and use it in GitHub Desktop.
Save chrisknepper/0278a3021396f95489d2 to your computer and use it in GitHub Desktop.
#Based on http://askubuntu.com/questions/396883/how-to-simply-convert-video-files-i-e-mkv-to-mp4
ffmpeg -i input.mkv -vcodec copy -acodec copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment