Generative media · a pipeline
Short AI-generated clips (Sora), run end to end through a homemade pipeline: transcribed, word-timed captions rendered and burned in, then compressed to web-ready MP4 and served straight from this Worker — no third-party player.
How it's made
- GenerateEight ~10-second square clips from Sora (704×704).
- TranscribeMLX Whisper (large-v3-turbo) on Apple Silicon → reviewed word timings.
- CaptionWord-timed captions rendered with Pillow, composited via FFmpeg overlay — no libass or drawtext.
- Compresslibx264 slow, CRF 24, faststart — 66.5 MB down to 8.7 MB (~87% smaller).
- ShipCaptioned MP4s plus VTT/SRT sidecars, checksummed and validated, served as static assets.
The eight clips it produced
Ten-second Sora clips, each transcribed and captioned by the same pipeline — arrow through the set.