From ccf1c12d8f69c2b8ea02b122e0ee6e069c29ab50 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:28:36 +0900 Subject: modified mpv/input.conf --- ar/.config/mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ar/.config/mpv/input.conf b/ar/.config/mpv/input.conf index da86c5d..de78dcc 100644 --- a/ar/.config/mpv/input.conf +++ b/ar/.config/mpv/input.conf @@ -31,9 +31,13 @@ alt+z add video-zoom -0.1 q no-osd sub-seek -1 # Seek to the previous subtitle ctrl+q add chapter -1 # Seek -chapters shift+q cycle sub down # Switch subtitle track backwards +alt+q add audio-delay -0.100 # change audio/video sync by shifting the audio earlier +alt+shift+q add audio-delay -1.000 # change audio/video sync by shifting the audio earlier e no-osd sub-seek 1 # Seek to the next subtitle ctrl+e add chapter 1 # Seek +chapters shift+e cycle sub # Switch subtitle track +alt+e add audio-delay 0.100 # change audio/video sync by delaying the audio +alt+shift+e add audio-delay 1.000 # change audio/video sync by delaying the audio space cycle pause # Toggle pause/playback mode s cycle pause # Toggle pause/playback mode ctrl+PRINT script-binding crop-screenshot # Crop screenshot -- cgit v1.2.3