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

linux/fedora/audio_cd_extracting.txt · Last modified: 2007/10/23 03:15 by john
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki