o.besner
March 18th, 2009, 06:33 AM
I love Sound-Juicer. I think it's a great app that doesn't get the love it deserves, mainly because it is deceptively complicated to setup and much more powerful than it looks. Here is, in three steps, how to tweak it properly.
Step 1: Enable mp3 ripping
------
Sound Juicer is based on Gstreamer, like Totem and Rhythmbox. To enable mp3 playback, you must intall the Good, the Bad and the Ugly (like the movie) packages. You will find them in Synaptic Package Manager, if you search for "Gstreamer". You really can't miss them.
Step 2: Enable error correction in Sound-Juicer
------
Sound Juicer can, when set up properly, detect scratches and attempt to read problematic sectors. When enabled, it's not as good as EAC on Windows but definitively better than iTunes or Windows Media Player.
Important : enabling full paranoia will lower your rip speed. It's worth it. Ripping a cd takes a few minutes, but you will keep the files for a long time, and who doesn't have a few scratched CDs in his collection?
Open a console, and type
gconf-editor
Go in apps ---> sound-juicer and change the paranoia value from "8" to "255"
Step 3 : Ripping in mp3 VBR
----------
Variable bitrate encoding is the way Lame (the mp3 encoder) was meant to be used. Quality is decided on a scale from 0 to 9, 0 being best and 9 worst.
Why you should use it :
- for the same file size, a VBR mp3 will sound noticeably better than a file with a constant bit rate. It's logic : bitrate is subtracted from silence/quiet parts and added to noisier parts of your songs.
- Does not break compatibility with anything I know
Why you might not want to use it: You cannot predict the file size that will be produced, you can only choose the quality scale.
Here's a correlation between the quality settings and the obtained bitrates :
-V 0 (best) : 220-250 kbps
-V 2 (high) : 175-210 kbps
-V 3 (recommended) : 160-190
-V 5 (good iPod setting) : 110-135 kbps
Open Sound-Juicer. Go in Edit --> Preferences --> Edit Profiles --> select "CD Quality,Mp3".
This should be your new pipeline :
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=2 vbr-min-bitrate=32 vbr-max-bitrate=320 ! xingmux ! id3v2mux
The only thing you should change is "vbr-quality=2". You should instead insert your desired quality level here. What is generally recommended is to try a few settings by yourself, and then selecting which bitrate is transparent for you.
Hope this can help. This is a mashup of what I have found on the Arch Linux and Ubuntu forums, but I've never seen it on a single page.
Step 1: Enable mp3 ripping
------
Sound Juicer is based on Gstreamer, like Totem and Rhythmbox. To enable mp3 playback, you must intall the Good, the Bad and the Ugly (like the movie) packages. You will find them in Synaptic Package Manager, if you search for "Gstreamer". You really can't miss them.
Step 2: Enable error correction in Sound-Juicer
------
Sound Juicer can, when set up properly, detect scratches and attempt to read problematic sectors. When enabled, it's not as good as EAC on Windows but definitively better than iTunes or Windows Media Player.
Important : enabling full paranoia will lower your rip speed. It's worth it. Ripping a cd takes a few minutes, but you will keep the files for a long time, and who doesn't have a few scratched CDs in his collection?
Open a console, and type
gconf-editor
Go in apps ---> sound-juicer and change the paranoia value from "8" to "255"
Step 3 : Ripping in mp3 VBR
----------
Variable bitrate encoding is the way Lame (the mp3 encoder) was meant to be used. Quality is decided on a scale from 0 to 9, 0 being best and 9 worst.
Why you should use it :
- for the same file size, a VBR mp3 will sound noticeably better than a file with a constant bit rate. It's logic : bitrate is subtracted from silence/quiet parts and added to noisier parts of your songs.
- Does not break compatibility with anything I know
Why you might not want to use it: You cannot predict the file size that will be produced, you can only choose the quality scale.
Here's a correlation between the quality settings and the obtained bitrates :
-V 0 (best) : 220-250 kbps
-V 2 (high) : 175-210 kbps
-V 3 (recommended) : 160-190
-V 5 (good iPod setting) : 110-135 kbps
Open Sound-Juicer. Go in Edit --> Preferences --> Edit Profiles --> select "CD Quality,Mp3".
This should be your new pipeline :
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=2 vbr-min-bitrate=32 vbr-max-bitrate=320 ! xingmux ! id3v2mux
The only thing you should change is "vbr-quality=2". You should instead insert your desired quality level here. What is generally recommended is to try a few settings by yourself, and then selecting which bitrate is transparent for you.
Hope this can help. This is a mashup of what I have found on the Arch Linux and Ubuntu forums, but I've never seen it on a single page.