diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 14:04:30 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 14:04:30 +0100 |
commit | db3eebea90e2a547c7892c060b56326df81c5d18 (patch) | |
tree | 186e8bd2a67e90d7cceb8b6122875bcbe332acb2 /config/common/mpv/input.conf | |
parent | 06c3f38bb0d1b77902617bfa5757561262873124 (diff) |
Add mpv-cut and bindings
*Also added custom gitignore for mpv
Diffstat (limited to 'config/common/mpv/input.conf')
-rw-r--r-- | config/common/mpv/input.conf | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 7e8c13c..7fc1c12 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -183,22 +183,33 @@ q quit-watch-later Alt+l cycle-values loop-file "inf" "no" # toggle infinite looping -# seeking +# Seeking H add chapter -1 L add chapter 1 h seek -5 l seek 5 - seek -60 = seek 60 +RIGHT seek 2 exact +LEFT seek -2 exact +UP seek 2 keyframes +DOWN seek -2 keyframes + +# Speed +] add speed 0.5 +[ add speed -0.5 +} add speed 0.25 +{ add speed -0.25 +\ set speed 1 + # Add/Decrease volume j add volume -5 k add volume 5 # Subtitles -c cycle sub # switch subtitle track up-order -C cycle sub down # switch subtitle track down-order -Alt+c cycle sub-visibility # Toggle subtitles +S cycle sub # switch subtitle track up-order +ctrl+s cycle sub-visibility # Toggle subtitles # Cycle audio tracks v cycle audio # switch audio track @@ -208,4 +219,6 @@ ctrl+l cycle-values loop-file "inf" "no" # toggle infinite looping # Keep open after exit P cycle keep-open up -K script-message osc-chapterlist
\ No newline at end of file +# OSC +K script-message osc-chapterlist +BS script-binding osc/visibility
\ No newline at end of file |