Chapter 823: Generate captions
Core Idea
To generate captions, the Remotion Recorder uses Whisper. cpp for fast and accurate transcriptions.
Key Concepts
- Installing Whisper.cpp
- Make corrections
- Generate captions via CLI
- Non-english languages
Code Examples
bun sub.ts
- What it demonstrates: Usage pattern for Generate captions from the official docs.
Key Takeaways
- Understand installing whisper.cpp when working with Generate captions.
- Understand make corrections when working with Generate captions.
- Understand generate captions via cli when working with Generate captions.
- Understand non-english languages when working with Generate captions.
Connects To
- Create: related page in the Recorder (@remotion/recorder) section.
- Demo: related page in the Recorder (@remotion/recorder) section.
- Editing: related page in the Recorder (@remotion/recorder) section.