====== 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 ([[:linux:fedora:mp3 tagging]]) to add the track info to the mp3 after you extract it from the CD. look at: * http://forums.droplinegnome.org/viewtopic.php?t=5512 * http://www.pizon.org/articles/adding-mp3-support-to-gnome.html for a better configuration == {{tag>:linux:fedora:fc6 :linux:fedora :linux}}