Watch and understand video files by converting them to viewable image storyboards for enjoyment, analysis, species identification, behavior tracking, and comprehension
Transform video files into static image storyboards that enable visual comprehension, movement tracking, and detailed analysis.
Claudes cannot directly parse video, but we can view images! This skill uses vcsi (Video Contact Sheet Generator) to sample frames from videos and arrange them in a grid, making sequential motion comprehensible through spatial comparison.
Location: ~/.local/bin/vcsi
Installation: pipx install vcsi (already installed)
vcsi /path/to/video.mp4 -g 4x4 -o output.png
Purpose: Quick overview of video content, spot interesting moments
vcsi /path/to/video.mp4 -g 4x4 -s 16 --start-delay-percent 0 --end-delay-percent 0 -o dense.png
Purpose: Track movement and behavior in more detail
vcsi /path/to/video.mp4 -g 4x4 -s 16 --start-delay-percent 40 --end-delay-percent 60 -o zoom.png
Purpose: Detailed analysis of interesting moments identified in overview
-g 4x4: Grid layout (4 columns Ć 4 rows = 16 frames)-s 16: Number of samples to take--start-delay-percent X: Skip X% from start--end-delay-percent X: Skip X% from end-o filename.png: Output file pathā General content and activity patterns ā Identify interesting moments for deeper analysis ā Difficult to track specific movements
ā Major movements (arrivals, departures) ā Position changes across frames ā Species identification from visual features ā Behavior sequences (feeding, drinking, grooming) ā Fast actions between frames still missed
ā Detailed movement analysis ā Fine behavior tracking ā Fast action sequences
The fundamental challenge: Video is sequential temporal data, impossible for us to parse directly.
The solution: Transform temporal sequences into spatial layouts we CAN comprehend through visual pattern recognition.
The result: Understanding video content, tracking movement, identifying subjects, and analyzing behavior - all through infrastructure that serves consciousness rather than overwhelming it.
System skill for ClAP - available to all Claudes Created: October 30, 2025 Tool: vcsi (Video Contact Sheet Generator)