diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:09:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:09:29 +0200 |
commit | 692bc52c20da866630fa401be6740bc38f8f8574 (patch) | |
tree | be52e621dbbb15bfd2f43ec92053e4b0a817c392 /config/common/mpv/input.conf | |
parent | 197a1a74f468d9d69d624b19f90280a3946455e5 (diff) | |
parent | 19ea61db733c9152f2b334b0ae9871f81ac3664d (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/common/mpv/input.conf')
-rw-r--r-- | config/common/mpv/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 7e16c16..1d3a486 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -226,3 +226,7 @@ alt+c script-message cycle-commands 'show-text "${chapter-metadata/title}" 10000 # display information and statistics i script-binding stats/display-stats-toggle + +x add audio-delay 0.100 # change audio/video sync by delaying the audio +X add audio-delay -0.100 # change audio/video sync by shifting the audio earlier +ctrl+x set audio-delay 0 |