diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-04-22 00:10:50 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-04-22 00:10:50 -0400 |
| commit | eb26c07bf51f08aedb273db7bcc80615db7a8b12 (patch) | |
| tree | 4064124939de81dd32766ce7bed462e32c41734b | |
| parent | 125c524583eb5de315ccddd47a97262dcb345fa4 (diff) | |
refactor: let system handle tearfree and vsync²
| -rw-r--r-- | .config/mpv/mpv.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9686b37..a469b80 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -23,6 +23,7 @@ sub-auto=all autofit-larger=96%x92% autofit-smaller=240x240 keepaspect-window=no -video-sync=audio +video-sync=display-desync opengl-swapinterval=0 +vulkan-swap-mode=fifo-relaxed ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best" |
