From 2e0c727e7dd285ddba5a30e20c482f0c7a7d9e91 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 5 Jun 2020 01:34:18 +0200 Subject: [PATCH] =?UTF-8?q?mpv:=20Add=20keybinding=20to=20delay=20subs=20b?= =?UTF-8?q?y=20=C2=B11=E2=80=AFs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.config/mpv/input.conf b/home/.config/mpv/input.conf index 7dcbd6d..c97d02a 100644 --- a/home/.config/mpv/input.conf +++ b/home/.config/mpv/input.conf @@ -22,3 +22,7 @@ Alt+left add video-pan-x 0.05 Alt+right add video-pan-x -0.05 Alt+up add video-pan-y 0.05 Alt+down add video-pan-y -0.05 + +# sub-delay for fixing 24 empty frames on blu-ray +Alt+z add sub-delay -1 +Alt+Z add sub-delay +1