Video Inspector
Before editing or publishing a video, first understand what the browser can decode. Video Inspector reads native metadata and captures a poster frame without heavy transcoding.
Object URLs are revoked when you choose another file or leave the page. Codec names, GOP structure, audio tracks and container atoms are not exposed by HTMLVideoElement, so this tool reports only browser decoded metadata plus estimated average bitrate.
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
Suggested next moves
Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.
How to use
- 01Choose a local video file.
- 02Review duration, resolution, file size and MIME type.
- 03Preview the captured poster frame.
FAQ
- Why not transcode?
- Client-side transcoding is heavy. This first version intentionally uses browser-native metadata only.
Related tools
- /media→EXIF Inspector & CleanerInspect hidden JPEG metadata, flag GPS privacy risks and export a cleaned local copy.
- /media→SVG StudioPreview, sanitize, minify and convert SVG assets into Data URI or JSX snippets.
- /media→Image OptimizerCompress and resize images locally with Canvas and native browser encoders.
- /media→Responsive Image BuilderGenerate srcset, sizes and picture markup from an image delivery plan.