Skip to content

Instantly share code, notes, and snippets.

@isanosyan
Created August 3, 2012 00:16
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 isanosyan/3242469 to your computer and use it in GitHub Desktop.
Save isanosyan/3242469 to your computer and use it in GitHub Desktop.
convert video for ipad
ffmpeg -i test.flv -vcodec mpeg4 -b 512k -acodec aac -strict experimental -ac 2 -ab 256k -ar 44100 test.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment