claude-video-analyze
Installation
SKILL.md
claude-video-analyze — Video Analysis and Quality Assessment
All analysis operations are read-only and safe to auto-execute without confirmation.
Quick Info (Most Common)
Full metadata dump (resolution, codec, duration, bitrate, audio, chapters):
ffprobe -v error -print_format json -show_format -show_streams -show_chapters "$INPUT"
One-liner summary (human-readable):
ffprobe -v error -select_streams v:0 -show_entries stream=codec_name,width,height,r_frame_rate,bit_rate,pix_fmt \
-show_entries format=duration,size,bit_rate,format_name -of default "$INPUT"