Video Commander
ffprobe works — but reading through JSON output, remembering flag combinations, and re-running commands for every file adds friction to workflows that should be fast.
Video Commander is a native macOS alternative: a visual media inspector that shows you codecs, streams, bitrates, container metadata, and more — without a single terminal command.

| Feature | ffprobe | Video Commander |
|---|---|---|
| View codec details | ffprobe -show_streams -v quiet -of json | Structured stream panel |
| Inspect container format | ffprobe -show_format | Summary view with parsed fields |
| Check bitrate per track | Parse JSON output manually | Displayed per track inline |
| Inspect MP4 box structure | Not directly supported | Full ISOBMFF box tree |
| Inspect HLS manifests | Limited manifest support | Full HLS manifest inspector |
| View HDR metadata | ffprobe -show_frames (slow) | Shown in track metadata view |
Video Commander is free, runs locally on macOS, and supports Apple Silicon and Intel.
Download the Latest VersionLinux support coming soon.