probeExportCodec returned codec/muxerCodec but not config, so the pre-probed pick used by the software-encoding warning path passed undefined to VideoEncoder.configure, which Chrome rejects as "not of type VideoEncoderConfig". Include config in the probe result and thread it through exportSegment (test render was still reprobing and ignoring the pick). Also prefer the browser-negotiated config from isConfigSupported when available — it is guaranteed valid for configure (covers new required fields), whereas our minimal config had started failing validation on Chrome despite isConfigSupported reporting "supported". Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| flow-state | ||
| magic-mirror | ||
| party-cathedral | ||
| party-stage | ||
| sparkles | ||
| tv-player | ||
| README.md | ||
Music Video Generator
After I'm done producing a music track, I still need to create a music video for it. Otherwise, I can't upload it to a video sharing site.
This is a library of music video "generators", anything that can be recorded along with a music file to produce a music video. Usually, this means a dynamic HTML page with some kind of dynamic visuals.