23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
# 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
|