Video Info Extractor

FAQ
What metadata can be extracted from a video file?

The tool can extract file name, file size, duration (in hours, minutes, and seconds), video resolution (width × height), estimated bitrate in kbps, and the container format (e.g. MP4, MKV, WebM). These values cover the most common needs for identifying and describing a video file.

Which video formats are supported?

The tool works with any video format that your browser can decode, which typically includes MP4 (H.264/H.265), WebM (VP8/VP9), and OGG (Theora). Formats like MKV, AVI, MOV, and FLV may or may not work depending on your browser and operating system, as browser codec support varies.

Why is the bitrate shown as an estimate?

The HTML5 Video API does not expose the actual encoded bitrate directly. Instead, the tool estimates it by dividing the total file size (in bits) by the video duration. This gives a reasonable average bitrate but does not account for variable bitrate encoding, audio tracks, or container overhead, so the real bitrate may differ slightly.

About Video Info Extractor
The Video Info Extractor reads metadata from a local video file using the HTML5 Video API and displays file name, file size, duration, resolution, estimated bitrate, and container format. All extraction is done client-side — your video is never uploaded anywhere.