Grant <[EMAIL PROTECTED]> wrote: > > cdda2wav writes a single file per track. Why do you like additional splits? > > I like to end up with a raw/toc pair of files to act as a raw backup > of the CD, and a series of individual FLAC files for each track. For > the individual files, would you do that like this: > > # cdda2wav -B -Oraw > # rm audio.cddb > # rm audio.cdindex > # rm *.inf > # flac --best --endian=big --sign=signed --channels=2 --bps=16 > --sample-rate=44100 --verify CD/audio_*.raw > > How would you generate a raw/toc(inf?) pair for backup?
The toc information is coded in the adjacent .inf file. Try to run an extrat run and ask if there are parts that you do not understand. It should be easy for you to write a transcoder. 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