>>
>> I'm trying to nomalize an audio file with FFmpeg. I'm using the loudnorm
>> filter. The source loudness is -23 LUFS and I want to make it -17 LUFS.
>> As far as I know, loudnorm has 2 modes of normalizing audio: linear and
>> 2. Encode the audio with:
>>
>> ffmpeg -i input.wav -filter:a
On Mon, Feb 22, 2021 at 6:52 PM Jonathan Baecker wrote:
> Hello!
>
> I'm trying to nomalize an audio file with FFmpeg. I'm using the loudnorm
> filter. The source loudness is -23 LUFS and I want to make it -17 LUFS.
> As far as I know, loudnorm has 2 modes of normalizing audio: linear and
> dynam
Hello!
I'm trying to nomalize an audio file with FFmpeg. I'm using the loudnorm
filter. The source loudness is -23 LUFS and I want to make it -17 LUFS.
As far as I know, loudnorm has 2 modes of normalizing audio: linear and
dynamic (analysing small parts vs. analysing the whole file).
The pr