Skip to content

ittybit step probe

Inspect a media file

Probe a media file or URL and display its properties.

Input is a JSON object with a url field: ittybit step probe -i ’{“url”:“https://example.com/video.mp4”}’ ittybit step probe -i ’{“object”:“external_file”,“url”:“s3://bucket/video.mp4”}’

Outputs a source object (JSON) to stdout with full media metadata.

Requires FFprobe (part of FFmpeg) to be installed.

ittybit step probe [flags]
-h, --help help for probe
-i, --input string Input as JSON object with url field (or - for stdin)
--cloud Run on Ittybit cloud infrastructure instead of locally
--connection string Connection name to use
--debug Show debug output including ffmpeg commands and stderr
--json Output as JSON
-o, --output string Output file path
--tty Output as human-readable text