From owner-freebsd-questions Wed Jan 31 12:37:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id EBA1B37B4EC for ; Wed, 31 Jan 2001 12:37:38 -0800 (PST) Received: (qmail 16500 invoked by uid 1000); 31 Jan 2001 20:35:19 -0000 Date: Wed, 31 Jan 2001 14:35:18 -0600 From: Lucas Bergman To: Pater Pandoson Cc: freebsd-questions@freebsd.org Subject: Re: unencode a mp3 to create a new cd Message-ID: <20010131143518.A28173@billygoat.slb.to> Reply-To: lucas@slb.to References: <3A78735D.A96B2CD7@eCoNeed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A78735D.A96B2CD7@eCoNeed.com>; from ppandoson@eCoNeed.com on Wed, Jan 31, 2001 at 08:19:41PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What tool should I use to create a new persional CD of all my > faverot songs under FreeBSD. I was trying mpg123 but the WAV's I > get will not play form me. If the songs are in MP3 format, % mpg123 --cdr - song1.mp3 >song1.cdr % mpg123 --cdr - song2.mp3 >song2.cdr % mpg123 --cdr - song3.mp3 >song3.cdr then # cdrecord -v speed=4 dev=0,0,0 -audio -pad song{1,2,3}.cdr works for me. Of course, you'll have to adjust the `speed' and `dev' parameters. Also, if you have an IDE instead of SCSI CD-R(W), you'll have to use the appropriate tool instead of cdrecord. > I assume I can just put a wav on a cd and expect a audio cdpalyer to > understand it ?? No. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message