Skip to content

Instantly share code, notes, and snippets.

@ablx
Created November 8, 2015 13:55
Show Gist options
  • Save ablx/59472c1e977f33d24903 to your computer and use it in GitHub Desktop.
Save ablx/59472c1e977f33d24903 to your computer and use it in GitHub Desktop.
AVI -> MOV FFMPEG
ffmpeg -i "input.avi" -acodec libmp3lame -ab 192 "output.mov"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment