Skip to content

Instantly share code, notes, and snippets.

@stormwild
Forked from neilrenicker/ffmpeg.md
Created December 22, 2018 08:36
Show Gist options
  • Save stormwild/cc5a175bb5dde58e4fde31a847ea9f08 to your computer and use it in GitHub Desktop.
Save stormwild/cc5a175bb5dde58e4fde31a847ea9f08 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