Results 1 to 5 of 5

Thread: HOWTO: Get VBR Mp3 from Rhythmbox

  1. #1
    Join Date
    Dec 2006
    Beans
    60

    HOWTO: Get VBR Mp3 from Rhythmbox

    This guide is written for Ubuntu 9.10 and 10.04. Older/newer versions may also work but have not been tested.

    Wouldn't it be nice to rip your favourite CD to high quality VBR Mp3 with Rhythmbox so you can play it on your Mp3 player? I'll tell you how.

    First, we need to install some packages containing the required Mp3 encoder. Go to System>Administration and open Synaptic Package Manager. Search for gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly and gstreamer0.10-plugins-ugly-multiverse. Right-click on each one and select "Mark for installation". When you're finished, click Apply.

    If you can't find those packages, go to Settings>Repositories and make sure Universe and Multiverse are enabled. Don't forget to click reload after enabling!

    Now go to Applications>Sound & Video and start Rhythmbox. Go to Edit>Preferences>Music and click the "edit" button next to the preferred format. Select "CD Quality, MP3" and click Edit. Empty the field for "GStreamer pipeline", and paste the following into it:
    Code:
    audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=2 ! xingmux ! id3v2mux
    The "2" for VBR-quality can be changed if you like. Higher numbers lead to smaller files and lower quality. 0, 1, 2 or 3 are good for high quality, 4, 5 and 6 are good for mobile use (when your storage is limited). 7 and higher don't sound very well.

    Now click close, click close again, make sure your preferred format is "CD Quality, MP3" and click the final close button.

    When you add a CD to your library now, it will be VBR Mp3.

  2. #2
    Join Date
    Nov 2006
    Location
    Melbourne (Victoria, OZ)
    Beans
    937
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: HOWTO: Get VBR Mp3 from Rhythmbox

    Hi. I noticed that besides changing the VBR quality, you also added xingmux ! so was wondering the significance of that. Thanks for your guide. Cheers.
    Soylent Green is PEOPLE!!!

  3. #3
    Join Date
    May 2007
    Beans
    55

    Smile Re: HOWTO: Get VBR Mp3 from Rhythmbox

    Many thanks. But only 2 metapackages are required:
    1. gstreamer0.10-plugins-ugly-multiverse
    2. gstreamer0.10-plugins-ugly


    I finally can rip into VBR MP3s with normal seek times! Hallelujah!

  4. #4
    Join Date
    Jun 2010
    Location
    UPSTATE New York
    Beans
    83
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: HOWTO: Get VBR Mp3 from Rhythmbox

    =D> thank yew, thank yew... (they need a "thank you" button for these posts....)

  5. #5
    Join Date
    Jan 2008
    Location
    PVD, USA
    Beans
    240
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: Get VBR Mp3 from Rhythmbox

    Hi All,
    I was curious about the Xingmux too, so I looked it up and found it adds a header to .mp3. Appaerently the header gives info regarding the duration and size of the file and a seek table and is very useful for getting an almost correct duration and better seeking on VBR MP3 files.

    Check it out, (good question):
    http://www.gstreamer.net/data/doc/gs...s-xingmux.html

    Cheers,
    M

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
  •