Seeing as there's a lot of topics flying around the forum, I'll make a howto based on my own research. This will tell you how to enable mp3 encoding (i.e. enabling you to rip CDs as .mp3 files), and then overcome the cursed CBR 128kbps that is imposed on you.
If you open Sound Juicer (called Audio CD Extractor in [i]Accessories>Sound & Video{/i]) and select Edit>Preferences the output format box will have a few options, by default none of them MP3. If you hit edit profiles, however, you will see an mp3 option, yet if you select it, you find it cannot be used to encode your mp3s yet (by default).
To enable mp3 encoding, you need to open a terminal and enter:
Now you can select the mp3 option.Code:sudo apt-get install ubuntu-restricted-extras
However, all mp3's ripped will be CBR 128kbps.
To change this, we need to go to Edit>Preferences again, select edit profiles again and edit the MP3 one. In the "GStreamer pipeline" box, replace what is in there with this:
You can change your max and min bit rates as you wish by changing the number on the end of the "vbr-min-bitrate=160" and "vbr-max-bitrate=256" commands (leave syntax as is), it is currently tailored to my liking.Code:audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=0 vbr-min-bitrate=160 vbr-max-bitrate=256 ! xingmux ! id3v2mux
Hope this helps people struggling with ripping mp3's,
- Jake




Adv Reply




Bookmarks