Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

  1. #1
    Join Date
    Jul 2007
    Location
    Cantley, Qc, Can
    Beans
    77

    HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    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
    Code:
    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 :

    Code:
    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.

  2. #2
    Join Date
    Mar 2009
    Beans
    18

    Question Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    i installed juicer using synaptic but cannot find it to open it. i restarted and still can't find it. shouldn't it be in Applications>Sound and Video? using 8.10

    thanks!

  3. #3
    Join Date
    Jul 2007
    Location
    Cantley, Qc, Can
    Beans
    77

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    Quote Originally Posted by dondrup View Post
    i installed juicer using synaptic but cannot find it to open it. i restarted and still can't find it. shouldn't it be in Applications>Sound and Video? using 8.10

    thanks!
    On Ubuntu, it is renamed "Audio CD Extractor" or something very similar.

    It is indeed under Applications --> Sound and Video

    However, the real name of the program is Sound Juicer.

  4. #4
    Join Date
    Mar 2009
    Beans
    18

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    ah, there it is. i also looked at a "how to find application" thread and found the ALT+F2 worked well if i typed in "sound-juicer".

    thanks

  5. #5
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    Quote Originally Posted by o.besner View Post
    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.
    Poorly designed app, IMO. Configuration/settings are a nightmare for linux noobs. They should redo it or replace it with a better one.

  6. #6
    Join Date
    Jul 2007
    Location
    Cantley, Qc, Can
    Beans
    77

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    Quote Originally Posted by logos34 View Post
    Poorly designed app, IMO. Configuration/settings are a nightmare for linux noobs. They should redo it or replace it with a better one.
    True. Grip also needs to be easier to configure. Why not integrate cd ripping with Brasero or even Nautilus ? Drag n' drop.

  7. #7
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    Quote Originally Posted by o.besner View Post
    Why not integrate cd ripping with Brasero
    right, like you can do with K3b (which I run on gnome). But, yeah, maybe Brasero. Or nautilus browser. It already burns. How hard can it be to provide cd rip support, or at least a plugin?

  8. #8
    Join Date
    Apr 2007
    Location
    Ohio USA
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    Thank you o.besner for this little tutorial. I only recently realized that my sound juicer was ripping everything to a 128 constant rate. This works great.

  9. #9
    Join Date
    Aug 2009
    Beans
    41
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    can't seem to use juicer...

    when I hit 'Extract', Sound juicer closes and that's the end of that.

  10. #10
    Join Date
    May 2007
    Beans
    26

    Re: HOWTO: Configure Sound-Juicer (audio CD extractor) for mp3 VBR and Paranoia

    This seems to do the trick!

    However I'm a confused.

    whats the difference between vbr= and vbr-quality= ?

    I would thinking setting one or the other would allow gstreamer to set the vbr LAME value..

    Also, I have noticed for the vbr values to work you have to set min and max bit rates....doesn't that take the ease out of just saying "hey lame, use -V0" and it doing its thing?

    I'm assuming there much be some weirdness with gstreamer that requires all this "unessary arguments"?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •