Video Metadata Viewer
Check a video's duration, resolution, aspect ratio and average bitrate.
Processing: This tool runs entirely in your browser. Your input and any file you open stay on your device — nothing is uploaded to a server. Only formats this browser can play are supported — MP4 (H.264) and WebM are safest. Work happens frame by frame, so long clips take time.
How to use the video metadata viewer
- Open a video file.
- Read the properties table.
- Copy the details if you need to report them.
About this tool
Duration, resolution and file size come straight from the browser's decoder, so they are reliable. Average bitrate is worked out from size and duration — the honest figure for the file as a whole, not whatever the encoder was configured with.
What this deliberately does not claim is codec detail, frame rate or camera metadata. Those live in the container's headers, and browsers do not expose them. Any tool showing them has either uploaded your file to a server or shipped a full demuxer; this one does neither, and says so instead of guessing.
There is no FFmpeg here. Browsers already decode the video formats they can play, so reading frames, metadata and audio needs no extra codec — which keeps these tools a few kilobytes instead of a thirty-megabyte download. The trade-off is honest: anything requiring a full re-encode is not offered rather than done badly.
Common uses
- Checking a video's resolution before uploading it.
- Working out roughly what bitrate a file uses.
- Confirming duration and aspect ratio.
Frequently asked questions
- Why is there no codec or frame rate?
- Browsers do not expose them. Reading those means parsing the container, which needs a demuxer far larger than this tool — so they are omitted rather than guessed.
- Is the bitrate exact?
- It is the average across the whole file, from size divided by duration. Variable-bitrate video moves above and below it constantly.
Related tools
Video Frame Extractor
Capture stills from a video as JPG, PNG or WebP, evenly spaced or as a single thumbnail.
Extract Audio From Video
Pull the soundtrack out of a video and save it as a WAV file.
Video to GIF
Turn a few seconds of video into an animated GIF, with control over speed and size.
EXIF & Image Metadata Viewer
See the camera, exposure, date and location data hidden inside a photo.