Notes on AC3 to MP3 using ffmpeg. Needed this to convert a video download into an mp3 so I could grab a section of the audio. The trick appears to be forcing the audio to 2 channels: ffmpeg -i audio.ac3 -acodec libmp3lame -ar 48000 -ab 256k -ac 2 output.mp3