Skip to main content
← The Builder’s Log/Video Inspector — Instant File Metadata
Video Inspector — Instant File Metadata
videodeveloper-toolsmetadatafile-analysisffmpeg

Video Inspector — Instant File Metadata

B

Bunlong Heng

February 8, 2026

You receive a video file and immediately have questions: What codec? What resolution? How long is it? Video Inspector answers all of them without touching FFmpeg or opening QuickTime.

What it does

Video Inspector metadata view

Drop any video file onto the page. The tool reads the file locally (nothing is uploaded) and displays:

FieldExample
File size142 MB
CodecH.264 / AVC
Resolution1920x1080
Duration00:04:32
Modified date2026-01-15

FFmpeg command generator

Below the metadata, Video Inspector generates a ready-to-copy ffmpeg transcription command — formatted for the detected codec and resolution. Useful when you need to convert, compress, or extract audio.

Entirely local

The video is read using the Web File API. It never leaves your machine. No upload, no server, no waiting.

Comments

Be the first to leave a comment.

Leave a comment

Related Posts