Audio CD Music Extracting

Use “Sound Juicer” to extract Audio CDs to flac, ogg, or mp3 formats.

To enable mp3, added a new output format profile:

Profile Name: CD Quality, MP3
Profile Description: (Variable Bitrate)
GStreamer Pipeline: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 vbr=4 preset=1001 ! id3v2mux *Note: there is a space before “audio”
GStreamer alternate: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=2 ! xingmux ! id3v2mux
File Extension: mp3
Active? Check this box off

To check your gstreamer settings, try:

$ gst-inspect lame |less

You'll probably also want to install EasyTAG (mp3 tagging) to add the track info to the mp3 after you extract it from the CD.

look at:

for a better configuration