From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 15:37:09 2005 Return-Path: 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 20CEE16A4CE for ; Sat, 1 Jan 2005 15:37:09 +0000 (GMT) Received: from ms-smtp-02.rdc-nyc.rr.com (ms-smtp-02-smtplb.rdc-nyc.rr.com [24.29.109.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5FE43D46 for ; Sat, 1 Jan 2005 15:37:08 +0000 (GMT) (envelope-from BSD-Mail@nyc.rr.com) Received: from bsd.nyc.rr.com (69-201-151-233.nyc.rr.com [69.201.151.233]) j01Fb5Id009625; Sat, 1 Jan 2005 10:37:05 -0500 (EST) Date: Sat, 1 Jan 2005 10:37:54 -0500 From: John Wilson To: Xinizul Xinizul Message-Id: <20050101103754.14778620.BSD-Mail@nyc.rr.com> In-Reply-To: <4d0730560501010721556089dc@mail.gmail.com> References: <4d0730560501010721556089dc@mail.gmail.com> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: Please help: burncd errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 15:37:09 -0000 On Sat, 01 Jan 2005 16:21:54 +0100 Xinizul Xinizul wrote: Hi. > I'm trying to burn an iso image containing a folder of mp3 files. [...] > 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate [...] For one, if you are attempting to burn a data CD, you want to use the 'data' option passed to burncd rather than 'audio'. Use this for burning ISO's. If you truly wish to burn an audio CD, you'll first need to convert your mp3's to wav's - I generally do this using mplayer with the -ao pcm option, at which point, you can happily use the 'audio' option for burncd with the list of wav's to burn. - John.