[FFmpeg-user] LUFS Normalization of WAV files

CMG DiGiTaL cmarciog at gmail.com
Wed Mar 30 12:41:58 EEST 2022


> loudnorm changes the sample rate of the output file to 192000 Hz. I use
> the tokens to select the value of the sample rate of the input file to
> generate the output file correctly, however, the command is giving an error.
>

 Informing everyone that I found the error. The correct syntax for the
sample rate to be at 44100 is:
-ar 44.1k

After changing the command line, the program generated the audio without
any problems.

thanks


More information about the ffmpeg-user mailing list