[linux-audio-user] wav to mp3 converter

Jan Depner eviltwin69 at cableone.net
Sun May 30 17:58:19 EDT 2004


On Sun, 2004-05-30 at 15:11, Jos Laake wrote:
> Re: mp3 vs. ogg...
> 
> Several people have written suggesting I use ogg Vorbis
> instead of mp3.  I really do get that.  I'm not into the
> whole 'bleed-em-dry-with-a-proprietary-format' routine.
> And it is my intention to move toward making my recordings
> available in .ogg format as well.  And!  This little command
> line from Jan Depner is *GREAT*! :
> 
>  > find . -name "*.wav" -print -exec oggenc -q 5 {} \;

Same for mp3 with bladeenc:

find . -name "*.wav" -print -exec bladeenc -br 160 {} \;



http://bladeenc.mp3.no/


Trust the source Luke!

Jan





More information about the Linux-audio-user mailing list