From owner-freebsd-questions Mon Feb 5 6:22:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eCoNeed.com (unknown [147.252.134.34]) by hub.freebsd.org (Postfix) with ESMTP id C7BDB37B401 for ; Mon, 5 Feb 2001 06:21:59 -0800 (PST) Received: from eCoNeed.com (localhost.kst.dit.ie [127.0.0.1]) by eCoNeed.com (8.11.2/8.11.2) with ESMTP id f15ELpj14578; Mon, 5 Feb 2001 14:21:52 GMT (envelope-from ppandoson@eCoNeed.com) Message-ID: <3A7EB6FF.AE56CFE5@eCoNeed.com> Date: Mon, 05 Feb 2001 14:21:51 +0000 From: Pater Pandoson X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: lucas@slb.to Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unencode a mp3 to create a new cd References: <3A78735D.A96B2CD7@eCoNeed.com> <20010131143518.A28173@billygoat.slb.to> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lucas Bergman wrote: > > 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 Thanks but I have a IDE cdwriter a SONY CD-RW CRX140E which dos not seem to work with cdrecord, so I tryed to use burncd but the tracks were more or less just static. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message