From 44b22d318c7b08f7096b7d04fd5babd241109266 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 3 Nov 2021 15:20:16 +0100 Subject: [PATCH] [mpv] downmixing profile --- .mpv/mpv.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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