
Video Commander Playground
Drop an MP4 and explore its codecs, tracks, and ISOBMFF box structure with the same engine that powers the desktop app. No install, no upload, no account.
Files are parsed by the same Rust engine as the desktop app, compiled to WebAssembly and running entirely in your browser.
This is not a mockup. Overview, box structure, size graph, samples, GOP, and DRM views are the actual product code.
Convert, validate, package, and AI diagnosis need the desktop app, along with MKV, AVI, and remote file support.
The playground runs the full Inspect module. Colour, GOP, subtitle, event, and DRM views appear automatically when the file you load actually carries that data.
Reads .mp4, .m4v, .m4a, and .mov, including fragmented MP4 and CMAF, up to 500 MB. For MKV, AVI, encoding, VMAF, packaging, and stream validation, see the full feature list.
The desktop app is a Rust core behind a React interface. For the playground, that core is compiled to WebAssembly and the Tauri IPC layer is swapped for a shim, so the same views run unmodified against a parser in your browser instead of a native process.
Read how it was builtFree for personal use. macOS and Windows.