From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 15:24:46 2004 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 6AD8116A4CF for ; Sun, 8 Feb 2004 15:24:46 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3765743D1F for ; Sun, 8 Feb 2004 15:24:46 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <200402082324450120086ghqe>; Sun, 8 Feb 2004 23:24:45 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 49EA297; Sun, 8 Feb 2004 18:24:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20040209001106.GA55979@bellsouth.net> <200402081514.01148.kstewart@owt.com> From: Lowell Gilbert Date: 08 Feb 2004 18:24:45 -0500 In-Reply-To: <200402081514.01148.kstewart@owt.com> Message-ID: <44wu6xduiq.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: MP3 + Create Music CD 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: Sun, 08 Feb 2004 23:24:46 -0000 Kent Stewart writes: > On Sunday 08 February 2004 04:11 pm, Bryan Cassidy wrote: > > I have a bunch of mp3s and I want to burn them onto a cd so I can > > play them in my car cd player. Is there any recomendations on how to > > go about doing this? Would greatly appreciate it. > > An mp3 CD is a data CD containing mp3's. I would mkisofs it and then > burn the cd. I would assume you have to fixate it. I use burncd. > > I do this with Nero on XP but the concept is the same. Or if you're looking to create an audio CD out of the mp3s, you convert them to audio files first. I use mpg123 to do that (it creates .wav files) and then use cdrecord to burn them to CD (burncd doesn't know about the headers in a .wav file), but there are a lot of other ways to do it.