Capítulo 676 de 988
Remotion provides several built-in options for transcribing audio to generate captions:
@remotion/install-whisper-cpp | @remotion/whisper-web | @remotion/openai-whisper | @remotion/elevenlabs | |
|---|---|---|---|---|
| Environment | Server (Node.js) | Client (Browser) | Cloud (API) | Cloud (API) |
| Speed | Fast (depends on hardware) | Slow (WASM overhead) | Fast | Fast |
| Cost | Free | Free | Paid (OpenAI API pricing) | Paid (ElevenLabs API pricing) |
| Offline support | ✅ | ✅ | ❌ | ❌ |
| No server needed | ❌ | ✅ | ✅ | ✅ |
| Convert function | toCaptions() | toCaptions() | openaiWhisperApiToCaptions() | elevenLabsTranscriptToCaptions() |