diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 03:08:46 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 03:08:46 +0300 |
commit | 05ab45c2b1e4ba6104657199c139873bacaab63c (patch) | |
tree | 431560fbd43a88b87ebfdac08330c3912940c2c4 /mpv/input.conf | |
parent | 074ccd7f915cdcc2b47ea8d2e0ab2b24c7cf67ac (diff) |
mpv no exact seek
Diffstat (limited to 'mpv/input.conf')
-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 |