FFprobe & Misc Utils

Collection of utility commands: check FFmpeg installation, list codecs, and analyze media with FFprobe.

Show Streams Info

List all video, audio, and subtitle streams.

ffprobe -show_streams -i input.mp4
Note:Displays detailed information about each stream found in the file (codec, resolution, bitrate, etc.).

Show Format Info

Show container format details.

ffprobe -show_format -i input.mp4
Note:Shows file-level metadata like duration, size, bit_rate, and tags.

Output as JSON

Get metadata in JSON format for parsing.

ffprobe -v quiet -print_format json -show_format -show_streams input.mp4
Note:Ideal for scripts. -v quiet suppresses logs, outputting only valid JSON data.

VIDEO API

Discover why Hunt is the preferred API provider for developers.