Video Metadata Viewer - Online Check Codec, Bitrate & Size
Drop a video file and instantly see its container format, codec(s), resolution, duration, and bitrate. Browser‑based, no upload.
UD5 Toolkit
Decode, inspect, and export individual video frames using the WebCodecs API. Precise frame-by-frame navigation with real-time metadata display.
or click to browse — MP4, WebM, MOV, AVI supported
<video> element + Canvas for rendering when WebCodecs is unavailable, ensuring broad compatibility. Key features like requestVideoFrameCallback work in Chrome 83+.
seekToNextFrame() when available (Chrome with experimental flags) for pixel-accurate frame stepping. The displayed frame always reflects what the browser decoder produces at that timestamp.
getVideoPlaybackQuality() API to measure total decoded frames divided by duration, (2) analyzing requestVideoFrameCallback timing intervals, and (3) reading video metadata when available. If detection is uncertain, it defaults to 30 FPS. You can verify accuracy by stepping through and checking if frame increments align with your video's known frame rate.
videoElement.currentTime + canvas.drawImage(), which relies on the browser's media pipeline and may not give frame-accurate results. WebCodecs provides low-level access to the video decoder, allowing you to feed encoded chunks and receive decoded VideoFrame objects with exact timestamps, duration, and pixel format metadata. This enables precise frame selection, color space awareness, and better performance for applications like video editing and analysis.
Drop a video file and instantly see its container format, codec(s), resolution, duration, and bitrate. Browser‑based, no upload.
Convert video files between common formats using FFmpeg WASM. No upload required; all processing stays in your browser.
See the current viewport width/height, document size, scrollbar width, and pixel ratio. Essential responsive data.
Convert short video clips to GIFs with adjustable resolution, frame rate, and dithering. Preview before download. All local.
Play any video at a custom rate (0.25x to 4x) without audio pitch change. Save the playback speed as a link. Local.
Play any video at 0.25x to 4x speed. Save the modified speed as a new file. Perfect for analysis or fun.
Detect your current screen resolution, viewport dimensions, and device pixel ratio. Useful for responsive design testing. No data collection.
Resize a video by cropping to a new aspect ratio or scaling up/down. Apply and download the result. Browser‑based.
Connect a MIDI controller and see every message in a log. Filter by channel and type. Essential for debugging music apps.
Convert images between popular formats like PNG, JPEG, WEBP, and BMP. No quality loss on conversion when using lossless formats. Private and fast.
Reduce GIF file size by lowering color count and removing duplicate frames. See side‑by‑side preview. All local.
Convert RGB and hex colors to CIELAB L*a*b* values. Understand perceptual lightness and chromaticity. All local math.
Compare original and compressed image side‑by‑side with a slider. Choose format and quality level. Local processing.
Point your camera at an object and see the dominant color in real time. Click to copy the hex. Fun tool for designers.
Apply a convolution filter (blur, sharpen) using a Web Worker. See the UI stay responsive while processing. Learn multithreading in the browser.
Compare your image as JPEG, PNG, and WebP side by side at different quality levels. See the size savings visually.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Compress images while preserving quality. Adjust compression level and preview output size. All processing is done client-side for fast and secure optimization.
Upload an image and see a slider comparison of different JPEG quality levels. Find the optimal file size vs. quality trade‑off.
Upload one image and see it encoded in AVIF, WebP, and JPEG XL side‑by‑side. Compare quality and file size in your browser.
Convert images to WebP format with configurable quality. See file size savings. Batch process multiple files. All local.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Remove all EXIF data (GPS, camera info) from a JPEG before uploading. Processed locally. Protect your privacy.
Quickly adjust the brightness and contrast of an image with live preview sliders. Download the tuned photo. Canvas.
Paste a raster image and an SVG, see the file size and rendering time. Understand when to use vector. Local.
Select a folder of images and start a full‑screen slideshow right in your browser. Adjust interval and transition. No upload.
Enter foreground and background colors to instantly see the contrast ratio and pass/fail for AA and AAA. Simple and fast.
Turn any photo into a mosaic of colored blocks or pixel art. Choose block size and palette. Download as PNG. Pure canvas.
Pixelate or censor parts of an image by dragging. Adjust block size for mosaic effect. Useful for hiding faces or sensitive data. Client-side processing.
Upload an image and see its RGB and luminance histograms. Understand exposure and color distribution. Photographer tool.