Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} cdrdao's toc2cue question
Date: Sun, 28 Sep 2008 20:30:35
Message-Id: 49bf44f10809281329g4ca355f9p1b0eb92cdb4f8ede@mail.gmail.com
In Reply to: Re: [gentoo-user] {OT} cdrdao's toc2cue question by Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
1 >> >> > Why do you like to create a cue file anyway?
2 >> >> >
3 >> >> > Cdda2wav splits the data at the right location and it icludes the paranoia code.
4 >> >>
5 >> >> I read a comparison where somebody ripped a CD with cdrdao and a
6 >> >> couple other tools and then burned the images back to CDs and compared
7 >> >> the CDs, and cdrdao was the only one that ended up with being
8 >> >> indistinguishable from the original as reported by the tool he used.
9 >> >
10 >> > There have been several tests that show up that cdda2wav/cdrecord are
11 >> > the best choice - even compared with Win32 programs.
12 >>
13 >> Can you point me toward any of those?
14 >
15 > 2+ Years ago, there have been several long discussions in
16 > de.comp.hardware.laufwerke.brenner
17 >
18 > One is here
19 > http://groups.google.de/group/de.comp.hardware.laufwerke.brenner/browse_thread/thread/355e88b312c2a2f1/269396c366fe2117?hl=de&lnk=st&q=cdda2wav+eac#269396c366fe2117
20 > but there have been better ones...
21 >
22 > Try to search for cdda2wav and EAC or ALCOHOL.... in
23 > de.comp.hardware.laufwerke.brenner
24 >
25 >
26 >> >> I want to create a cue file because it's required for converting the
27 >> >> CD image to FLAC with the flac command. I'm actually not interested
28 >> >> in burning CDs, FLAC files only.
29 >> >
30 >> > Mmm I see no reason why there should be a need for a cue sheet just to do a
31 >> > simple compression.
32 >>
33 >> If not the flac command then cuebreakpoints. Is there a way to split
34 >> a FLAC file with a toc file?
35 >
36 > cdda2wav writes a single file per track. Why do you like additional splits?
37
38 I like to end up with a raw/toc pair of files to act as a raw backup
39 of the CD, and a series of individual FLAC files for each track. For
40 the individual files, would you do that like this:
41
42 # cdda2wav -B -Oraw
43 # rm audio.cddb
44 # rm audio.cdindex
45 # rm *.inf
46 # flac --best --endian=big --sign=signed --channels=2 --bps=16
47 --sample-rate=44100 --verify CD/audio_*.raw
48
49 How would you generate a raw/toc(inf?) pair for backup?
50
51 - Grant

Replies

Subject Author
Re: [gentoo-user] {OT} cdrdao's toc2cue question Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)