tip for dealing with audio mixing in movies
tip for dealing with audio mixing in movies - sh.itjust.works
common complaint about movie audio is ‘the speech is too quiet and the action is too loud’. this can be resolved with dynamic range compression or normalization. ffmpeg provides a normalization filter called dynaudnorm [http://ffmpeg.org/ffmpeg-filters.html#dynaudnorm] which u can use in mpv via --af=“dynaudnorm”.