>From: Dave Platt <[EMAIL PROTECTED]>

>I don't think I get it.

>The set of commands you've shown, look as if they're designed to rip _one_
>CD, and create _two_ CD-Rs - in effect splitting one CD in half.  The question
>being asked, was how to take the contents of two smaller CDs, and create one
>new CD-R which contains the contents of both of the original ones - in effect
>just the opposite of what you showed how to do.

>Seems to me that what you'd really want to do, to use this approach, would
>be something like

>cdda2wav -v255 disc1.wav
># switch to second disc here
>cdda2wav -v255 disc2.wav
>cdrecord -dao -useinfo disc1.wav disc2.wav

>I assume that the -useinfo option will work correctly on a DAO burn, if two
>more more .wav files (and their corresponding .inf files) are specified?

You could do:

cd disk1; cdda2wav -v255 -B
cd ../disk2; cdda2wav -v255 -B

cdrecord -dao -useinfo disc1/*.wav disc2/*.wav

Well the good news with -useinfo is that it works with any set of files.

This is because cdda2wav and cdrecord extract/write the files in the
natural way. ... I just found that there is a bug in auinfo.c
that forces you to remove the line:

Trackstart= xxx

from any *.inf file that is not intended to be used for the first track.

J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to