docs(mpv): update comments

This commit is contained in:
rydesun 2021-07-09 23:53:46 +08:00
parent be6f6e58c0
commit b436a8f25e

View file

@ -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