Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: HOWTO: Adjust Sound Juicer encoder quality setting

  1. #1
    Join Date
    Apr 2005
    Beans
    45

    HOWTO: Adjust Sound Juicer encoder quality setting

    Sound Juicer in Hoary uses the 0.5 quality setting for ripping songs to Ogg format. If you have plenty of disk space, but don't want the extravagance of FLAC, you can adjust this setting to get better results.

    Open: Applications->System Tools->Configuration Editor

    Navigate to: /system/gstreamer/audio/profiles/cdlossy

    Alter: Pipeline audio/x-raw-int,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5

    Quality is a value between 0 (Low quality) and 1.0 (High quality). At a quality setting of 1.0 the resultant Ogg will be approximately 1/3 the size of the same song encoded as FLAC.

    ***

    First post, hope I put it in the right place.

  2. #2
    Join Date
    Oct 2004
    Location
    Somewhere in Virginia
    Beans
    174

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    You can also press '<Alt>+F2' and type in 'gnome-audio-profiles-properties' and edit the profile from there. Just change 'Gstreamer pipeline' to what Curufir wrote above.

    And yes, this is exactly the right place. Thanks for the HOWTO.
    Cut down on bored clutter: use the search tool.
    Have you answered a post today?
    New Ubuntu Hoary users might want to check out the Hoary After-Install Helper. Just some shameless self-promotion.

  3. #3
    Join Date
    Apr 2005
    Beans
    13
    Distro
    Ubuntu 6.06

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    how about encoding in mp3 with lame's --alt-preset standard config, how would you go about setting that up?

  4. #4
    Join Date
    Apr 2005
    Beans
    45

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    Quote Originally Posted by riffic
    how about encoding in mp3 with lame's --alt-preset standard config, how would you go about setting that up?
    That's a little more involved.

    Add the marillat repositories to your sources.lst (http://ubuntuguide.org/ shows how to do this).

    Get gstreamer0.8-lame and liblame0 using Synaptic.
    (Or enter command: sudo apt-get install gstreamer0.8-lame liblame0)

    Press '<Alt>+F2' and type in 'gnome-audio-profiles-properties'.

    You will be presented with a dialogue titled 'Edit GMAudio Profiles'.

    Hit 'New'.

    Set 'Profile name' to 'CD Quality, MP3'.

    'CD Quality, MP3' will now appear in the list of 'Profiles'.

    Select 'CD Quality, MP3' and hit 'Edit'.

    Fill in the 'Editing profile "CD Quality, MP3"' form with these values:

    'Profile name:' = 'CD Quality, MP3'
    'Profile Description:' = 'Used for converting to CD-quality audio, but with a lossy compression codec. Use this for CD extraction and radio recordings.'
    'GStreamer Pipeline:' = 'audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=standard'
    'File Extension:' = 'mp3'

    Mark the profile as 'Active'

    Hit 'Ok'
    Hit 'Close'

    Open up a terminal (Applications->System Tools->Terminal).

    Enter command: gst-register-0.8

    You can now select 'CD Quality, MP3 (MP3 audio)' in the Sound Juicer preferences.

    The value 'preset' in 'GStreamer Pipeline:' can be one of the following:

    None (Lowest Quality/Size)
    Medium
    Standard
    Extreme
    Insane (Highest Quality/Size)

    ***

    Thanks for pointing out the shortcut Nis.

  5. #5
    Join Date
    Mar 2005
    Beans
    118

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    NIce!
    See, you not only have to be a good coder to create a system like Linux, you have to be a sneaky bastard too.

  6. #6
    Join Date
    Feb 2005
    Location
    Midlands, UK
    Beans
    96
    Distro
    Ubuntu 6.06

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    This may be a stupid question but I'm assuming 0.5 is the same as Q5? and so Q10 is 1?

  7. #7
    Join Date
    Nov 2004
    Location
    S.F. bay area :: U.S.A.
    Beans
    150

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    You are correct.

    Bob

  8. #8
    Join Date
    Feb 2005
    Beans
    537

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    so how do i get bitrate management mode? i need to make ogg files that don't drop below 96kbps, because if they do my player crashes.

  9. #9
    Join Date
    Apr 2005
    Beans
    45

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    Use this as your GStreamer Pipeline:

    audio/x-raw-int,rate=44100,channels=2 ! vorbisenc name=enc max-bitrate=96000

  10. #10
    Join Date
    Feb 2005
    Beans
    537

    Re: HOWTO: Adjust Sound Juicer encoder quality setting

    Quote Originally Posted by Curufir
    Use this as your GStreamer Pipeline:

    audio/x-raw-int,rate=44100,channels=2 ! vorbisenc name=enc max-bitrate=96000
    hmm does that set the max bitrate at 96kbps? or does it set the Minimum bps to 96?

    also can i set that i want 128 average kbps, with 96 as a minimum?

Page 1 of 3 123 LastLast

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
  •