diff options
| -rw-r--r-- | ar/.config/mpv/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
