From 60c7c0f2298e7bf70677b9de105e13154f7e0cd7 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sat, 29 Feb 2020 16:46:45 +0200 Subject: [PATCH] Add force mono keybinding to mpv --- .config/mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index e61824b..2e537e2 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -6,3 +6,5 @@ Shift+DOWN seek -5 - exact h add audio-delay 0.100 # this changes audio/video sync j add audio-delay -0.100 + +M af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono"