ittybit step probe
Inspect a media file
Synopsis
Section titled “Synopsis”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]Options
Section titled “Options” -h, --help help for probe -i, --input string Input as JSON object with url field (or - for stdin)Options inherited from parent commands
Section titled “Options inherited from parent commands” --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 textSEE ALSO
Section titled “SEE ALSO”- ittybit step - Run individual processing steps