自用mpv配置2022.11.30
# mpv設(shè)置
# 常規(guī)**************************************************************************************
# 關(guān)閉osc
osc=no
# 忽略默認(rèn)快捷鍵!
no-input-default-bindings
# 消息文字尺寸
osd-font-size=40
# 開始播放時短暫顯示的信息:文件名
osd-playing-msg="${filename}"
# 播放結(jié)束后不退出
keep-open=yes
# 高優(yōu)先級
priority=high
# 保留著色器緩存
gpu-shader-cache-dir="~~/shaders_cache"
# 圖形**************************************************************************************
# 全屏獨(dú)占
#d3d11-exclusive-fs=yes
#d3d11-flip=yes
# 外部邊框
border=yes
# 置頂
ontop
# 窗口縮放50%
geometry=50%
# 平滑刷新
#video-sync=display-resample
#interpolation
#tscale=oversample
# 記憶播放
#save-position-on-quit
# 軟解
hwdec=no
# 增強(qiáng)4K解碼性能
vd-lavc-dr=yes
opengl-pbo=yes
# GPU API - d3d11
gpu-context=d3d11
# 渲染質(zhì)量 - 高
profile=gpu-hq
# 渲染算法
cscale=ewa_lanczossoft
scale=ewa_lanczossharp
dscale=mitchell
cscale-antiring=0
scale-antiring=0
correct-downscaling=yes
sigmoid-upscaling=yes
deband=yes
# 視頻輸出格式
d3d11-output-format=auto
# 處理精度
fbo-format=rgba32f
# 色深抖動(抵抗色彩轉(zhuǎn)換的損失)
dither-depth=auto
dither=error-diffusion
# RGB范圍
video-output-levels=full
# 補(bǔ)幀
#vf-append=vapoursynth="~~/FPS.vpy"
# 啟用色彩管理
icc-profile-auto=no
# 全屏?xí)rHDR直通(實(shí)驗性,需提前開啟Windows10 HDR開關(guān))
#d3d11-output-csp=pq
# 聲音**************************************************************************************
# 默認(rèn)音量
volume=70
# 最大音量
volume-max=200
# 聲道拆分至各設(shè)備,失敗則強(qiáng)制混為立體聲
#audio-channels=auto-safe
# 聲道拆分至各設(shè)備
#audio-channels=auto
# 混為立體聲
audio-channels=stereo
# 多聲道音頻規(guī)格化
audio-normalize-downmix=yes
# 音頻API-WASAPI
ao=wasapi
#audio-exclusive=yes
# 字幕**************************************************************************************
# 修正字幕
#sub-ass-vsfilter-aspect-compat=no
#sub-ass-vsfilter-blur-compat=no
# 字幕分辨率渲染同步
blend-subtitles=video
# 著色器部分
#glsl-shaders-append="~~/shaders/.glsl"