FFMPEG Loudness
Posted: Mon May 21, 2018 10:52 am
Hi,
I have used the below command to fix a loudness file:
ffmpeg -i C:\Users\Test\Desktop\Test.mxf -c:v copy -af loudnorm=I=-23:TP=-1:LRA=11:measured_I=-23:measured_TP=-23:measured_LRA=0.1:measured_thresh=0:offset=-23:linear=true:print_format=summary C:\Users\Test\Desktop\Test_New.mxf
There are few problems that are occurring when I use this command.
1) I have put in the loudnorm variable -23 but the file does not meet the requirement I need for the audio.
2) What does each part of the command mean? I found this command on the internet without any explanation.
Thanks.
I have used the below command to fix a loudness file:
ffmpeg -i C:\Users\Test\Desktop\Test.mxf -c:v copy -af loudnorm=I=-23:TP=-1:LRA=11:measured_I=-23:measured_TP=-23:measured_LRA=0.1:measured_thresh=0:offset=-23:linear=true:print_format=summary C:\Users\Test\Desktop\Test_New.mxf
There are few problems that are occurring when I use this command.
1) I have put in the loudnorm variable -23 but the file does not meet the requirement I need for the audio.
2) What does each part of the command mean? I found this command on the internet without any explanation.
Thanks.