You've already forked my-video-workflow
分割视频等待进程完成
This commit is contained in:
@ -213,6 +213,7 @@ def quick_split_video(file):
|
||||
"{}.mp4".format(current_dt)
|
||||
], stdout=subprocess.PIPE)
|
||||
handle_ffmpeg_output(split_process.stdout)
|
||||
split_process.wait()
|
||||
current_sec += VIDEO_CLIP_EACH_SEC
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user