Skip to content

Instantly share code, notes, and snippets.

@icot
Created March 10, 2013 18:41
Show Gist options
  • Save icot/5129797 to your computer and use it in GitHub Desktop.
Save icot/5129797 to your computer and use it in GitHub Desktop.
MP4 to AVI
avconv -i $file.mp4 -vcodec mpeg4 -acodec ac3 -ab 128k -ac 2 $file.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment