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

Re: [OT] MP3: Compressioni



int wrote:

>prova quest'altro.
>find mp3_dir -iname '*.mp3' | while read file
>do
>        eval `echo quit | mplayer -slave -identify -ao null -vo null \
>        -nosound -novideo $file 2>/dev/null |grep ID_AUDIO_BITRATE`
>        test $ID_AUDIO_BITRATE -gt 128000 && cd `dirname $file` && \
>        lame -m s -b 128 `basename $file`
>done
>
Stesso errore :( non va

-- 
Vito Russo - Project Manager russo.le.it
http://russo.le.it
http://linux.le.it
http://windows.le.it
http://coding.le.it
http://bsd.le.it



Reply to: