Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
Created July 12, 2016 13:56
Show Gist options
  • Save neilrenicker/369c31962888357357b3903068cd0691 to your computer and use it in GitHub Desktop.
Save neilrenicker/369c31962888357357b3903068cd0691 to your computer and use it in GitHub Desktop.
How to convert an m4a file to an mp3 using ffmpeg

Convert an m4a file to an mp3 using ffmpeg

  • Install ffmpeg using homebrew:
brew install ffmpeg
  • convert the file:
ffmpeg -i file.m4a newfile.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment