更新 video_frame_utils.py

This commit is contained in:
2026-02-22 08:28:21 +08:00
parent e0b5a236f0
commit 17365ba4a3

View File

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