Out of the box, neither Ubuntu or Fedora support ripping audio CDs to MP3. This is because MP3 is not royalty free, unlike OGG, or FLAC. Buying music online at the moment seems a waste of time, as it usually costs the same price as buying the CD, and comes in lower quality. My personal preference is to just buy the CD and rip it myself, giving me the option of what format and what quality to use.
Ubuntu comes with Sound Juicer installed, which is a very capable ripper. To get MP3 support in this, I installed the "ubuntu-restricted-extras" package, which amongst other things, such as Sun Java and Microsoft Fonts, installs MP3 support for Sound Juicer, via the Gstreamer packages.

I find most people's idea of "CD Quality MP3" to be a little on the low side, so I like to change the settings slightly. Adjusting the settings to the lame encoder is pretty easy, but the format is slightly different from just using LAME at the command line. As we are going through Gstreamer, we follow its own rules. To see all available settings, use "gst-inspect-0.10 lame", depending of course on your version of Gstreamer.
I used the following setting, which gives me 96-320kbps VBR MP3 files.
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-min-bitrate=96 vbr-max-bitrate=320 ! id3v2mux
Once this is changed, you have to close Sound Juicer and re-open it for the new, or adjusted profile to show up.
Ripping my latest purchase, IAMX - Kiss + Swallow (review coming soon), took a minute (if that) and took up 81.7MB. A perfect size for an album.
I am just seeing this and I need to say thank you for this tip. I had no idea how to get VBR mp3 rips in Ubuntu. ![]()
You got it working then ![]()
Yeah, but I did not know how to get VBR working so this is a big help. I ripped an album in standard 192kbps because I did not know about this. I really prefer VBR. I am going to go ahead and re-rip it.
1 to 4 of 4