[Webkit-unassigned] [Bug 211945] New: Feature Request: Implement HTMLVideoElement.requestVideoFrameCallback()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 02:22:17 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211945

            Bug ID: 211945
           Summary: Feature Request: Implement
                    HTMLVideoElement.requestVideoFrameCallback()
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tomac at google.com

HTMLVideoElement.requestVideoFrameCallback() allows web authors to register a callback which runs in the rendering steps when a new video frame is sent to the compositor. This is intended to allow web authors to do efficient per-video-frame processing of video, such as video processing and painting to a canvas, video analysis, or synchronization with external audio sources. This API has support from Mozilla (https://mozilla.github.io/standards-positions/#requestVideoFrameCallback) and is already implemented in Chromium.

Specification: https://wicg.github.io/video-rvfc/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200515/413f14a7/attachment.htm>


More information about the webkit-unassigned mailing list