name: olore-remotion-latest description: Local Remotion documentation reference (latest). Remotion documentation. Use for programmatic video creation in React, compositions, sequences, audio, animations, rendering, server-side rendering, and Lambda deployment.
remotion Documentation
Remotion documentation. Use for programmatic video creation in React, compositions, sequences, audio, animations, rendering, server-side rendering, and Lambda deployment.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/getting-started.mdx |
| Core fundamentals | contents/the-fundamentals.mdx |
| API overview | contents/api.mdx |
| Rendering video (Node.js) | contents/renderer.mdx |
| Server-side rendering | contents/ssr.mdx |
| AWS Lambda rendering | contents/lambda/setup.mdx |
| Google Cloud Run rendering | contents/cloudrun/setup.mdx |
| CLI commands | contents/cli/cli.mdx |
| Player component | contents/player/ |
| Sequences & compositions | contents/sequence.mdx |
| Animation / interpolation | contents/interpolate.mdx |
| Captions / subtitles | contents/captions/ |
| Audio integration | contents/audio/ |
| Troubleshooting | contents/troubleshooting/ |
When to use
Use this skill when the user asks about:
- Creating programmatic videos or animations with React and Remotion
- Compositions, sequences, series, loops, and frame-based animations
interpolate(),spring(), easing, and animation math- Hooks:
useCurrentFrame(),useVideoConfig(),useAudioData() - Rendering videos with Node.js (
@remotion/renderer), Lambda, or Cloud Run - CLI commands (
npx remotion render,npx remotion studio, etc.) - The
<Player>component for embedding video previews - Audio, video, captions, subtitles, and media handling
- WebCodecs, media-parser, and client-side rendering
- Visual effects (
@remotion/effects), transitions, shapes, paths, noise - AI/LLM-based video generation with Remotion
- Integrations: Three.js, Lottie, Skia, Google Fonts, Tailwind, Next.js
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.