Skip to content

Instantly share code, notes, and snippets.

@mariow
Created March 27, 2013 11:57
Show Gist options
  • Save mariow/5253670 to your computer and use it in GitHub Desktop.
Save mariow/5253670 to your computer and use it in GitHub Desktop.
Convert m4a to mp3
ffmpeg -i input.m4a -acodec libmp3lame -ab 320k ouput.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment