Normalize audio loudness with EBU R128

audio

// shell

$ ffmpeg -i input.mp4 -af loudnorm=I=-16:TP=-1.5:LRA=11 output.mp4