From 2e60594a5daf3556d6156c0ae63f814b1fbf817b Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 17 Oct 2021 17:25:56 +0200 Subject: [PATCH] mpv: Move mono-mix key to input.conf --- mpv/input.conf | 3 +++ mpv/mpv.conf | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mpv/input.conf b/mpv/input.conf index 9323428..6cc34a5 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -6,3 +6,6 @@ Alt+down add video-pan-y -0.01 # Rotate video ctrl+r cycle_values video-rotate "90" "180" "270" "0" + +# For files with broken stereo +Alt+m af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono" diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 6ad63a9..627738d 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -4,4 +4,3 @@ ytdl-raw-options=cookies=/path/to/cookies.txt fullscreen keep-open=yes panscan=1.0 -#; af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono"