From owner-freebsd-questions Mon Dec 30 6:40: 9 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 D4FBC37B401 for ; Mon, 30 Dec 2002 06:40:07 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D168643EB2 for ; Mon, 30 Dec 2002 06:40:06 -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 88B452EE for ; Mon, 30 Dec 2002 15:39:57 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 01B0F2FDB85; Mon, 30 Dec 2002 15:39:56 +0100 (CET) Date: Mon, 30 Dec 2002 15:39:55 +0100 From: Roman Neuhauser To: freebsd-questions Subject: burning audio CD's from mp3's Message-ID: <20021230143955.GA348@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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: root@freepuppy ~ 1004:0 # mpg321 -w- ~/tmp/*.mp3 | burncd -ends 16 audio - fixate High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3. Version 0.59q (2002/03/23). Written and copyrights by Joe Drew. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Directory: /home/roman/tmp/ Playing MPEG stream from 01.mp3 ... MPEG 1.0 layer III, 256 kbit/s, 44100 Hz stereo writing from stdin only wrote 0 of 16464 bytes err=0 root@freepuppy ~ 1005:0 # The cd appears to contain one audio track, but doesn't play. Do I have to save the wav's to disk before burning them with burncd? I've googled for mpg321 AND burncd, and my question wasn't answered in either of the two pages returned (one of the hits contained a script to burn audio cd's from mp3 files, and that saves the wav files to disk before burning them to disk). -- 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