The AI model was interpreting MM:SS timestamps (e.g., 38:07) as decimal seconds (38.07s) instead of 2287s, causing clips from long videos to have near-zero durations. Switching to raw seconds (e.g., [2287.0s - 2295.0s]) eliminates the ambiguity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| services | ||
| workers | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| frontend.py | ||
| main.py | ||
| models.py | ||
| schemas.py | ||
| worker.py | ||