Add yt-infographics: video transcript + infographic extractor - #32
Open
technicalpickles wants to merge 2 commits into
Open
Add yt-infographics: video transcript + infographic extractor#32technicalpickles wants to merge 2 commits into
technicalpickles wants to merge 2 commits into
Conversation
…actor Self-contained uv script (PEP 723 inline deps) that pulls everything worth summarizing out of a video: spoken transcript via yt-dlp captions, plus clean on-screen infographic/slide text via scene-change detection + OCR triage + Claude vision re-reads for anything OCR mangled. Merges both into a chronological full_context.md ready to hand to an LLM for summarizing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reflects what's actually on disk under --out-dir rather than an assumed layout, so it stays accurate across --no-transcript and other flags. Collapses the frames/ jpg listing to a count instead of listing all 35+. Co-Authored-By: Claude Sonnet 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.
Summary
bin/yt-infographics, a self-containeduv run --script(PEP 723 inline deps, nobrew installneeded beyonduvand a logged-inclaudeCLI) that pulls everything worth summarizing out of a video into one chronologicalfull_context.mdbin/CLAUDE.mdentry documenting it alongside the repo's otherbin/utilitiesTest plan
uv run(letting uv resolve all deps fresh) against a real YouTube video, verifiedtranscript.md,clean_transcript.md,triage_report.md, andfull_context.mdall get written correctly--skip-downloadreuses an existing video/transcript for iterating on later stages🤖 Generated with Claude Code