@remotion/elevenlabs: Add package for converting ElevenLabs output to captions#6930
Merged
JonnyBurger merged 16 commits intoremotion-dev:mainfrom Mar 31, 2026
Merged
@remotion/elevenlabs: Add package for converting ElevenLabs output to captions#6930JonnyBurger merged 16 commits intoremotion-dev:mainfrom
@remotion/elevenlabs: Add package for converting ElevenLabs output to captions#6930JonnyBurger merged 16 commits intoremotion-dev:mainfrom
Conversation
Contributor
|
Reviewed PR #6930. Submitted 4 inline comments covering: test runner mismatch ( Task list (7/7 completed)
![]() |
Contributor
There was a problem hiding this comment.
The package structure, docs integration, and conversion logic are solid overall. A few issues need attention — primarily the test runner mismatch (vitest vs bun:test) and a missing array-length validation that could produce NaN timestamps silently.
Big Pickle (free) | 𝕏
packages/elevenlabs/src/test/elevenlabs-api-to-captions.test.ts
Outdated
Show resolved
Hide resolved
The original implementation only handled the TTS alignment format. This adds support for the ElevenLabs Speech to Text API output, which is the actual analogue to `@remotion/openai-whisper`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@remotion/elevenlabs: Add package for converting ElevenLabs output to captions
This was based on a misunderstanding of the issue — the request was for Speech to Text support (like @remotion/openai-whisper), not Text to Speech alignment. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The inner slider circle used box-content which made its total rendered size 24x24 (20px content + 4px borders), filling the entire track with no visible gap. Removing it uses the default border-box from Tailwind's base reset, making the circle 20x20 total with symmetric 4px gaps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
@remotion/elevenlabspackage for converting ElevenLabs Speech to Text API output toCaptionobjectselevenLabsTranscriptToCaptions()— converts word-level transcript output to captions, analogous to@remotion/openai-whispertimestamps_granularity: "word"— function throws a helpful error with docs link if the response is missing word timingfetch()example, API reference with argument/return type docsTest plan
Closes #6927
🤖 Generated with Claude Code