Skip to content

Instantly share code, notes, and snippets.

@emaildano
Last active October 26, 2019 23:24
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 emaildano/3d1d33844558f24e8e1e34018e87ff4d to your computer and use it in GitHub Desktop.
Save emaildano/3d1d33844558f24e8e1e34018e87ff4d to your computer and use it in GitHub Desktop.

Covert MK4 to MP4 for iTunes and AirPlay

ffmpeg -i foo.mkv -codec copy bar.mp4
ffmpeg -i input.mkv -c:v copy -c:a aac -b:a 384k output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment