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