remotion-video
Installation
SKILL.md
When to use
Use this skill whenever you are dealing with Remotion code to obtain domain-specific knowledge for programmatic video creation.
Core Principles
Remotion allows you to create videos using React components. Key concepts:
- Compositions: Define video compositions with duration, fps, width, and height
- Frame-based Animation: Use
useCurrentFrame()anduseVideoConfig()for animations - Interpolation: Use
interpolate()for smooth transitions and animations - Sequencing: Use
<Sequence>to control timing of components