diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-04-21 23:48:14 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-04-21 23:48:14 -0400 |
| commit | 125c524583eb5de315ccddd47a97262dcb345fa4 (patch) | |
| tree | 4267a89bc15f193aa0abdc2d2acbd70e7322995b | |
| parent | 166bf7a33012beb7b3a0627652a14761cc40a37e (diff) | |
refactor: let system handle tearfree and vsync
| -rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d120bc0..9686b37 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -23,4 +23,6 @@ sub-auto=all autofit-larger=96%x92% autofit-smaller=240x240 keepaspect-window=no +video-sync=audio +opengl-swapinterval=0 ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best" |
