> > 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to