From db3eebea90e2a547c7892c060b56326df81c5d18 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 25 Jan 2024 14:04:30 +0100 Subject: Add mpv-cut and bindings *Also added custom gitignore for mpv --- config/common/mpv/input.conf | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'config/common/mpv/input.conf') 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 -- cgit v1.2.3