From 7d6ecb595a5050ad936dd176d8f098d5f1cc85c4 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 31 Jan 2023 09:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- danmaku_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danmaku_workflow.py b/danmaku_workflow.py index bea7212..1a398ba 100644 --- a/danmaku_workflow.py +++ b/danmaku_workflow.py @@ -321,7 +321,7 @@ class WorkerThread(QThread): subtitles, os.path.join(VIDEO_OUTPUT_DIR, "{}.mp4".format(current_dt)), 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) process.wait() current_sec += VIDEO_CLIP_EACH_SEC