Chapter 845: Record using the interface
Core Idea
The Recorder ships with its own recording interface. From it, you can record a clip and add it as a scene to your project.
Key Concepts
- Select the composition
- Select sources
- Before starting
- Start the recording
- Selecting a take
- Discard a take
- record.remotion.dev
Code Examples
bun run dev
- What it demonstrates: Usage pattern for Record using the interface from the official docs.
Key Takeaways
- Understand select the composition when working with Record using the interface.
- Understand select sources when working with Record using the interface.
- Understand before starting when working with Record using the interface.
- Understand start the recording when working with Record using the interface.
- Understand selecting a take when working with Record using the interface.
Connects To
- Captions: related page in the Recorder (@remotion/recorder) section.
- Create: related page in the Recorder (@remotion/recorder) section.
- Demo: related page in the Recorder (@remotion/recorder) section.