Skip to content

Instantly share code, notes, and snippets.

@andreacfm
Created August 31, 2012 09:27
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 andreacfm/3550760 to your computer and use it in GitHub Desktop.
Save andreacfm/3550760 to your computer and use it in GitHub Desktop.
convert avi files to m4v
ffmpeg -i file.AVI -vcodec copy -acodec libfaac file.m4v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment