Date: Wed, 05 Sep 2001 13:11:59 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: Michael Lucas <mwlucas@blackhelicopters.org> Cc: multimedia@freebsd.org Subject: RE: ripping a CD to .mp3??? Message-ID: <XFMail.20010905131159.doconnor@gsoft.com.au> In-Reply-To: <20010904233016.A30323@blackhelicopters.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010905131159.doconnor>