Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 961 Bytes

readme.md

File metadata and controls

39 lines (22 loc) · 961 Bytes

mpv-downmix-gui

mpv GUI to modify the parameters to downmix surround sound to stereo

a GUI video player that allows to fine-tune the coefficients of the downmix formula while the video keeps playing

mpv with interactive control of the audio filter option

mpv --af='pan="stereo|..."' video.mp4

aka: equalizer for surround audio channels

normalize

please remember to normalize the volume. in most movie releases, audio tracks are too quiet

  1. downmix to stereo: ffmpeg -af pan=...
  2. analyze volume: ffmpeg -af loudnorm=i=-14:lra=7:tp=-2:offset=0:linear=true:print_format=json
  3. downmix to stereo and normalize volume: ffmpeg -af pan=...,loudnorm=...

see also

related