Chapter 850: Setup
Core Idea
Scaffold a new Remotion Recorder project:
Key Concepts
- 1. Fork and clone
- 2. Install Bun
- 3. Install dependencies
- 4. Install Whisper.cpp (optional)
- 5. Run the Remotion Recorder
Code Examples
npx create-video@latest --recorder
- What it demonstrates: Usage pattern for Setup from the official docs.
Key Takeaways
- Understand 1. fork and clone when working with Setup.
- Understand 2. install bun when working with Setup.
- Understand 3. install dependencies when working with Setup.
- Understand 4. install whisper.cpp (optional) when working with Setup.
- Understand 5. run the remotion recorder when working with Setup.
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.