diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 02:28:36 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 02:28:36 +0900 |
| commit | ccf1c12d8f69c2b8ea02b122e0ee6e069c29ab50 (patch) | |
| tree | 3b3dc57d12a62b279ab0e9f5d888af8b885fde54 | |
| parent | cda9093fc9329b0c7f698281cf3c1be21f90babf (diff) | |
modified mpv/input.conf
| -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 |
