Skip to content

Instantly share code, notes, and snippets.

@mrpollo
Created July 29, 2011 07:40
Show Gist options
  • Save mrpollo/1113393 to your computer and use it in GitHub Desktop.
Save mrpollo/1113393 to your computer and use it in GitHub Desktop.
Just a quick note on how to convert video to and iPad appropiate format
ffmpeg -i INPUT -acodec libfaac -ac 2 -ab 160k -s 1024x768 -vcodec libx264 -vpre slow -vpre iPod640 -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