You've already forked lubo_toolkit
结束逻辑
This commit is contained in:
@ -321,7 +321,7 @@ class WorkerThread(QThread):
|
|||||||
subtitles,
|
subtitles,
|
||||||
os.path.join(VIDEO_OUTPUT_DIR, "{}.mp4".format(current_dt)),
|
os.path.join(VIDEO_OUTPUT_DIR, "{}.mp4".format(current_dt)),
|
||||||
current_sec,
|
current_sec,
|
||||||
current_sec + VIDEO_CLIP_EACH_SEC + VIDEO_CLIP_OVERFLOW_SEC)
|
VIDEO_CLIP_EACH_SEC + VIDEO_CLIP_OVERFLOW_SEC)
|
||||||
self.handle_handbrake_output(process.stdout)
|
self.handle_handbrake_output(process.stdout)
|
||||||
process.wait()
|
process.wait()
|
||||||
current_sec += VIDEO_CLIP_EACH_SEC
|
current_sec += VIDEO_CLIP_EACH_SEC
|
||||||
|
Reference in New Issue
Block a user