What problem does it solve? Writing video content by hand in traditional editors is slow and hard to automate. This Skill lets you define videos as React components, enabling programmatic, data-driven, and batch video generation with animations, subtitles, AI voiceover, and 3D scenes. ## Core Features & Use Cases - Programmatic Video Creation: Define compositions with frame-driven animations using useCurrentFrame, interpolate, spring, and Sequence, then render to MP4, WebM, GIF, or image sequences via CLI. - AI Voiceover Integration: Generate narration with MiniMax TTS or Edge TTS and synchronize audio with scenes through an audioConfig-driven architecture for tutorial videos. - 3D and Tutorial Videos: Build 3D scenes with @remotion/three and React Three Fiber, apply 3Blue1Brown-style visualization principles, and create process animations for algorithm explanations. - Use Case: Create a data-driven tutorial video where each scene's duration is determined by its TTS-generated audio, with 3D visualizations, synced narration, subtitles, and a progress bar, then render it to MP4 with one command. ## Quick Start Use the remotion-video skill to scaffold a new Remotion project and create an animated intro video rendered to MP4.