mpv: Add binding for frame-exact sub delay

upower
Simon Bruder 2021-07-04 12:53:50 +02:00
parent 1de4af389b
commit 9ce76f591f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -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";