Update pipeline.py
Browse files- pipeline.py +2 -1
pipeline.py
CHANGED
|
@@ -480,7 +480,8 @@ def draw_metric_bars(panel,
|
|
| 480 |
|
| 481 |
##Integrated Video Processing (Analysis + Annotation)
|
| 482 |
|
| 483 |
-
def process_full_video(video_path, output_dir, questions_config, audio_results_map):
|
|
|
|
| 484 |
"""
|
| 485 |
Enhanced video processing with:
|
| 486 |
1. Real-time (Live) Audio Metric Bars using a sliding window.
|
|
|
|
| 480 |
|
| 481 |
##Integrated Video Processing (Analysis + Annotation)
|
| 482 |
|
| 483 |
+
def process_full_video(video_path, output_dir, questions_config, audio_results_map=None):
|
| 484 |
+
|
| 485 |
"""
|
| 486 |
Enhanced video processing with:
|
| 487 |
1. Real-time (Live) Audio Metric Bars using a sliding window.
|