From 9ce76f591ff5c106451510efe5395a299fa243e7 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 4 Jul 2021 12:53:50 +0200 Subject: [PATCH] mpv: Add binding for frame-exact sub delay --- users/simon/modules/mpv/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/simon/modules/mpv/default.nix b/users/simon/modules/mpv/default.nix index 9d8313b..6b0417b 100644 --- a/users/simon/modules/mpv/default.nix +++ b/users/simon/modules/mpv/default.nix @@ -161,6 +161,10 @@ in "Alt+z" = "add sub-delay -1"; "Alt+Z" = "add sub-delay +1"; + # sub-delay for fixing exact frame offsets (for signs) + "Ctrl+z" = "add sub-delay -0.04170833333"; + "Ctrl+Z" = "add sub-delay +0.04170833333"; + # sponsorblock: set segment boundaries "alt+g" = "script-binding sponsorblock/set_segment";