This commit is contained in:
2026-03-10 19:33:29 +00:00
parent d389bf9276
commit e0cfb204bb
3 changed files with 40 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# MPV Key Bindings
# Frame stepping for millisecond precision
. frame-step
, frame-back-step
# Small time jumps (100ms)
- seek -0.1
= seek +0.1
# Playback speed control
[ add speed -0.1
] add speed +0.1
# Frame stepping alternatives (in case . and , don't work)
RIGHT seek 5
LEFT seek -5
UP seek 60
DOWN seek -60
Shift+RIGHT seek 1
Shift+LEFT seek -1
Ctrl+RIGHT seek 0.1 exact
Ctrl+LEFT seek -0.1 exact
+3
View File
@@ -0,0 +1,3 @@
# MPV Configuration
# Show time with milliseconds (e.g., 0:23:45.123)
osd-fractions=yes