best way to to a direct copy of audio cd
Dan Nelson
dnelson at allantgroup.com
Thu Nov 18 12:05:25 PST 2004
In the last episode (Nov 18), Dan Finn said:
> I would like to be able to use dd to grab a full, single iso image of
> an audio cd and then use cdrecord to burn that. I know I can do this
> under linux but for some reason I can't get it to work under fbsd.
Audio cds aren't filesystems, so the term "iso image" isn't quite
right. The cdrecord manpage suggests this:
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.
--
Dan Nelson
dnelson at allantgroup.com
More information about the freebsd-questions
mailing list