Skip to content

Instantly share code, notes, and snippets.

@shandanjay
Forked from neilrenicker/ffmpeg.md
Created February 6, 2018 09:27
Show Gist options
  • Save shandanjay/336f7783a079cc3801a9afee984c1673 to your computer and use it in GitHub Desktop.
Save shandanjay/336f7783a079cc3801a9afee984c1673 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