Update config.py
Browse files
config.py
CHANGED
|
@@ -126,7 +126,7 @@ class ProcessingConfig:
|
|
| 126 |
|
| 127 |
# Performance
|
| 128 |
batch_size: int = 8 # Frames per batch for model inference
|
| 129 |
-
max_video_duration: float =
|
| 130 |
|
| 131 |
# Temporary files
|
| 132 |
temp_dir: Optional[str] = None
|
|
|
|
| 126 |
|
| 127 |
# Performance
|
| 128 |
batch_size: int = 8 # Frames per batch for model inference
|
| 129 |
+
max_video_duration: float = 12000.0 # Maximum video length (2 hours)
|
| 130 |
|
| 131 |
# Temporary files
|
| 132 |
temp_dir: Optional[str] = None
|