mpv: Add binding for frame-exact sub delay
This commit is contained in:
parent
1de4af389b
commit
9ce76f591f
|
@ -161,6 +161,10 @@ in
|
||||||
"Alt+z" = "add sub-delay -1";
|
"Alt+z" = "add sub-delay -1";
|
||||||
"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
|
# sponsorblock: set segment boundaries
|
||||||
"alt+g" = "script-binding sponsorblock/set_segment";
|
"alt+g" = "script-binding sponsorblock/set_segment";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue