Add ElevenLabs voiceover and Playwright CLI browser inspection#5
Open
aditya-ig10 wants to merge 1 commit into
Open
Add ElevenLabs voiceover and Playwright CLI browser inspection#5aditya-ig10 wants to merge 1 commit into
aditya-ig10 wants to merge 1 commit into
Conversation
ElevenLabs voiceover: - Add --no-voiceover and --voice options to invocation - Check for ELEVENLABS_API_KEY at workflow start; prompt user if missing - Draft voiceover script from project summary during Step 1, finalize in Step 2 - Generate voiceover audio via ElevenLabs REST API (curl) with fallback to npx hyperframes tts (offline Kokoro-82M model) - Wire voiceover on track-index 3 with music ducking to 0.12-0.15 - Error handling table for 401/402/429/5xx responses - Add ElevenLabs API reference to audio.md (endpoint, params, voice IDs) - Document plan requirement: free tier cannot use library voices via API Playwright CLI browser inspection: - Add --url and --no-browser options to invocation - New playwright-inspect.md reference: open project in real browser, navigate pages, capture screenshots and structured snapshots, extract computed styles (colors/fonts), discover user flows via element interaction - Screenshots serve as visual references for Hyperframes composition - Update Step 1 to recommend paired static + browser inspection
Member
|
Hi @aditya-ig10 ! Thanks for this PR, I went over it and have some thoughts- Playwright: I think it's a great addition that can help brag choose the right visual style, happy to take this part in. Voice over: I did some experiments with VO before and honestly I just didn't like the output. In my local implementation I set it to default off and then decided to completely remove the feature. I tend towards a minimal, simple first version as the shipped video, so if we add this back I think it should be:
Do you have some samples that you created so I can see how the skill works with VO, with both ElevenLabs and Kokoro? Would be happy to hear what you think! |
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.
ElevenLabs voiceover:
Playwright CLI browser inspection: