Documentation
README
claude-real-video — let Claude actually watch a video
When to use
The user gives you a video (URL or file path) and asks what's in it, to summarize it, to analyze its structure, or to answer questions about it.
Requirements
pip install "claude-real-video[whisper]"(installs thecrvCLI; needs Python 3.10+ and ffmpeg)- The
[whisper]extra is required for speech-to-text — pip never installs extras on its own. The first transcription then downloads a whisper base model (~139 MB).
Steps
-
Run the extractor (add
--gridto cut image count ~9x — recommended):crv "<url-or-path>" -o crv-out --grid --why "<what the user wants to know>"For long videos cap the frames:
--max-frames 60.
This is the opening of the README. Read the full README on GitHub.