clip-forge/backend
Jeff Emmett db4b7b10fd fix: use raw seconds in transcript timestamps to prevent AI misinterpretation
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>
2026-02-10 01:43:38 +00:00
..
app fix: use raw seconds in transcript timestamps to prevent AI misinterpretation 2026-02-10 01:43:38 +00:00
Dockerfile feat: add deno runtime for yt-dlp YouTube JS extraction 2026-02-09 18:35:11 +00:00
requirements.txt fix: update yt-dlp to latest for YouTube bot detection bypass 2026-02-08 12:40:59 +00:00