The UHF of the film world.


quietearth [General News 08.21.06]

Share on Google+


By default, ubuntu does not come with this enabled. To add functionality to rip mp3's in ubuntu with sound juicer with id3 tags, lets do the following.

1. Install the necessary gstreamer packages:
# apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
2. Load sound juicer, go to Edit->Preferences
3. Under Format, choose Edit Profiles, and click New.
4. For Profile name, pick mp3 and hit Create.
5. Then click on the mp3 profile and click Edit.
6. Change the gstreamer pipeline to the following:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3mux
7. Then set the File Extension to "mp3".
8. Click on the checkmark box "Active?" then click Ok.
9. Hit Close on the Edit profiles screen.
10. You will need to exit the sound juicer application and restart it.
11. After reloading sound juicer, go back to Edit->Preferences and under the Output format section, you will now be able to set the newly created mp3 profile you created.


This will create mp3 files with a bitrate of 128 kb/s. Now stick in your cd's and you should be ready to go! If you are using another cd extracting program which uses gstreamer, this functionality should work fine as you just added a new gstreamer profile to the system, not specifically to sound juicer.
Tested under dapper.

NOTE: Under feisty, all you have to do is have the above gstreamer plugins installed and the option for mp3 will be available in sound juicer.

avatar

Anonymous (5 years ago) Reply

Worked a treat thanks! The key for me was the 'id3mux' addition on the 'gstreamer pipeline'.

avatar

Tom (5 years ago) Reply

Thanks! I have tried and tried to rip MP3's with Ubuntu and you helped. Thanks again.

avatar

jarviser (5 years ago) Reply

Understandable, straight to the point and installed in less than 10 minutes. Thanks.

avatar

Eric (4 years ago) Reply

When I do this I get audio files that are 20 or 30 megs and won't play after ripped.

??

P.S. your captcha SUCKS...I did it 10 times

avatar

eric (4 years ago) Reply

Now it works, running from the command line I was able to figre out that mulitverse was not enabled...Thanks!

avatar

shanike (4 years ago) Reply

could you send me a mail explaining what am i supposed to do, if i want create 192kb/s mp3's?

avatar

Anonymous (4 years ago) Reply

Help!

Sound Juicer Problem (Bug?) with variable bitrate encoding:

A wrong length of the mp3 file (e.g. 18min instead of the real 4:40min) is displayed
in a player like rythm box!!!

I use the following command line options:

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=4 preset=1002 ! xingmux ! id3v2mux


Leave a comment








Related articles