LetMeWatch: Python Plugin Adds Video Analysis to Claude via FFmpeg Scene Detection

✍️ OpenClawRadar📅 Published: March 25, 2026🔗 Source
LetMeWatch: Python Plugin Adds Video Analysis to Claude via FFmpeg Scene Detection
Ad

A developer has created a Python plugin called LetMeWatch that enables Claude to analyze video content despite its lack of native video support. The tool addresses the specific use case of sending screen recordings of bugs to Claude for diagnosis.

How It Works

The plugin uses FFmpeg scene detection to extract only frames where the visuals actually change. It timestamps each extracted frame and feeds them to Claude in batches. This approach avoids using AI video models or complex infrastructure—it relies on frame extraction combined with Claude's existing multimodal vision capabilities.

Technical Implementation

  • Written in Python (~200 lines of code)
  • Uses FFmpeg for scene detection
  • Extracts frames only when visual changes occur
  • Adds timestamps to each frame
  • Sends frames to Claude in batches
  • Works on all platforms
  • Open source (available on GitHub)
Ad

Practical Application

The developer tested the tool by recording a bug in a todo app and running the command /video-last. Claude successfully identified the exact line with the typo from watching the recording. This demonstrates how the tool can be used for debugging by having Claude analyze screen recordings of issues.

The project is available at github.com/BinyaminEden/letmewatch and represents a practical workaround for Claude's current video limitations using existing tools and Claude's vision capabilities.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Heddle: Trust Enforcement and Audit Logging for Claude Desktop MCP Connections
Tools

Heddle: Trust Enforcement and Audit Logging for Claude Desktop MCP Connections

Heddle is an open-source tool that adds trust tiers, access controls, and audit logging to Claude Desktop's MCP connections, allowing secure management of multiple services through a single interface with six starter packs included.

OpenClawRadar
Krasis: Hybrid CPU/GPU Runtime for Large MoE Models Achieves 3,324 tok/s Prefill on RTX 5080
Tools

Krasis: Hybrid CPU/GPU Runtime for Large MoE Models Achieves 3,324 tok/s Prefill on RTX 5080

Krasis is a hybrid CPU/GPU runtime that runs large MoE models by handling prefill on GPU and decode on CPU, achieving 3,324 tokens/second prefill on an RTX 5080 with Qwen3-Coder-Next 80B Q4. It requires ~2.5x model size in system RAM but enables running models too large for VRAM.

OpenClawRadar
Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command
Tools

Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command

A developer has released an open source Go-To-Market plugin for Claude Code that provides 166 specialized marketing skills across SEO, content, outbound, sales, growth, analytics, strategy, ads, social, CRM, and AI search. The plugin includes a /bootstrap command that interviews users about their brand to generate personalized context files.

OpenClawRadar
Claude Code Karma: Local Observability Dashboard for Claude Code Sessions
Tools

Claude Code Karma: Local Observability Dashboard for Claude Code Sessions

Claude Code Karma is an open-source local dashboard that parses JSONL files from ~/.claude/ to visualize Claude Code session data, track tool usage, and monitor silent failures. Built with FastAPI, Svelte-Kit 2, Svelte 5, and SQLite, it provides full session timelines and live tracking.

OpenClawRadar