- Intent
- Media bitrate checker online: inspect codec, bitrate, sample rate, channels, resolution, and streams locally in your browser (no uploads).
- What it does
- Uses FFmpeg logs to parse stream information (audio/video) and display a readable summary.
- Key features
- Stream list (audio/video), Overall bitrate, Large-file warning
- Privacy
- Your media stays on your device. This page downloads the FFmpeg WebAssembly engine; files are never uploaded.
- Best for
- Preflight checks before you send files to clients, editors, or ad platforms
- Diagnosing why a file is huge (codec/bitrate/fps/sample rate issues)
- Anyone searching 'bitrate checker online' who prefers local inspection (no upload)
- Why this tool
- Quick technical summary without running ffprobe in the terminal
- Local-first FFmpeg processing: files stay on your device
- Practical output: stream list + bitrate hints you can act on