Rip CD to MP3 with Sound Juicer in Linux
Sound Juicer is an application that comes installed in Ubuntu, for ripping audio CDs. However, for legal reasons, it does not come with support for rip CDs to MP3, Ogg and only to other formats, which will not run on most home stereos and automotive.
To enable support for mp3, install the library lame via apt-get with the command:
$ Sudo apt-get install liblame0
Then install the lame plugin for GStreamer , a library used for building media management components such as audio and video, used by Sound Juicer:
$ Sudo apt-get install gstreamer0.10-lame
You can check for a newer version by running sudo apt-get install gstreamer * and seeing the results to choose the most current version to install, and then type the command again with the desired version.
Okay, now just open Sound Juicer (in the terminal, type & sound-juicer), go to the Edit menu> Preferences, and in the field "Output format" select "CD Quality, MP3 (MP3 audio)"
Source: http://ubuntuforums.org/archive/index.php/t-957.html
Related posts:
- Batch Convert WMA to MP3 on Linux
- Change Volume Label Pen and HDs on Linux
- Virtual PDF Printer on Linux
- Joining PDF in Linux
- StarDict dictionary in Linux
Related posts brought to you by Yet Another Related Posts Plugin .





