Skip to content

Instantly share code, notes, and snippets.

@Om4ar
Forked from neilrenicker/ffmpeg.md
Created February 15, 2018 23:07
Show Gist options
  • Save Om4ar/56275c10011d0c74a30e405a118b1a5f to your computer and use it in GitHub Desktop.
Save Om4ar/56275c10011d0c74a30e405a118b1a5f 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