Converting .wav to .mp3

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#16 Post by zigbert »

pizzagood wrote:My process is a little different. I like to normalize things first, so I installed a package called "normalize" that I found somewhere. And I use Ogg, not Mp3, and also make a copy with flac for archival. So I usually type something like this:

for i in *.wav; do normalize "$i"; oggenc "$i"; flac "$i"; done;
Do anyone know where to find a normalize pet-package. This could be great in Pburn when encoding a audio-CD.

Sigmund

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#17 Post by Pizzasgood »

Okay, here's a package of the one I've been using (taken from an rpm):
normalize-0.7.6-2-i386.pet
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#18 Post by zigbert »

Thank you, Pizzagood.

Post Reply