Hi, Joerg!
On Mon, Jan 22, 2001 at 08:53:57PM +0100, you wrote the following:
> You could do:
>
> cd disk1; cdda2wav -v255 -B
> cd ../disk2; cdda2wav -v255 -B
>
> cdrecord -dao -useinfo disc1/*.wav disc2/*.wav
How would that preserve the pauses between tracks? It would just set
them all to 2 seconds. That's not always acceptable. The good thing
about cdrdao is that it automatically preserves the pauses.
As to the original question: read the cdrdao documentation about the
toc file format; it shouldn't be hard to combine the toc files into
one -- I won't be surprised if all you have to do is cat them
together. (And perhaps add a pause before the first track of the
second CD.)
--
Alex Shnitman | http://www.debian.org
[EMAIL PROTECTED], [EMAIL PROTECTED] +-----------------------
http://alexsh.hectic.net UIN 188956 PGP key on web page
E1 F2 7B 6C A0 31 80 28 63 B8 02 BA 65 C7 8B BA
> *Real* programmers use
> cat > a.out
No way, /real/ programmers use
zcat > a.out
'cause you can type faster that way.
-- from a Slashdot discussion
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]