diff options
| -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" |
