>From: Dave Platt <[EMAIL PROTECTED]>
>[EMAIL PROTECTED] wrote:
>> >From: Fernan Aguero <[EMAIL PROTECTED]>
>>
>> >I have ripped two audio CDs, using cdrdao and now I have two
>> >tocfiles and two 'data.bin' files in my hard disk.
>> >Now I want to burn just one CD, because the combined length of
>> >both discs is < 74 min. Is this possible or should i better rip
>> >every track into its own file and then write them as
>> >track-at-once?
>>
>> Better rip each track into a separate file (as suggested with cdrecord)
>> and write them in DAO mode using cdrecord.
>It seems to me that this is unnecessarily complex and slow.
>You can do it quite easily by doing a "cdrdao read-toc" on each disc
>to construct a TOC/index file which corresponds to the .BIN you
>ripped, and then combine the two .TOC files into one (a text editor,
>or a simple use of "cat" will do the trick), and then do a
>"cdrdao write combined.toc".
Sorry but this looks unnecessarily complex and slow.
cdda2wav -v255 -t1-5
cdrecord -dao -useinfo *.wav
rm *.wav
cdda2wav -v255 -t6-10
cdrecord -dao -useinfo *.wav
should do the trick...
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]