这是压制好的显示效果
这是外挂字幕 右键新标签打开图片看的比较明显
感觉 100%字幕显示比例, mpv 的字幕大小比其他播放器例如 mplayerx 显示的大一些。
各位 mpv 用户有这个情况吗?可否分享一下配置文件?
这是我的配置文件
➜ mpv cat mpv.conf
#for intel HD4000 above
#vo=opengl-hq:icc-profile-auto
#osd message, you can press o to display the osd message
osd-status-msg="${time-pos/full} / ${length/full} (${percent-pos}%)"
#makes the player window stay on top of other windows
ontop=no
#always save the current playback position on quit
save-position-on-quit=yes
#adjust the initial window size to 50%
geometry=auto
#for network play
cache=30000
#choose the default subtitle to chinese
slang=zh,chi
#for GB2312 GBK BIG5 charset, use enca convert them to utf8
sub-codepage=enca:zh:utf8
sub-text-font='STHeiti'
#去掉播放器外框
no-border
#最大宽高为屏幕大小
autofit-larger=100%
#自动加载字幕文件形式
sub-auto=fuzzy
# OSD
osd-bar-h=1.5
osd-border-size=2
osd-color='#CCFFFFFF'
osd-border-color='#99000000'
osd-duration=2000
osd-font='STHeiti'