zalogarcia

View Video — Development skill for Claude Code

Development community

Extract frames from a video using ffmpeg so Claude can visually analyze the content.

How to install View Video

Installs to ~/.claude/skills/zalogarcia-zalo-claude-code-setup-view-video/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zalogarcia-zalo-claude-code-setup-view-video && curl -fsSL https://raw.githubusercontent.com/zalogarcia/zalo-claude-code-setup/HEAD/commands/view-video.md -o ~/.claude/skills/zalogarcia-zalo-claude-code-setup-view-video/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What View Video does

Extract frames from a video using ffmpeg so Claude can visually analyze the content.

Usage

Provide the local video file path and optionally the number of frames:

/view-video /path/to/video.mp4
/view-video /path/to/video.mp4 10

Instructions

  1. First, get video metadata using ffprobe:
ffprobe -v quiet -print_format json -show_format -show_streams "$VIDEO_PATH"

Report: duration, resolution, codec, fps, and file size.

  1. Extract frames to a temp directory. Default is 6

Alternatives in Development

  • Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
  • Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★
  • Video Comparer — Compare video files and content 653 ★

Full documentation available on GitHub

View Source Repository