ffmpeg-probe
Installation
SKILL.md
Ffmpeg Probe
Context: $ARGUMENTS
Quick start
- Everything, JSON:
ffprobe -v error -show_format -show_streams -of json in.mp4→ Step 1 - Single field (duration / fps / resolution / codec): → Step 3, one-liners
- Keyframes / chapters / metadata: → Step 1 (pick section)
- HDR detection: → Step 3, HDR recipe
- Python helper w/ subcommands:
uv run ${CLAUDE_SKILL_DIR}/scripts/probe.py summary --input in.mp4