What problem does it solve?
Maintaining consistent transparent video assets across the Remotion homepage, promo pages, and docs is error-prone because Chrome needs a VP8/VP9 WebM with alpha and Safari needs an HEVC MP4 with alpha, both derived from a single ProRes 4444 master. This Skill codifies the exact render, transcode, copy, and verification pipeline so the assets stay in sync and render correctly in every browser.
Core Features & Use Cases
- Master Render: Produces a transparent ProRes 4444 (yuva444p10le) master from a Remotion composition in
packages/brand.
- Browser-Specific Transcodes: Converts the master into a 540x540 VP8 WebM with alpha for Chrome and a 540x540 HEVC MP4 with alpha for Safari using
avconvert.
- Multi-Site Distribution: Copies the final WebM and MP4 into both
promo-pages/public/img/ and docs/static/img/ so the homepage and documentation stay aligned.
- Verification: Uses
ffmpeg metadata inspection and alphaextract to confirm the master has real alpha and that every output is exactly 540x540 with the expected codec and brand.
Quick Start
Render and replace the homepage creator strip assets by following the homepage-video-assets workflow for the target composition.