Skip to content

Instantly share code, notes, and snippets.

@juike
Created October 21, 2014 15:14
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 juike/a2ff12434ee4b8359a7d to your computer and use it in GitHub Desktop.
Save juike/a2ff12434ee4b8359a7d to your computer and use it in GitHub Desktop.
ffmpeg -i {filename} -acodec aac -ac 2 -strict experimental -ab 160k -s {ssize} -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -b 1200k -f mp4 -threads 0 {filename}.ipad.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment