From owner-freebsd-questions Thu Jan 2 2:20:44 2003 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 3C06A37B401 for ; Thu, 2 Jan 2003 02:20:43 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A32343EA9 for ; Thu, 2 Jan 2003 02:20:42 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 731B469; Thu, 2 Jan 2003 11:20:41 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 6D7572FDAB2; Thu, 2 Jan 2003 11:20:38 +0100 (CET) Date: Thu, 2 Jan 2003 11:20:38 +0100 From: Roman Neuhauser To: Fernando Gleiser Cc: freebsd-questions Subject: Re: burning audio CD's from mp3's Message-ID: <20030102102038.GE348@freepuppy.bellavista.cz> Mail-Followup-To: Fernando Gleiser , freebsd-questions References: <20021230143955.GA348@freepuppy.bellavista.cz> <20021230152753.X91089-100000@cactus.fi.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021230152753.X91089-100000@cactus.fi.uba.ar> User-Agent: Mutt/1.5.1i 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 # fgleiser@cactus.fi.uba.ar / 2002-12-30 15:29:35 -0300: > On Mon, 30 Dec 2002, Roman Neuhauser wrote: > > 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: > > I had good look with mpg123 to convert the mp3 into wav, and then using > cdrecord to burn them into a cd. I guess I didn't make myself clear enough. The problem is not converting the mp3's to wav files or burning those. It's that I wanted to do it in one pipe: mpg321 -s- $files | burncd -ends 16 audio - fixate as opposed to: for f in $files; do mpg321 -s $f.raw $f; done burncd -ends 16 audio *.raw fixate I guess this is just not possible. Not that this is of any importance or anything... -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message