Abu Haider Siddiq
Home
Playground
Blog
Affiliated Startups
FFMPEG command for making standard audio volume of an mp4 video in MAC OS
FFMPEG command for making standard audio volume of an mp4 video in MAC OS
Blog
Mac OS
ffmpeg -i input_your.mp4 -af loudnorm=I=-16:TP=-1.5:LRA=11 -c:v copy output.mp4