Skip to content

[thumbfast]subprocess failed:killed #106

Closed Answered by zhongfly
redomCL asked this question in Q&A
Discussion options

You must be logged in to vote

略微深入分析:
可以看mpv手册,其中子进程有一个选项感觉就和这个有关:https://mpv.io/manual/master/#command-interface-playback-only 默认是true,作用是当前播放结束时杀死进程,描述上看和这里提到的问题相符。
再看thumbfast的相关代码:https://github.com/po5/thumbfast/blob/f1fdf10b17f394f2d42520d0e9bf22feaa20a9f4/thumbfast.lua#L73
除了not pre_0_30_0且async为false时,会设置playback_only为false外,其他情况要么是true,要么没设置(那就会用默认值true)。而脚本实际上压根不存在playback_only为false的情况,因为它写死了pre_0_30_0是true

综上,应该完全是预期行为

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@redomCL
Comment options

@dyphire
Comment options

@zhongfly
Comment options

@zhongfly
Comment options

Answer selected by dyphire
@redomCL
Comment options

@zhongfly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants