> I tried this but it sounds so bad I even had to put a warning in
> a comment
I used it the wrong way, one is supposed to experiment with dB/LUFS
values for a single problematic file, meanwhile I just injected all
my mp3s :$

> # first do:
> # $ pip install ffmpeg-normalize
> #
> # but... don't use, at least not with music, sounds terrible :(
> get-mp3-normalized () {
>     local -a files
>     files=($@)
>
>     local dB=-10 # db/LUFS
>
>     for f in $files; do
>         ffmpeg-normalize -f -c:a libmp3lame -t $dB -ext mp3 $f
>     done
> } # [1]
>
> [1] https://dataswamp.org/~incal/conf/.zsh/audio-convert

Do it today... in a different way!

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal

Reply via email to