No Camera Needed
Browser Codec Inspector
Every browser decides independently which video codecs it can encode, decode, and run on dedicated hardware — and none of that shows up anywhere in a normal settings menu. This reads it straight from the browser's own WebRTC and Media Capabilities APIs: exact codec support, plus whether each one is hardware-accelerated on your current device. No permission prompt, because none of this requires your camera or microphone.
Your Browser
Detecting…
Video
Video Codec Support
| Codec | Encode | Decode | HW Encode | HW Decode |
|---|
Audio
Audio Codec Support
| Codec | Clock Rate | Channels |
|---|
Notes
Why hardware acceleration matters more than the codec name
A codec is just a specification — the actual work of squeezing video down to a bitrate happens in an encoder, and that encoder can run in two very different places. A hardware encoder is a small dedicated chip built for exactly this task; it is fast and barely touches your battery. A software encoder does the same math on your general-purpose CPU, which works but costs far more power and can push fan noise up noticeably on a long call.
Two devices can both "support" the same codec while one runs it on silicon built for the job and the other burns CPU cycles instead. That difference is exactly what the HW Encode and HW Decode columns above report.
Reading the table
What this does not tell you
Conferencing apps like Zoom, Teams, and Meet mostly use their own native encoders rather than the browser's, so a desktop-app call can behave differently from a browser-tab call on the same machine. This tool reports what the browser itself can do — the most relevant figure for Google Meet, Discord, or any other tool you use inside a tab.
Benchmark Reference
Common Codec Families
| Codec | Compatibility | Hardware support |
|---|---|---|
| H.264 / AVC | Near-universal | Broad hardware support across most modern devices. |
| VP8 | Wide (WebRTC default fallback) | Usually software on many devices. |
| VP9 | Common in recent browsers | Mixed — check your own result. |
| AV1 | Growing, decode more common than encode | Hardware encode limited to newer GPUs/chipsets. |
General characteristics, not a guarantee — your device's actual support is exactly what the table above measures.
Step-by-Step
How to Run the Test
- Load the page — no camera or microphone permission is needed for this test.
- Read the codec table for encode/decode support and hardware-acceleration signal per codec.
- Check your verdict — the browser's best available hardware-accelerated option.
- Compare across browsers by running the same test in each one you use, since results genuinely differ.
Common Questions