The Postman for Video Engineers

March 13, 2026

header

I've worked in video engineering for the greater part of my career and one thing in common amongst many colleagues are the set of tools we use. ffmpeg, mp4box, gpac, bento4, ffprobe, mediainfo to name a few. Most of them are open source, some are commercial and some are web or desktop based. Some of them are scripts on top of these tools, and sometimes with text files with saved commands. Some of them have a 20+ year GUI.

This is in addition to our development stack and tooling.

These tools have no natural home together, so everyone builds their own patchwork. Why hasn't anyone built this yet?

What if we had a way to consolidate this type of workflow and tooling into a desktop application in the same respect Postman has for Web API developers? Or how JetBrains has for code?

That's why I made Video Commander.

The idea was simple: a familiar UI that wraps the tools we already know, a toolkit for video engineers that you can easily reach for when you need to inspect, encode, analyze, or package any media for testing or development.

Here's a preview of what it currently looks like:

Video Commander UI overview

If you're familiar with Postman, or any IDE layout, then you're probably already comfortable with the UI. You have a project sidebar to organize your files, multiple tab instances open, and a few tasks loaded up in the jobs queue.

Jobs queue

You can load remote or local media files or streaming manifests.

Video Commander launches with a focus on inspection and analysis. You can dig into media tracks, metadata, and MP4/ISOBMFF box hierarchies with tree and graph views — the kind of structural detail you'd normally get by piping ffprobe and mp4box output into a terminal and reading JSON.

MP4 box hierarchy tree and graph views

Track and sample analysis gives you timing and layout insight. For encoding and conversion, FFmpeg pipelines run through a jobs queue so you're not blocking your workspace or babysitting a terminal window.

Everything runs locally as a desktop app, keeping your media files on your machine.

It's not just about building a set of UI controls for tools, but also the workspace and integration to help empower these tools for productivity. The same reason you use Postman over curl, or VSCode over a text editor.

FFmpeg jobs queue

Video Commander is built on Tauri, using my own crate mp4box for media inspection. Bring your own FFmpeg or sideload it automatically within the app.

Today, Video Commander is in preview and available for macOS (Windows coming soon). Try it out and let me know what you think!

video-commander.com