Skip to content

Instantly share code, notes, and snippets.

@ourway
Forked from jamiecurran/gist:8271908
Last active August 29, 2015 14:15
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 ourway/2923b616d2d5cf99600c to your computer and use it in GitHub Desktop.
Save ourway/2923b616d2d5cf99600c to your computer and use it in GitHub Desktop.
Convert a movie for ipad
ffmpeg -i movie.mkv -r 30 -strict -2 -async 1 -acodec aac -ac 2 -ab 160k -threads 0 -preset slower -profile:v high -level 4.1 -f mp4 -refs 4 ipadVideo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment