Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
CV

jordanrendric/claude-video-vision

Give Claude the ability to watch and understand videos — Claude Code plugin with frame extraction and multimodal audio analysis

stars
1.2k
Language
TypeScript
GitHub
Source and compliance noteLast synced: Aug 9, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

Claude Video Vision is a Claude Code plugin that gives Claude the ability to perceive and understand videos by extracting frames via ffmpeg and transcribing audio through multiple backends (Gemini API, local Whisper, or OpenAI API). It acts as a perception layer, providing Claude with visual frames and timestamped audio transcriptions, enabling it to answer questions about video content directly within a coding session.

Installation

Inside Claude Code, run: /plugin marketplace add https://github.com/jordanrendric/claude-video-vision then /plugin install claude-video-vision (MCP server auto-installs via npx).

Problem solved

This framework solves the problem of AI assistants lacking native video understanding by bridging the gap between video files and Claude's multimodal capabilities. It eliminates the need for manual frame extraction or separate transcription pipelines, allowing Claude to directly analyze video content in context, with adaptive extraction based on user queries.

What you can build

Developers can build workflows where Claude can analyze video tutorials, bug reports, lectures, or YouTube content directly from the command line. Use cases include summarizing long videos, extracting on-screen text, identifying code in tutorials, and answering questions about specific timestamps. The ceiling is high: with adaptive frame extraction and multiple audio backends, Claude can handle everything from quick clips to hour-long lectures, making it a versatile tool for video-based research, education, and debugging.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

This plugin is ideal for developers who use Claude Code and need to analyze video content without leaving their terminal, offering flexibility in audio processing (cloud or local). It should be avoided by those who prefer a fully integrated GUI or who lack the required dependencies (ffmpeg, Node.js). The key trade-off is between convenience and setup complexity, with the plugin providing powerful perception but requiring initial configuration and external tools.

Analyzed by Git-Stars - 8/9/2026