diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-03-06 03:08:46 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-03-06 03:08:46 +0300 |
commit | 2c745ebb6b5199a1b3fbf8fa9dca24f7ad47d491 (patch) | |
tree | 431560fbd43a88b87ebfdac08330c3912940c2c4 /mpv | |
parent | 7118394690cfe5d2d28fd84f3d4076ca6f1c9b65 (diff) |
mpv no exact seek
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/input.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpv/input.conf b/mpv/input.conf index 2ef7f21..921cb19 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -1,5 +1,5 @@ -l seek 5 exact -h seek -5 exact +l seek 5 +h seek -5 L seek 2 exact H seek -2 exact j add volume -2 @@ -9,8 +9,8 @@ A cycle audio down c cycle sub C cycle sub down b ab-loop -Ctrl+l seek 60 exact -Ctrl+h seek -60 exact +Ctrl+l seek 60 +Ctrl+h seek -60 Ctrl+a cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" WHEEL_UP add volume 2 WHEEL_DOWN add volume -2 |