Add elevenlabs-voiceover-video example - #16
Merged
dazzatronus merged 2 commits intoSep 9, 2026
Conversation
Clone a voice with ElevenLabs, generate the voice-over, upload via the Ingest API, and render a captioned video. Follows STANDARDS.md: env-only keys, one-line failures, production v1 default with stage fallback documented. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DDi23DAt3JNvX7A7HE39KH
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
The README tells the reader to copy .env.example to .env and add a live production key. Without this file that .env is untracked and can be committed by accident. Matches the first-render example. Co-Authored-By: Claude Opus 5 <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.
Companion code for the ElevenLabs voice-over guide.
Generates a voice-over with ElevenLabs, uploads it through the Shotstack Ingest API, and renders a captioned video. Voice cloning is optional — set
ELEVENLABS_VOICE_SAMPLEto clone from your own audio, otherwise the script uses a stock voice.Defaults to production
/v1, so a first run spends real credits. The README covers switching tostage.Verified: prettier clean, CI green, zero dependencies, README sections in STANDARDS.md order, missing-key and network failures each print one line and exit non-zero.
Not done yet:
Drafted with Claude, reviewed by Sonia.