On Mon, Jun 8, 2009 at 7:16 AM, Joerg Schilling<joerg.schill...@fokus.fraunhofer.de> wrote: > Mark Knecht <markkne...@gmail.com> wrote: > >> Always up for other interpretations as to what might be going on, and >> also VERY interested in learning a good set of commands with cdrtools >> to copy and write CD's without having to use k3b. > > The related commands are in the EXAMPLES section for cdda2wav and/or cdrecord. > > Jörg >
Yeah, but they don't work for me. Are they up to date? >From http://linuxcommand.org/man_pages/cdrecord1.html as Cygwin didn't install man pages apparently. <SNIP> To copy an audio CD in the most accurate way, first run cdda2wav dev=2,0 -vall cddb=0 -B -Owav and then run cdrecord dev=2,0 -v -dao -useinfo -text *.wav This will try to copy track indices and to read CD-Text information from disk. If there is no CD-Text information, cdda2wav will try to get the information from freedb.org instead. <SNIP> My results fail: m...@gamer ~/AUDIO $ /opt/schily/bin/cdda2wav.exe dev=0,0,0 -vall cddb=0 -B -Owav Type: ROM, Vendor 'LITE-ON ' Model 'DVDRW LDW-411S ' Revision 'FS0B' MMC+CDDA load cdrom please and press enter 983040 bytes buffer memory requested, transfer size 64512 bytes, 4 buffers, 27 s ectors #Cdda2wav version 2.01.01a60_cygwin32_nt_1.5.25(0.156-4-2)_i686_i686, soundcard, libparanoia support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time 58:39.07) 1.( 5:07.02), 2.( 4:41.68), 3.( 4:13.72), 4.( 2:59.45), 5.( 9:02.68), 6.( 3:13.72), 7.( 2:23.05), 8.( 4:16.25), 9.( 5:20.68), 10.( 7:00.07), 11.(10:19.25) Table of Contents: starting sectors 1.( 0), 2.( 23027), 3.( 44170), 4.( 63217), 5.( 76687), 6.( 117405), 7.( 131952), 8.( 142682), 9.( 161907), 10.( 185975), 11.( 217482), lead-out( 263932) CDINDEX discid: YasSG0mWGVxInJOH.LN2lnPcBoY- CDDB discid: 0x870dbf0b CD-Text: detected CD-Extra: not detected Album title: 'Sliver of a Sun' [from IZZ] Track 1: 'Endless Calling' Track 2: 'I Get Lost' Track 3: 'Lornadoone' Track 4: 'She Walked Out the Door' Track 5: 'Assurance' Track 6: 'Take it Higher' Track 7: 'Double Bass' Track 8: 'Just a Girl' Track 9: 'Meteor' Track 10: 'Razor' Track 11: 'Where I Belong' No media catalog number present. T: 1 ISRC: 0...@-405-72-00001 T: 2 ISRC: 0...@-405-72-00001 T: 3 ISRC: 0...@-405-72-00001 T: 4 ISRC: 0...@-405-72-00001 T: 5 ISRC: 0...@-405-72-00001 T: 6 ISRC: 0...@-405-72-00001 T: 7 ISRC: 0...@-405-72-00001 T: 8 ISRC: 0...@-405-72-00001 T: 9 ISRC: 0...@-405-72-00001 T: 10 ISRC: 0...@-405-72-00001 T: 11 ISRC: 0...@-405-72-00001 index scan: 11... samplefile size will be 620768108 bytes. recording 3519.0933 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'... percent_done: 100% track 1 'Endless Calling' recorded successfully 100% track 2 'I Get Lost' recorded successfully 100% track 3 'Lornadoone' recorded successfully 100% track 4 'She Walked Out the Door' recorded successfully 100% track 5 'Assurance' recorded successfully 100% track 6 'Take it Higher' recorded successfully 100% track 7 'Double Bass' recorded successfully 100% track 8 'Just a Girl' recorded successfully 100% track 9 'Meteor' recorded successfully 100% track 10 'Razor' recorded successfully 100% track 11 'Where I Belong' recorded successfully m...@gamer ~/AUDIO $ /opt/schily/bin/cdrecord.exe dev=0,0,0 -v -dao -useinfo -text *.wav Cdrecord-ProDVD-ProBD-Clone 2.01.01a60 (i686-pc-cygwin) Copyright (C) 1995-2009 Jörg Schilling TOC Type: 0 = CD-DA scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Using libscg version 'schily-0.9'. SCSI buffer size: 64512 atapi: -1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'LITE-ON ' Identifikation : 'DVDRW LDW-411S ' Revision : 'FS0B' Device seems to be: Generic mmc2 DVD-ROM. Current: CD-R Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential recording Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording Profile: DVD-ROM Profile: CD-RW Profile: CD-R (current) Profile: CD-ROM Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1895168 = 1850 KB /opt/schily/bin/cdrecord: Warning: The DMA speed test has been skipped. FIFO size : 4194304 = 4096 KB /opt/schily/bin/cdrecord: ISRC '0...@-405-72-00001' contains illegal character '0'. /opt/schily/bin/cdrecord: ISRC '0...@-405-72-00001' contains illegal character '@'. m...@gamer ~/AUDIO This is under Cygwin. Also, these examples seem to ignore using -paranoia which you have stated in this thread would be preferred. Again, what's the problem here. I seem to be RTFM but it's not happy. - Mark