From 17365ba4a31a0037353aa57694e9d05c19efdfc7 Mon Sep 17 00:00:00 2001 From: xingluo Date: Sun, 22 Feb 2026 08:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20video=5Fframe=5Futils.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video_frame_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_frame_utils.py b/video_frame_utils.py index da33a56..9a0b948 100644 --- a/video_frame_utils.py +++ b/video_frame_utils.py @@ -174,7 +174,7 @@ def process_video_frame_extraction(data, file_registry, file_lock, task_id=None, '-vf', vf, '-pix_fmt', 'rgb24', '-compression_level', '9', - '-pred', 'mixed' + '-pred', 'mixed', '-stats', # 关键:启用进度统计 '-v', 'info', # 确保输出级别足够 frame_pattern