video-analysis

Installation
SKILL.md

Video Analysis

Analyze MP4/video files using CLI tools. All commands output JSON for jq filtering.

FFprobe Basics

Format + Streams (most common)

ffprobe -v quiet -print_format json -show_format -show_streams FILE.mp4

Key fields: .format.duration, .streams[].codec_name, .streams[].codec_type

Stream selection

Related skills
Installs
93
GitHub Stars
4
First Seen
Apr 21, 2026