cdbakeoven errors when burning multiple tracks

Gautam Gopalakrishnan ggop at madras.dyndns.org
Sun Jan 11 13:07:34 PST 2004


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



More information about the freebsd-questions mailing list