Date: Mon, 05 Feb 2001 14:21:51 +0000 From: Pater Pandoson <ppandoson@eCoNeed.com> To: lucas@slb.to Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unencode a mp3 to create a new cd Message-ID: <3A7EB6FF.AE56CFE5@eCoNeed.com> References: <3A78735D.A96B2CD7@eCoNeed.com> <20010131143518.A28173@billygoat.slb.to>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A7EB6FF.AE56CFE5>