改改bug

This commit is contained in:
2025-01-13 10:33:36 +08:00
parent ce469dacf2
commit 92160b05ea
5 changed files with 22 additions and 18 deletions

View File

@ -69,6 +69,7 @@ def parse_video(source, task_params, template_info):
def start_ffmpeg_task(ffmpeg_task):
for task in ffmpeg_task.analyze_input_render_tasks():
start_ffmpeg_task(task)
ffmpeg_task.correct_task_type()
return ffmpeg.start_render(ffmpeg_task)