Skip to content

Instantly share code, notes, and snippets.

@rauluranga
Created December 13, 2014 23:05
Show Gist options
  • Save rauluranga/9de82e65cb91535b99ce to your computer and use it in GitHub Desktop.
Save rauluranga/9de82e65cb91535b99ce to your computer and use it in GitHub Desktop.
ffmpeg iPad video settings
ffmpeg -i INPUT -r FPS-VALUE -acodec aac -ac 2 -strict experimental -ab 160k -s 1024x768 -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -b 1200k -f mp4 -threads 0 OUTPUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment