watch-video

Extract frames from local video files using FFmpeg.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/dtbuchholz/claude-config --skill watch-video-dtbuchholz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch-video
Source: https://github.com/dtbuchholz/claude-config/tree/main/skills/watch-video
Command: npx skills add https://github.com/dtbuchholz/claude-config --skill watch-video-dtbuchholz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to extract key frames from a video file, enabling you to "see" and analyze its content without needing to watch the entire video.

Core Features & Use Cases

  • Frame Extraction: Extracts a specified number of frames from a video file.
  • Information Gathering: Provides details like video duration, resolution, and codec.
  • Use Case: When a user shares a video and asks to understand its content or review specific moments, this skill can extract visual snapshots for analysis.

Quick Start

Use the watch-video skill to extract frames from the video file located at /path/to/your/video.mp4.

Frequently Asked Questions about watch-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract frames from a video file for visual analysis?

You can extract frames from a local video file for visual analysis by processing the video stream to isolate visual snapshots based on duration and chosen strategies. This enables you to review specific moments without watching the entire video.

Do I need FFmpeg to extract frames from local video files?

Yes, you need FFmpeg to extract frames from local video files. FFmpeg processes the video streams and extracts the visual frames based on duration and chosen strategies, enabling you to gather details like video resolution and codec.

What video information can I gather alongside frame extraction?

Alongside frame extraction, you can gather essential video information such as the total duration, resolution, and codec. This metadata provides context for the video file while extracting key frames for visual analysis.

When should I use frame extraction instead of watching a full video?

You should use frame extraction instead of watching a full video when you need to quickly understand video content or review specific moments. Extracting visual snapshots allows you to analyze key frames efficiently without viewing the entire video.

Can I extract a specified number of frames from a long video?

Yes, you can extract a specified number of frames from a long video. The extraction process applies strategies based on the video duration to isolate a targeted number of visual snapshots for your analysis needs.