Skip to content

Instantly share code, notes, and snippets.

@zackurben
Forked from neilrenicker/ffmpeg.md
Created November 8, 2017 04:34
Show Gist options
  • Save zackurben/2d2794286e93706a1b88eb6e45379c8f to your computer and use it in GitHub Desktop.
Save zackurben/2d2794286e93706a1b88eb6e45379c8f 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