From owner-freebsd-multimedia Mon Dec 17 23: 7:50 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 9E59E37B41A for ; Mon, 17 Dec 2001 23:07:46 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.6) id fBI77gq74392; Tue, 18 Dec 2001 08:07:42 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200112180707.fBI77gq74392@freebsd.dk> Subject: Re: Making audio CDs with FreeBSD In-Reply-To: <3C1E8D70.86A56F6E@mmcable.com> To: Erik Moe Date: Tue, 18 Dec 2001 08:07:42 +0100 (CET) Cc: freebsd-multimedia@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Erik Moe wrote: > Here is the command I use to do the ripping: > > cdda2wav -D0,1,0 -B -Oraw > > I think that the rip is successful since I have used sox to play the > audio: > > play -t cdr audio_01.raw > > Now I burn the disk: > > burncd -f /dev/acd0c -S 4 audio audio_??.raw fixate > > Generates 12 tracks of static. I thought that it may have something to > do with the endianess of the input file so I tried another rip: > > cdda2wav -D0,1,0 -B -Oraw -C guess -E big I dont know how to do the SCSI rip, but I know how it works on ATA :) Rip the CD in the burner: control -f acd0 info that tells (amongst other things) you how many tracks you need to rip, then for f in 1 2 3 ... (number for tracks) do dd if=/dev/acd0t$f of=track$f.raw bs=2352 done then put a blank CDR in the burner and do in -stable or -current for TAO mode: burncd -s 4 -f /dev/acd0c audio track*.raw fixate or in -current in DAO mode: burncd -s 4 -f /dev/acd0c -d audio track*.raw -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message