Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Dedicated Web Workers.
The decode() method of the VideoDecoder interface enqueues a control message to decode a given chunk of video.
An EncodedVideoChunk object representing a chunk of encoded video.
None (undefined).
Thrown if the state is not configured.
DataError DOMExceptionThrown if the chunk is unable to be decoded due to relying on other frames for decoding.
The following example demonstrates how to use the decode() method to decode EncodedVideoChunk objects created from encoded video data.
| WebCodecs # dom-videodecoder-decode |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 8, 2024 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.