瀏覽代碼

update mpv config

Casey DeLorme 1 周之前
父節點
當前提交
7e7b7336e4
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      install/etc/skel/.config/mpv/mpv.conf

+ 7 - 2
install/etc/skel/.config/mpv/mpv.conf

@@ -1,10 +1,15 @@
 
-# video driver
-profile=gpu-hq
+# video driver to use gpu, wayland, and vulkan
+vo=gpu-next
+gpu-api=vulkan
+gpu-context=waylandvk
 
 # hwdecoder
 hwdec=auto-copy
 
+# reduce judder
+video-sync=display-resample
+
 # wayland gpu context
 gpu-context=waylandvk