[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: normalizing mp3s under debian/linux



On Sat, 23 Dec 2000, Robert Waldner wrote:

> On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes:
> >> I=B4m looking for an app which can normalize my mp3s under linux.
> >>
> >> All I was able to dig up on myself was "normalize"[0], but this only can=
> >
> >> do with .wav=B4s, and as I=B4m not good (eg I=B4m clueless) at=20
> >> shell-scripting (and perl and almost anything else for that matter) I=20
> >> have no idea how to automatically cope with my 5k+ mp3=B4s...
> >
> >    Seems like a nice idea. Is there anything out there for converting to a
> >    wav and back? Then you could convert, normalize, and mp3 again.
> 
> `mpg123 -w` for mp3->wav and gogo to reencode then.
> 
> But I´ve no clue how to automate this....manually doing this for >5.000
> mp3´s would be more than a major PITA, I fear.

It's not that hard really, just look at this little scriptie:
--- cut hear and buy a new monitor ---
#! /bin/sh

for FILE in `find . -name '*.mp3'`; do
	echo $FILE
done
--- cut hear and buy a new monitor ---


> 
> TIA,
> &rw
> -- 
> /  Ing. Robert Waldner  | Network Engineer | T: +43 1 89933  F: x533 \ 
> \ <Waldner@KPNQwest.at> |    KPNQwest/AT   | Diefenbachg. 35, A-1150 / 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

-------------------------------------
New things are always on the horizon.



Reply to: