What problem does it solve?
This Skill enables developers to create videos programmatically using the Remotion framework by composing React components into video scenes, reducing manual setup and enabling automated production of tutorials, data visualizations, and AI voiceover workflows.
Core Features & Use Cases
- Programmatic video creation: Build MP4 outputs by defining scenes as React components.
- TTS integration: Supports MiniMax, Edge TTS, and vLLM-Omni Qwen3-TTS for AI voiceovers synchronized with video.
- Project automation: Includes scripts and templates to initialize projects, generate audio, and render videos for scalable workflows.
- Use Case: Automate a 5–10 minute tutorial by generating scenes and corresponding audio, then rendering a polished video with synchronized narration.
Quick Start
Trigger the skill with phrases like "用代码做视频" or "/remotion-video" to start; follow the commands:
/video:init to scaffold a Remotion project
- Use the provided scripts (e.g.,
scripts/generate_audio_minimax.py, scripts/generate_audio_edge.py, or scripts/generate_audio_qwen.py) to produce audio
/video:render to render the final MP4 file