← Back to release summary

HTMLVideoElement.requestVideoFrameCallback()

Category
Multimedia
Type
New or changed feature
Status
Enabled by default (Chrome 83)
Intent stage
Evaluate readiness to ship

Summary

HTMLVideoElement.requestVideoFrameCallback() registers a one-shot callback, called when a video frame has been presented for composition. It also provides useful metadata about that frame.

Motivation

This features allows web applications that use WebGL or <canvas> with <video> to composite at the video rate rather than the display rate. It also allows for reliable video metadata which can be correlated with other page events (e.g. user inputs) and used for automated analysis. It also allows frame-accurate web-platform-tests.

Standards & signals

Docs: https://web.dev/requestvideoframecallback-rvfc/

Explainers: https://github.com/WICG/video-rvfc/blob/gh-pages/explainer.md

View on chromestatus.com