From owner-freebsd-questions Sun Jan 12 11:24:51 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 47E0537B405 for ; Sun, 12 Jan 2003 11:24:50 -0800 (PST) Received: from mail.hitmedia.com (mail.hitmedia.com [205.162.11.163]) by mx1.FreeBSD.org (Postfix) with SMTP id A6A5A43F18 for ; Sun, 12 Jan 2003 11:24:49 -0800 (PST) (envelope-from bsd@hitmedia.com) Received: (qmail 6580 invoked by uid 0); 12 Jan 2003 19:24:45 -0000 Date: Sun, 12 Jan 2003 11:24:45 -0800 From: BSD baby To: freebsd-questions@freebsd.org Subject: Re: CD to MP3 Message-ID: <20030112112445.A25210@mail.hitmedia.com> References: <3E21A7AF.5080708@cet.com> <20030112182410.GA20480@AndrewNg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030112182410.GA20480@AndrewNg.com>; from ayn@AndrewNg.com on Sun, Jan 12, 2003 at 01:24:10PM -0500 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 been looking for an easy way to convert music cds to mp3 files. > > The ports collection hasn't been much help on this subject. Does anyone > > know of a plug-in for xmms or an easy utililty to acomplish this. My command line faves: # INSTALL THESE: cd /usr/ports/sysutils/cdrtools/ make install cd /usr/ports/audio/lame make install # TO RIP TO WAV: cdda2wav -D /dev/acd0c -H -B ArtistName # TO CONVERT WAV TO HI-FI MP3: lame --r3mix SongName.wav SongName.mp3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message