Re: wav to mp3?

From: BSD baby (bsdlap_at_hitmedia.com)
Date: 10/06/03

  • Next message: ecsd: "scant description for devfs - unable to create /dev/ad3* or use disklabel"
    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"


  • Next message: ecsd: "scant description for devfs - unable to create /dev/ad3* or use disklabel"

    Relevant Pages

    • Re: Godels Theorem and Model Theory
      ... a nonstandard model of the *complete* theory of arithmetic. ... be elementarily equivalent to the standard. ... Well, the truth is sometimes lame, I guess. ...
      (sci.logic)
    • Re: Name that bike
      ... It's old, it's lame, it's tired. ... <considers being offended, realises it's just the facts, ma'am> ... Two standard issue crutches ...
      (uk.rec.motorcycles)

    Loading