From owner-freebsd-multimedia Tue Sep 4 20:42:15 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 0F75437B40C for ; Tue, 4 Sep 2001 20:42:11 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA22309; Wed, 5 Sep 2001 13:12:00 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010904233016.A30323@blackhelicopters.org> Date: Wed, 05 Sep 2001 13:11:59 +0930 (CST) From: "Daniel O'Connor" To: Michael Lucas Subject: RE: ripping a CD to .mp3??? Cc: multimedia@freebsd.org 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 On 05-Sep-2001 Michael Lucas wrote: > Does anyone have this combination working -- or, indeed, any > combination of tools working? Could you send me the command-line > options you need to make this happen? I'll be happy to credit helpful > folks when this article hits the Web. Well.. For a SCSI CDROM install cdrecord and use cdda2wav, ie -> cdda2wav -D 0,6,0 -t 1 -O cdr -H - | lame -r -V 1 -b 128 -h -m j -q1 - out.mp3 For an IDE CDROM.. dd if=/dev/acd0t1 bs=2352 | lame -r -x -V 1 -b 128 -h -m j -q1 - out.mp3 (Note that you need to make the /dev entries, and you need a moderatly recent kernel). --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message