This commit is contained in:
nnwang
2026-02-22 09:02:42 +08:00

View File

@@ -323,6 +323,8 @@ def process_video_frame_extraction(data, file_registry, file_lock, task_id=None,
'-i', temp_video,
'-vf', vf,
'-pix_fmt', 'rgb24',
'-compression_level', '9',
'-pred', 'mixed',
'-stats', # 关键:启用进度统计
'-v', 'info', # 确保输出级别足够
frame_pattern