| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/VideoEncoder | [Back] [Original] |
Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
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 VideoEncoder interface of the WebCodecs API encodes VideoFrame objects into EncodedVideoChunks.
VideoEncoder()Creates a new VideoEncoder object.
Inherits properties from its parent, EventTarget.
VideoEncoder.encodeQueueSize Read onlyAn integer representing the number of encode queue requests.
VideoEncoder.state Read onlyRepresents the state of the underlying codec and whether it is configured for encoding.
dequeueFires to signal a decrease in VideoEncoder.encodeQueueSize.
VideoEncoder.isConfigSupported()Returns a promise indicating whether the provided VideoEncoderConfig is supported.
Inherits methods from its parent, EventTarget.
VideoEncoder.configure()Asynchronously prepares the encoder to accept video frames for encoding with the specified parameters.
VideoEncoder.encode()Asynchronously encodes a VideoFrame.
VideoEncoder.flush()Returns a promise that resolves once all pending encodes have been completed.
VideoEncoder.reset()Cancels all pending encodes and callbacks.
VideoEncoder.close()Ends all pending work and releases system resources.
| Specification |
|---|
| WebCodecs # videoencoder-interface |
Video processing with WebCodecs
This page was last modified on May 8, 2024 by MDN contributors.
VideoEncoderYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |