Ripping scratched audio CDs in Linux
I recently tried to rip some old audio CDs that had quite a few scratches. Lately I've been doing my CD-ripping using Asunder on Ubuntu. It works well enough, but I found for the scratched CDs the progress is horribly slow, to the point where it seems like it would take days to rip a CD.
I tried a couple of recommended options to find a fast way just to 'skip' the unreadable blocks, like ddrescue and safecopy, however these either errored or were just as slow. But I had some success with a command-line tool called cdda2wav (www.cdda2wav.de).
Here's my usage:
sudo cdda2wav -vall -D /dev/sr0 speed=4 cddb=0 -B
Comments
Leave a comment
Allowed XHTML tags: <p, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, span, bdo, br, em, strong, dfn, code, samp, kdb, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small>
I have a nice setup to rip to FLAC using whipper, but it kept stumbling on the scratched audiobooks for the kiddies from the library.
Comment by Markismus [Visitor] — 09/04/17 @ 18:03
Comment by Markismus [Visitor] — 09/04/17 @ 21:11