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