Score breakdown
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
Who should use it
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 an AI project in the AI Agents section. First seen 2026-07-03; the source record was last checked 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 public evidence on the linked source page and states where additional review is still needed.
How this item is evaluated
The HUANGCHIHHUNGLeo/claude-real-video record combines a 8.3/10 composite score with separate popularity (1.0), risk (conditional), and setup (easy) signals. See the scoring methodology for the current weights and evidence definitions.
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).