Re: wav to mp3?
From: BSD baby (bsdlap_at_hitmedia.com)
Date: 10/06/03
- Previous message: Minnesota Slinky: "YIM?"
- In reply to: T Kellers: "wav to mp3?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 5 Oct 2003 18:24:46 -0700 To: T Kellers <kellers@njit.edu>
> I did a make search in the ports collection and didn't see what (I think) I
> need, so I'll ask here.
> Is there a utility (or utilities) in ports for converting .wav files to mp3?
/usr/ports/audio/lame has really become the standard.
SO easy to use from the command-line, just do:
lame YourSong.wav
... and it will make the standard 128kbps MP3 file.
or:
lame --preset standard YourSong.wav
... and it will make a super-high-quality audiophile MP3.
If you want to do a batch, you can just use "find" to loop through them all like this:
cd /WAVFILES
find . -name "*.wav" -exec lame {} \;
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Minnesota Slinky: "YIM?"
- In reply to: T Kellers: "wav to mp3?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|