LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-24-2008, 02:06 AM   #1
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52
Blog Entries: 1

Rep: Reputation: 15
Can anyone recommend a good CD->mp3 converter?


I feel a bit silly posting a thread about this, but anyway...

I've been using KAudioCreator to rip CDs to mp3s up to this point and that has served me fairly well, except for the fact that it chokes on certain CDs at the same point without spitting out any error message. It's incredibly frustrating, so I'd like to know if there are any alternatives you can recommend.

I'm looking for something that works as easily as what I've been using up until now because I have several hundred CDs to rip (I stupidly wiped my other HD without backing my MP3s up first). It would be ideal if it supported CDDB lookups as well.

Any recommendations?
 
Old 11-24-2008, 03:13 AM   #2
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
http://nostatic.org/grip/ maybe
 
Old 11-24-2008, 03:22 AM   #3
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52

Original Poster
Blog Entries: 1

Rep: Reputation: 15
I"m using Slackware, it doesn't come with Gnome (grip requires Gnome). Thanks for the suggestion anyway!
 
Old 11-24-2008, 03:29 AM   #4
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
You don't need a complete Gnome install to use grip. I use it in XFce, for instance. It should pull in the required gnome libraries, but not all of it.

Robin
 
Old 11-24-2008, 06:54 AM   #5
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
If you like a gui for this sort of task have a look at soundkonverter.
It is a kde application so should pull down less dependencies.
It will perform cddb look-ups,and is intuitive to use.
Or you could just use Lame from the command line.
The choice is yours....

Regards.
The trooper.
 
Old 11-24-2008, 07:14 AM   #6
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by the trooper View Post
If you like a gui for this sort of task have a look at soundkonverter.
It is a kde application so should pull down less dependencies.
It will perform cddb look-ups,and is intuitive to use.
Or you could just use Lame from the command line.
The choice is yours....

Regards.
The trooper.
Thanks, though it seems to stall at the same point KAudioCreator does with the CD I used to test it. I'm not sure what's going on here, I'll have to look into it.

Thank you everyone for your help!
 
Old 11-24-2008, 08:18 AM   #7
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Nearly every CD ripper out there uses the same cdparanoia program to do the actual ripping. So chances are your problem is with that. cdparanoia sometimes has a difficult time on disks that have been scratched, suffer bitrot, or otherwise have difficult-to-read areas, especially with the default settings most rippers use.

What I usually do in these cases is to open up a shell and use cdparanoia directly, adding the -z option so that it keeps trying forever. Usually it can eventually get a clean rip, but it sometimes has to work for quite a while before it does. Don't generally try disabling the "paranoia" options. It will appear to rip beautifully, but the output will be corrupted.

If cdparanoia doesn't work, you can try cdda2wav/icedax instead. It might succeed where cdparanoia fails. I believe it also has cddb ability built in.

You might also try the disk on a different system with a different make of cd reader. Some hardware can read bad disks better than others.

Once you have the tracks ripped to .wav, you can use lame, kaudiocreator, or whatever to encode them to mp3.
 
Old 11-24-2008, 08:19 AM   #8
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
EDIT: seems I posted late, wizardhat & David already posted what I was going to say.. Sorry.

Last edited by b0uncer; 11-24-2008 at 08:20 AM.
 
Old 11-24-2008, 09:10 AM   #9
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,127
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
soundjuicer
 
Old 11-24-2008, 09:41 AM   #10
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I have a lot of CDs and I spent a long time converting them all to MP3s. I haven't found anything better or more flexible than dbPowerAmp suite. It's free but it runs on that horrible platform that everybody hates. I hate it too. It's one of the few times I ever start up a Windows box anymore.
 
Old 11-24-2008, 11:55 AM   #11
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Meh, in windows there is nothing better than foobar (for me) (and you can use discogs with it which are way better than cddb). And I don't suggest converting to mp3 even at vbr 192 (take at least 256), cause the audio loss is heard easily. Or you can use ogg or aac, which are better than mp3. If you want free and lossless, take a look at flac.
 
Old 11-24-2008, 12:19 PM   #12
geek_man
Member
 
Registered: Nov 2007
Distribution: Fedora 7, Fedora 9, Solaris 10, Mac OS X, RHEL5
Posts: 71

Rep: Reputation: 15
K3B is a good choice. I'm not sure about the ease to install it on Slackware. I haven't used Slackware for a long period of time.
 
Old 11-24-2008, 08:09 PM   #13
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by David the H. View Post
Nearly every CD ripper out there uses the same cdparanoia program to do the actual ripping. So chances are your problem is with that. cdparanoia sometimes has a difficult time on disks that have been scratched, suffer bitrot, or otherwise have difficult-to-read areas, especially with the default settings most rippers use.

What I usually do in these cases is to open up a shell and use cdparanoia directly, adding the -z option so that it keeps trying forever. Usually it can eventually get a clean rip, but it sometimes has to work for quite a while before it does. Don't generally try disabling the "paranoia" options. It will appear to rip beautifully, but the output will be corrupted.

If cdparanoia doesn't work, you can try cdda2wav/icedax instead. It might succeed where cdparanoia fails. I believe it also has cddb ability built in.

You might also try the disk on a different system with a different make of cd reader. Some hardware can read bad disks better than others.

Once you have the tracks ripped to .wav, you can use lame, kaudiocreator, or whatever to encode them to mp3.
I gave cdparanoia a shot and it seemed to work, though it did detect (and fix) a few errors in the same spots where KAudioCreator and soundKonverter stalled. I'll have to look into how to use lame to encode them all but thanks for pointing me on the right track!
 
Old 11-24-2008, 09:51 PM   #14
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875
ripperx

(although it's just a front end for cdparanoia)

I generally use cdda2wav and lame myself. Although with larger and cheaper HDDs these days, I'm tending to just keep the WAV now.

cdda2wav -D /dev/cdrom --max --channels 2 --stereo --bulk -t 1+14 -O wav TRACK

Which leaves you with WAVs and INFs. One quirk is making sure that the last track number doesn't exceed the number of tracks on the disc.
 
Old 11-25-2008, 06:18 AM   #15
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Quote:
Originally Posted by Shadow_7 View Post
...Although with larger and cheaper HDDs these days, I'm tending to just keep the WAV now.
Well if you're going to go lossless, you might as well encode to flac instead. You get up to 40% smaller files and the benefit of metadata tags as well. Unless you're using a really old system that can't handle the decoding load you've got little to lose and a lot to gain.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mp3 converter rgreeves Ubuntu 5 12-18-2006 11:04 AM
Can anyone recommend some good software to convert *.wav files into *mp3 files? Tom "Techno" Earl Linux - Software 4 10-12-2006 04:03 PM
MP3-OGG Converter Talyz Linux - Software 7 10-27-2005 12:18 PM
Recommend a good BitTorrent client, and a good CD ripper? audiorevolution Linux - Software 6 06-07-2005 06:36 AM
.rm to mp3 converter? chem1 Linux - Software 1 03-21-2004 01:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration