Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created November 27, 2011 06:13
Show Gist options
  • Select an option

  • Save trivektor/1397074 to your computer and use it in GitHub Desktop.

Select an option

Save trivektor/1397074 to your computer and use it in GitHub Desktop.
Convert avi to mp4 for iWhatever
ffmpeg -i Roman_Holiday.avi -f mp4 -vcodec libxvid -maxrate 1000 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -strict experimental -mbd 2 -s 320x240 -ab 128 -b 400 Roman_Holiday.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment