diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-15 17:37:53 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-15 17:37:53 +0200 |
commit | 25a2605405d8ec7645d0664914c3b7290745afec (patch) | |
tree | 8afe0d8828a3909bfe2774385c8bebc039cf6d6e /config/common | |
parent | c9a06111585c189607ff1e81b77bb32f0a25a992 (diff) |
synced
Diffstat (limited to 'config/common')
-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 |