Conversion to RGB in VideoFrame.copyTo() #951
Labels
Focus: Web architecture (complete)
Missing: venue
Progress: in progress
Resolution: satisfied with concerns
The TAG is satisfied with this work overall but requires changes
Topic: graphics
Topic: media
Milestone
こんにちは TAG-さん!
I'm requesting a TAG review of Conversion to RGB in VideoFrame.copyTo().
VideoFrame.copyTo()
can convert pixel data to RGB pixel formatConverting YUV video frames to RGB is often required for processing them in libraries like TensorFlow.js and OpenCV.js.
Previously the only possible way to achieve this was rendering the frame on a canvas.
Specifying
VideoFrameCopyToOptions.format
andVideoFrameCopyToOptions.colorSpace
make it possible to asynchronously convert frames to RGB pixel format by callingVideoFrame.copyTo()
without having to use an extra canvas.Explainer¹ (minimally containing user needs and example code): https://gist.github.com/Djuffin/9e2f98025ead49998524510cfeed8d33
Specification URL: https://www.w3.org/TR/webcodecs/#dom-videoframecopytooptions-format
Tests: https://github.com/web-platform-tests/wpt/blob/master/webcodecs/videoFrame-copyTo-rgb.any.js
User research: N/A
Security and Privacy self-review²: https://gist.github.com/Djuffin/c3742404b7c53ada227849c8b2b76b4c#file-webcodecs_contenthint_security_and_privacy-md
Primary contacts (and their relationship to the specification):
Organization(s)/project(s) driving the specification: Chromium
Key pieces of existing multi-stakeholder (e.g. developers, implementers, civil society) support, review or discussion of this specification:
External status/issue trackers for this specification (publicly visible, e.g. Chrome Status):
Further details:
The text was updated successfully, but these errors were encountered: