Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2004 08:06:14 +1100
From:      Gautam Gopalakrishnan <ggop@madras.dyndns.org>
To:        Alex <raindogs_1@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cdbakeoven errors when burning multiple tracks
Message-ID:  <20040111210614.GA5866@madras.dyndns.org>
In-Reply-To: <20040111205440.25409.qmail@web10412.mail.yahoo.com>
References:  <20040111205440.25409.qmail@web10412.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 11, 2004 at 12:54:40PM -0800, Alex wrote:
> Thanks for the response. Yes, I do have cdrecord
> installed and everything seems to be in the correct
> place:
> 
> u ~$ which cdrecord
> /usr/local/bin/cdrecord
> u ~$ which cdbakeoven
> /usr/local/bin/cdbakeoven

Hi, Unless you insist on using cdbakeoven, you could just use
cdrecord to burn the audio CD:

# mpg123 -w 1.wav 1.mp3
# mpg123 -w 2.wav 2.mp3
# mpg123 -w 3.wav 3.mp3
# cdrecord -dao dev=... *.wav
# rm *.wav

Gautam



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