mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
style(mpv): update mpv.conf
This commit is contained in:
parent
c77b65443a
commit
7d0824b6f2
1 changed files with 14 additions and 14 deletions
|
|
@ -1,19 +1,8 @@
|
|||
# 优先硬解码
|
||||
hwdec=auto-safe
|
||||
|
||||
# ==== 渲染 ====
|
||||
profile=gpu-hq
|
||||
scale=ewa_lanczossharp
|
||||
cscale=ewa_lanczossharp
|
||||
video-sync=display-resample
|
||||
interpolation
|
||||
tscale=oversample
|
||||
# 可选值: common, common-low, anime
|
||||
profile=common
|
||||
|
||||
# ==== 界面 ====
|
||||
# 使用OSC脚本时,需要关闭默认OSC
|
||||
# https://github.com/422658476/MPV-EASY-Player/blob/master/mpv-easy-data/osc-style/osc-potplayer-box-knob-or-bar-0.lua
|
||||
#使用OSC脚本时,需要关闭默认OSC
|
||||
osc=no
|
||||
# ==== OSD样式 ====
|
||||
osd-on-seek=msg-bar
|
||||
|
|
@ -45,13 +34,24 @@ sub-shadow-offset=1
|
|||
# 使用无损webp格式
|
||||
screenshot-format=webp
|
||||
screenshot-webp-lossless
|
||||
# 截图存放路径
|
||||
# 截图存放目录
|
||||
screenshot-directory='~/Userdata/Pictures/'
|
||||
|
||||
# ==== 其他 ====
|
||||
# ==== 杂项 ====
|
||||
# 进度数据文件存放目录
|
||||
watch-later-directory='~/.data/mpv/watch_later/'
|
||||
|
||||
# ==== 渲染 ====
|
||||
profile=gpu-hq
|
||||
scale=ewa_lanczossharp
|
||||
cscale=ewa_lanczossharp
|
||||
video-sync=display-resample
|
||||
interpolation
|
||||
tscale=oversample
|
||||
# 可选值: common, common-low, anime
|
||||
# 会覆盖scale和cscale
|
||||
profile=common
|
||||
|
||||
[common]
|
||||
profile-desc=普通视频
|
||||
# FSRCNNX着色器
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue