Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于MPV,想请教一下如何增加去掉片头、片尾的设置 #588

Closed
jkqxl opened this issue Mar 16, 2022 · 4 comments
Closed

关于MPV,想请教一下如何增加去掉片头、片尾的设置 #588

jkqxl opened this issue Mar 16, 2022 · 4 comments

Comments

@jkqxl
Copy link

jkqxl commented Mar 16, 2022

参考mpv脚本
https://github.com/mpv-player/mpv/wiki/User-Scripts

如何在 mpv.conf 文件,设置开头、结尾跳转播放的时间

@liupan1890
Copy link
Owner

呃,看了下官方帮助

在mpv.conf里设置参数
--start=30 --end=40 # https://mpv.io/manual/stable/#options
从第30秒开始播放,到结尾40秒时结束(播放列表下是继续播放下一个,没有播放列表就是停止播放)

在mpv脚本里怎么操作,我也不知道了

我对mpv其实没啥研究过,就研究了一下怎么传参播放。。。

@jkqxl
Copy link
Author

jkqxl commented Mar 16, 2022

感谢,已弄清楚具体规则,但可惜的是没有找到界面操作,只能临时在mpv.conf修改参数

--start=+120 # 从开始后120秒播放
--end=-40 # 到结尾前40秒时退出
上面的要分两行设置
keep-open=yes # yes 播放结束后不退出,删除该参数或修改为no 播放结束后退出

其它
--start=+56 , --start=00:56 # 寻找开始时间 + 56 秒。
--start=-56 , --start=-00:56 # 寻求结束时间 - 56 秒。
--开始=01:10:00 # 寻求 1 小时 10 分钟。
--开始=50% # 寻找文件的中间。
--start=30 --end=40 # 寻找 30 秒,播放 10 秒,然后退出。
--start=-3:20 --length=10 # 寻找到文件结束前 3 分 20 秒,播放 10 秒,然后退出。
--start='#2' --end='#4' # 播放第 2 章和第 3 章,然后退出。

网上收集的其它参数
mpv(参数说明).txt
改后缀 conf ,方便查看

@404reposter
Copy link

你好,请问能增加倍速播放的功能吗

@oldsento
Copy link

我想参考这个代码用在reexplayer 的自定义按钮上,但我是小白,麻烦您指教一下非常感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants