弹幕偏移过大,不添加关联
This commit is contained in:
parent
f1729ffc32
commit
3914aac24b
@ -124,6 +124,7 @@ def collect_danmaku_files(workflow: Optional[Workflow]):
|
|||||||
bias = start_time_xg - start_time_ts
|
bias = start_time_xg - start_time_ts
|
||||||
if bias < -600:
|
if bias < -600:
|
||||||
print("弹幕文件", danmaku_file, "反向偏移超过10分钟")
|
print("弹幕文件", danmaku_file, "反向偏移超过10分钟")
|
||||||
|
continue
|
||||||
danmaku = DanmakuClip()
|
danmaku = DanmakuClip()
|
||||||
danmaku.file = relpath
|
danmaku.file = relpath
|
||||||
danmaku.base_path = XIGUALIVE_RECORDER_DIRECTORY
|
danmaku.base_path = XIGUALIVE_RECORDER_DIRECTORY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user