TA的每日心情 | 慵懒 4 天前 |
---|
签到天数: 156 天 [LV.7]常住居民III
星辰大海
- 积分
- 584891
|
本帖最后由 sommio 于 2023-4-25 20:04 编辑
> 另一个关于 mpv-android 问题,在miui14中使用时无法自动加载字幕
在 mpv 内用 FILE PICKER(LEGACY) 打开就好了,这个问题在安卓 10 就存在了。另外推荐用 Reex 这个比较方便的前端及 vo_gpu_next,mpv-android 的 vo_gpu 可能有垂直色带等诡异问题
可以参考我的配置,用于 mpv-android(vulkan) 和 Reex v1.8.0+,前者可尝试注释 gpu-api 和 gpu-context 使用 vulkan,Reex 支持 vo_gpu_next 但不支持 vulkan
播放器内
- include = /storage/emulated/0/mpv/mpv.conf
复制代码 /storage/emulated/0/mpv/mpv.conf
- vo = gpu-next
- gpu-api = opengl
- gpu-context = android
- hwdec = mediacodec-copy
- vd-lavc-dr = yes
- vd-lavc-software-fallback = 1
- ao = opensles
- audio-file-auto = exact
- alang = "jp,jpn,ja"
- audio-channels = stereo
- #audio-delay = -0.2 # 补偿蓝牙耳机延迟
- scale = ewa_lanczos
- scale-blur = 0.9812505644269356
- cscale = lanczos
- dscale = lanczos
- sigmoid-upscaling = yes
- correct-downscaling = yes
- linear-downscaling = yes
- dither = fruit
- dither-depth = 8
- #glsl-shaders = /storage/emulated/0/mpv/glsl/FSR.glsl
- #glsl-shaders = /storage/emulated/0/mpv/glsl/Anime4K_Restore_CNN_S.glsl
- screenshot-format = png
- screenshot-template = "%F - %wm:%wS - %#01n"
- screenshot-directory = /storage/emulated/0/Pictures/Screenshots
- screenshot-png-compression = 0
- screenshot-sw = no
- slang = "chs,sc,gb,zh_CN,zh-Hans,zh,chi,zho,tc,cht,big5,zh-Hant"
- sub-auto = fuzzy
- sub-ass-force-margins = yes
- sub-fonts-dir = /storage/emulated/0/mpv/fonts
- sub-font = "Source Han Sans SC"
- sub-font-size = 70
- sub-border-size = 1.5
- sub-blur = 0.4
- sub-margin-y = 20
- sub-scale = 1.0
复制代码 |
评分
-
查看全部评分
|