Grant <[EMAIL PROTECTED]> wrote:

> > Did you try cdda2wav and cdrecord?
> >
> > The CUE format interpreter in cdrdao is known to be incomplete.
>
> I'm using a script I wrote to rip a CD twice (each rip creating a
> binary file and toc file), compare the two rips with cmp, convert the
> toc to cue with toc2cue, create a single FLAC file with flac, and
> split the FLAC file into separate track files with cuebreakpoints.
> I'd be happy to post the script if anyone is interested.  It works
> really well.

Just run:

cdda2wav -vall -B -Owav cddb=0 paraopts=minoverlap=10 -paranoia 

then write the files using:

cdrecord -v -dao -useinfo -text  *.wav

This has the advantage that it splits into separate files at the correct
locations. Note that cdda2wav is the only program I know that splits correctly.


The CD-Text is inside the *.inf files. 


> I'm very concerned with having as perfect a copy of the original CD as
> possible.  I read an article once about how cdrdao was the only method
> that seemed to get it right.

This is not correct, cdda2wav is known to be better for DAE.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to