Skip to content

milahu/mpv-downmix-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks