Track important changes in Video Generation, including capabilities, product updates, adoption signals, risks, and evidence worth continued monitoring.
Signal Feed
The burst’s primary change is making WebM a first-class distributed format so the distributed rendering path now accepts and executes `webm` jobs end to end (plan → chunking → assembly → Lambda CLI), rather than rejecting them as unsupported format requests.
The change makes distributed rendering accept WebM as a first-class format through the existing `plan() → renderChunk() → assemble()` path by wiring `webm` into plan config, encoder selection, and format checks, and fixes the `needsAlpha` logic so WebM jobs preserve transparency in `yuva420p` instead of being forced through opaque capture.
The PR fixes an AWS Lambda runtime bug in distributed rendering where Google Fonts cache writes were sent to `$HOME/.cache/...` and failed in Lambda’s read-only home directory, then adds Lambda detection so cache files are written under `/tmp/hyperframes/fonts` instead.
Topic Timeline
pull request
commit burst
pull request