Capítulo 823 de 988

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

  1. Understand installing whisper.cpp when working with Generate captions.
  2. Understand make corrections when working with Generate captions.
  3. Understand generate captions via cli when working with Generate captions.
  4. 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.