From owner-freebsd-questions Mon Dec 30 6:58:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3839B37B401 for ; Mon, 30 Dec 2002 06:58:16 -0800 (PST) Received: from c014.snv.cp.net (h003.c014.snv.cp.net [209.228.35.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 84C5A43EC5 for ; Mon, 30 Dec 2002 06:58:15 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 15677 invoked from network); 30 Dec 2002 06:58:13 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.77) with SMTP; 30 Dec 2002 06:58:13 -0800 X-Sent: 30 Dec 2002 14:58:13 GMT Message-ID: <002f01c2b014$19995970$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Roman Neuhauser" , "freebsd-questions" References: <20021230143955.GA348@freepuppy.bellavista.cz> Subject: Re: burning audio CD's from mp3's Date: Mon, 30 Dec 2002 09:59:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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