Replies: 3 comments 14 replies
-
已移除旧缩略图引擎的支持 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
10 replies
-
有个小问题,相比旧引擎(Thumbnailer)是否更推荐使用新引擎(thumbfast),或者说这两个有哪些优缺点呢,另外这个thumbfast是个人修改的吗,原脚本没有precise和hwdec选项 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
本文已过时
参见 hooke007/MPV_lazy@20acfc0
预览
osc_plus.lua 是基于mpv原版OSC进行功能强化与界面美化的外置脚本。
在继承上游的全部特性的同时,进行了较大的改动。
普通脚本,使用常规的安装方式即可。 【通用引导参考】
默认不内建预绑定的快捷键方案,可用的快捷键绑定 input.conf 示例:
https://github.com/hooke007/MPV_lazy/blob/c1aa59a5da0b59dab98d73d1b4a343870e13e3a1/portable_config/scripts/osc_plus.lua#L10-L14
继承了上游 osc.conf 的全部选项外,还有更多的其它选项可供自定义,具体查看示范 osc_plus.conf
粗略配置后的运行时预览图:(在此配置文件中使用
layout=bottombox
即可启用预览图所示的布局)特性说明
启动mpv前可以不在 mpv.conf 中设置
osc=no
关闭内置OSC,但会影响个别功能。兼容适配新的缩略图引擎(没有下列附属脚本就自然不显示时间轴缩略图预览)
原本只有 音量 按钮支持鼠标悬停时滚轮快速调整音量与原版的切换方向相反)进度条 支持 关键帧/逐秒/逐帧 三种不同模式的滚轮跳转(原版仅一种)
更多特性和功能参见上方 osc_plus.conf 列出的新增用户选项
Beta Was this translation helpful? Give feedback.
All reactions