Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 11:24:45 -0800
From:      BSD baby <bsd@hitmedia.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: CD to MP3
Message-ID:  <20030112112445.A25210@mail.hitmedia.com>
In-Reply-To: <20030112182410.GA20480@AndrewNg.com>; from ayn@AndrewNg.com on Sun, Jan 12, 2003 at 01:24:10PM -0500
References:  <3E21A7AF.5080708@cet.com> <20030112182410.GA20480@AndrewNg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030112112445.A25210>