I've got an old and temperamental MP3 player which doesn't deal well with MP3s that have fancy things like a variable bit rate.

Is there a command line tool for Mac or Linux that I could use to re-encode MP3s so they have a fixed bitrate?

link|improve this question

50% accept rate
feedback

3 Answers

up vote 1 down vote accepted

For Linux, consider FFmpeg -- ffmpeg.org/

For Windows, Linux or OSX, use lame -- http://lame.sourceforge.net/

link|improve this answer
feedback

LAME is probably the best known name in the business, though it is a very advanced system and not for someone "new" to the command line.

link|improve this answer
Most of the GUIs use lame in the back-end, so you get my vote for mentioning it. – Randolph West Oct 6 '10 at 4:42
D'oh! I'd previously looked at lame, but for some reason I'd assumed that it only accepted WAV files. Thanks. – David Wolever Oct 6 '10 at 14:54
feedback

Check out MP3Packer http://www.hydrogenaudio.org/forums/index.php?showtopic=32379 it can change files from vbr to cbr.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.