diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 2b96a2c..7090abb 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -2,7 +2,7 @@ hwdec=auto-safe # ==== 界面 ==== -#使用OSC脚本时,需要关闭默认OSC +#使用脚本替代内置OSC osc=no # ==== OSD样式 ==== osd-on-seek=msg-bar @@ -40,12 +40,17 @@ screenshot-directory='~/Userdata/Pictures/' watch-later-directory='~/.data/mpv/watch_later/' # ==== 渲染 ==== +# 使用gpu-hq预设 profile=gpu-hq +# 影像升频算法 scale=ewa_lanczossharp +# 色度升频算法 cscale=ewa_lanczossharp +# 补帧算法 video-sync=display-resample interpolation tscale=oversample + # 可选值: common, common-alter, anime # 会覆盖scale和cscale profile=common