mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
docs(mpv): update comments
This commit is contained in:
parent
be6f6e58c0
commit
b436a8f25e
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue