Re: [FFmpeg-user] linear loudnorm

2022-02-27 Thread Bouke / edit 'B
>> >> 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

Re: [FFmpeg-user] linear loudnorm

2022-02-27 Thread Paul B Mahol
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

[FFmpeg-user] linear loudnorm

2021-02-22 Thread Jonathan Baecker
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