Chapter 761: Captioning in the Editor Starter
Core Idea
The Editor Starter comes with a method to generate captions for videos and audio assets. It uses the OpenAI Whisper API by default.
Key Concepts
- Setup with OpenAI Whisper (recommended)
- Editing
- Automated creation of pages
- Limits
- Alternatives
- @remotion/whisper-web
- @remotion/install-whisper-cpp
- More alternatives
Code Examples
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx
- What it demonstrates: Usage pattern for Captioning in the Editor Starter from the official docs.
Key Takeaways
- Understand setup with openai whisper (recommended) when working with Captioning in the Editor Starter.
- Understand editing when working with Captioning in the Editor Starter.
- Understand automated creation of pages when working with Captioning in the Editor Starter.
- Understand limits when working with Captioning in the Editor Starter.
- Understand alternatives when working with Captioning in the Editor Starter.
Connects To
- Asset Cleanup: related page in the Editor Starter Template section.
- Asset Uploads: related page in the Editor Starter Template section.
- Backend Routes: related page in the Editor Starter Template section.