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

When to use

Installs
5
GitHub Stars
17
First Seen
May 27, 2026
ffmpeg-probe — damionrashford/media-os