From b436a8f25e1e2ca808d2b00ea1b12256c9119ce4 Mon Sep 17 00:00:00 2001 From: rydesun Date: Fri, 9 Jul 2021 23:53:46 +0800 Subject: [PATCH] docs(mpv): update comments --- .config/mpv/mpv.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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