Update README with new caption command and improved examples#141
Merged
Conversation
- Replace the two-step transcribe+ffmpeg karaoke pipeline with the new one-command 'assembly caption'. - Add --video to the YouTube highlight-reel clip example so the clips keep the picture. - Swap the dub example for the 'Me at the zoo' YouTube URL demo (19s, one clear speaker, instantly recognizable before/after). - Key features: add a Captioning bullet and note clip --video / dub URL support. https://claude.ai/code/session_01RQBMh3a9xrqnUiw1ZEYE1J
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
Updated README documentation to reflect new
captioncommand and improved CLI examples across multiple features. This includes clearer descriptions of video handling, updated command syntax, and better example demonstrations.Key Changes
captioncommand: Added documentation forassembly captionwhich burns captions directly into videos with ffmpeg, replacing the previous multi-step transcribe + SRT export + ffmpeg workflowdubexamples: Updated to use YouTube URL with-lflag shorthand and--videoflag for consistencyclipcommand docs: Added--videoflag documentation to clarify that video downloads are optional and can be omitted for audio-only clipstalk.mp4with recognizable YouTube videos (YouTube's first video "Me at the zoo" fordub, Steve Jobs' Stanford address forclip)captioncommand with formatting options (--chars-per-caption,--font-size)captionas a new bullet point in the features section with full description of its capabilities and optionsImplementation Details
-lfor language,--videofor video downloads)https://claude.ai/code/session_01RQBMh3a9xrqnUiw1ZEYE1J