Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 09:59:44 -0500
From:      "Kliment Andreev" <klimenta@futurebit.com>
To:        "Roman Neuhauser" <neuhauser@bellavista.cz>, "freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   Re: burning audio CD's from mp3's
Message-ID:  <002f01c2b014$19995970$ca0110ac@vinyl.tkvbp.com>
References:  <20021230143955.GA348@freepuppy.bellavista.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have a few mp3 files I'd like to burn an audio cd from. I use mpg321
> for playing mp3's, and burncd to burn cd's, so my first thought was:
> let's pipe them together. I read the man pages, and tried this:

You need to convert these tracks into WAV. I prefer lame
(/usr/ports/audio/lame).

# lame --decode input.mp3 output.wav   (Check lame --help for options)

After you have these tracks as WAV you can burn them using

# burncd -f /dev/acd0c audio track1.wav track2.wav ... fixate




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?002f01c2b014$19995970$ca0110ac>