Chaitanya-aitf commited on
Commit
6f953c2
·
verified ·
1 Parent(s): 9bdb72c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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 = 7200.0 # Maximum video length (2 hours)
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