diff --git a/.mpv/mpv.conf b/.mpv/mpv.conf index 9e0b15e..351ac24 100644 --- a/.mpv/mpv.conf +++ b/.mpv/mpv.conf @@ -214,6 +214,12 @@ profile-desc="don't save position when quitting non seekable file" profile-cond=not seekable save-position-on-quit=no +[downmix] +profile-desc="downmixing profile" +profile-cond=p["audio-params/channel-count"] > 2 +ad-lavc-downmix=no +af=lavfi="pan=stereo|FL=0.5*FC+0.707*FL+0.707*BL+0.5*LFE|FR=0.5*FC+0.707*FR+0.707*BR+0.5*LFE" + [mpv_queue] fullscreen=no keep-open=yes