Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 13:34:11 +0100
From:      Steve O'Hara-Smith <steve@sohara.org>
To:        Andreas Klemm <andreas@klemm.apsfilter.org>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ?
Message-ID:  <20030118133411.7b29c888.steve@sohara.org>
In-Reply-To: <20030118105221.GA18392@titan.klemm.apsfilter.org>
References:  <20030118105221.GA18392@titan.klemm.apsfilter.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Jan 2003 11:52:21 +0100
Andreas Klemm <andreas@klemm.apsfilter.org> wrote:

AK> Hi !
AK> 
AK> I have FreeBSD 4.7 and a big problem copying Audio CD's with
AK> IDE hardware...
AK> 
AK> How can I automate this process of ripping and burning, to get a
AK> nearly 100% exact copy of the audio CD ?? With gaps between songs ?

	In an empty directory

dagrab -o 0 -a -v -d /dev/acd1c
burncd -s max -f /dev/acd0c audio * fixate

	Or if you have atapicam available you can get a better copy with

cdda2wav -vall -D1,1,0  -B -Owav
cdrecord -v dev=1,0,0 -dao -useinfo -text  *.wav

	For difficult copies (with atapicam)

cdrdao copy --source-device 1,1,0 --source-driver generic-mmc-raw \
 --device 1,0,0 --driver generic-mmc-raw --read-subchan rw_raw -n --force

-- 
C:>WIN                                      |     Directable Mirrors
The computer obeys and wins.                |A Better Way To Focus The Sun
You lose and Bill collects.                 |  licenses available - see:
                                            |   http://www.sohara.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030118133411.7b29c888.steve>