Compare commits
2 Commits
1.1
...
17365ba4a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 17365ba4a3 | |||
| e0b5a236f0 |
@@ -173,6 +173,8 @@ def process_video_frame_extraction(data, file_registry, file_lock, task_id=None,
|
|||||||
'-i', temp_video,
|
'-i', temp_video,
|
||||||
'-vf', vf,
|
'-vf', vf,
|
||||||
'-pix_fmt', 'rgb24',
|
'-pix_fmt', 'rgb24',
|
||||||
|
'-compression_level', '9',
|
||||||
|
'-pred', 'mixed',
|
||||||
'-stats', # 关键:启用进度统计
|
'-stats', # 关键:启用进度统计
|
||||||
'-v', 'info', # 确保输出级别足够
|
'-v', 'info', # 确保输出级别足够
|
||||||
frame_pattern
|
frame_pattern
|
||||||
|
|||||||
Reference in New Issue
Block a user