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

Re: normalizing mp3s under debian/linux



On Sat, Dec 23, 2000 at 01:59:40PM -0200, Christoph Simon wrote:
> You can write a simple script:
> 
> #!/bin/sh
> 
> for i in `find . -name "*.mpr"` ; do
>   mpg123 <options> $i `basename $i .mp3`.1.mp3
>   ...
> done

Why's everyone so script-happy here?

find . -iname "*.mp3" -exec mpg123 -w {} | normalize > /tmp/working.mp3 ; my-encoder -options /tmp/working.mp3 -outfile {} \;

-- 
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++>++++ E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI++++ D G e* h+ r y+



Reply to: