Skip to content

Instantly share code, notes, and snippets.

@davidhariri
Created May 15, 2016 17:15
Show Gist options
  • Save davidhariri/272b8448b7ce986fe1abe07c3d50d600 to your computer and use it in GitHub Desktop.
Save davidhariri/272b8448b7ce986fe1abe07c3d50d600 to your computer and use it in GitHub Desktop.
Convert MKV to iTunes MP4 without transcoding video
ffmpeg -i "movie.mkv" -c:v copy -c:a aac -b:a 256k -strict -2 "movie.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment