Item detail
github.com

HUANGCHIHHUNGLeo/claude-real-video

HUANGCHIHHUNGLeo/claude-real-video is a video frame extractor that RepoRadar is tracking in its AI Agents section, currently rated Gold tier with a 'try now' verdict. Its strongest signal is workflow potential, scored 9.8 out of 10.

Score8.3
Popularity1.0
Riskconditional
TierGold
Score breakdown
Usefulness9.0
Novelty8.0
Momentum8.0
Maturity6.5
Open-source/build8.4
Evidence7.2
Workflow potential9.8
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI agent developers, video / media researchers, RAG teams, knowledge-base builders, content / e-learning creators, and accessibility engineers who need a local-first, scene-aware, deduplicated video frame + transcript pipeline that runs offline and exposes a Claude Code skill (`skills/claude-real-video/`) for drop-in install. It collapses a 10-minute static slide deck into 1 frame (vs ~

Who should use it

AI agent developers and Claude Code users who want a local-first video-to-LLM bridge that ships as a skill (`skills/claude-real-video/`) for one-command install and that runs scene-change-aware frame extraction + sliding-window dedup + Whisper transcription locally on the user's own machineVideo / media researchers, RAG teams, knowledge-base builders, and content / e-learning creators who need a tool that collapses a 10-minute static slide deck into 1 frame and catches every visual change in a fast-cut reel (vs fixed 1-fps sampling that misses frames between samples), with a `--why` flag that focuses the analysis on a stated goal (e.g. 'find the pricing strategy')Accessibility engineers, researchers, and analysts who need a local Whisper transcript + deduplicated frames folder they can paste into any LLM afterwards (Claude, ChatGPT, Gemini, or local), with the `--kb` flag that saves the result as a dated note in the user's own notes folder so it persists beyond a one-shot `crv-out/`Privacy-conscious teams that need the processing to stay on their own machine — only the frames / text the user chooses to paste into an LLM afterwards leaves the box, which is the right default for video material that may be under NDA or contain personal information

Who should skip it

Pass on HUANGCHIHHUNGLeo/claude-real-video if its scope or audience does not match what your team is building right now.

About this signal

HUANGCHIHHUNGLeo/claude-real-video is tracked by RepoRadar as a video frame extractor in the AI Agents section. It was first seen on 2026-07-03 and last updated on 2026-07-03. The current verdict is 'try now' with a Gold tier and easy setup difficulty. Across RepoRadar's eight signals, HUANGCHIHHUNGLeo/claude-real-video is strongest on workflow potential (9.8) and practical usefulness (9.0) and weakest on maturity (6.5) — a profile worth weighing against your own priorities. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned HUANGCHIHHUNGLeo/claude-real-video a composite score of 8.3 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'conditional' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to vet an AI agent or MCP server before you wire it in for the checklist behind this score.

Risk explanation

Requires ffmpeg, opencv-python-headless, scenedetect, yt-dlp on PATH and a Python 3.10+ environment; on Windows, the bundled `install.ps1` handles PATH setup, on macOS the bundled `install.sh` handles Homebrew ffmpeg install, and on Linux the dependency install is manual (`apt install ffmpeg` then `pip install claude-real-video[whisper]`). Review the README's `System requirement: ffmpeg` section before promoting to multi-user deployment; The `--why` / `--kb` flags save dated notes to the user's notes folder — review the note path and the `MANIFEST.txt` before sharing the saved note across a team, because the saved note inherits any PII / NDA-sensitive content from the source video. The processing itself runs locally and only the user-chosen frames / text leaves the box, which is the right default for sensitive material; Whisper transcription quality depends on the model size and the audio quality — for noisy audio or accented speech, the smaller models under-transcribe, and the larger models are slower. The README documents the `faster-whisper` backend and the model size trade-off; pick the model size per use case (tiny / base / small / medium / large-v3).

Evidence links
Closest alternatives / related signals
video-frame-extractorscene-change-detectionsliding-window-dedupwhisper-transcriptionlocal-firstyt-dlpffmpegopencv