claude-real-video is a local video processing tool that prepares videos for analysis by Claude or other LLMs. It accepts public video URLs or local files and extracts the visual and audio evidence an AI model needs. Instead of sampling at a fixed interval, it detects scene changes and removes near-duplicate frames to reduce unnecessary token usage. It can transcribe audio, generate a clean output folder, and create a local viewer with the video, keyframe grid, and transcript. The tool can also be installed as a Claude Code skill so an agent can process videos more directly. It is useful for reviewing screen recordings, summarizing visual content, analyzing tutorials, and turning video into LLM-readable context.
Features
- Local video frame extraction
- Scene-change-based sampling
- Near-duplicate frame removal
- Audio transcription support
- Local HTML viewer output
- Claude Code skill integration