Skip to content

Instantly share code, notes, and snippets.

@andyvanee
Created August 18, 2015 17:59
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 andyvanee/4b8107a5de027e6558f0 to your computer and use it in GitHub Desktop.
Save andyvanee/4b8107a5de027e6558f0 to your computer and use it in GitHub Desktop.
iPad and Web Friendly video conversion
ffmpeg -i input.mp4 -acodec aac -ac 2 -strict experimental -ab 160k -s hd720 -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -b:v 1200k -f mp4 -threads 0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment