Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 14:35:18 -0600
From:      Lucas Bergman <lucas@slb.to>
To:        Pater Pandoson <ppandoson@eCoNeed.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: unencode a mp3 to create a new cd
Message-ID:  <20010131143518.A28173@billygoat.slb.to>
In-Reply-To: <3A78735D.A96B2CD7@eCoNeed.com>; from ppandoson@eCoNeed.com on Wed, Jan 31, 2001 at 08:19:41PM %2B0000
References:  <3A78735D.A96B2CD7@eCoNeed.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010131143518.A28173>