-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impact of colorspace on WebCodecs #7
Comments
The WebCodecs CG report is at https://wicg.github.io/web-codecs/. The Pixel Format section only references Planar 4:2:0 YUV. |
@chcunningham Any input on how WebCodecs plans to handle WCG/HDR? |
In chromium, under the hood the decoders already support these formats (same pipeline from
Timing-wise, SDR is our current focus. |
Absolute color XYB colorspace (used internally in JPEG XL) would allow SDR and HDR use the same colorspace, possibly making it more straightforward to compose graphics from SDR and HDR sources and other graphics primitives. |
There's now a proposal for HDR support in WebCodecs - see w3c/webcodecs#384. |
The WebCodecs proposal is actively being developed in the WICG. It defines an API for encoding and decoding audio and video. The HTML draft is outdated for now, the latest version of the API is actually being discussed in a Google doc.
The API exposes decoded video frames. The
// TODO: color space metadata
comment suggests that the color space will be exposed somehow.The text was updated successfully, but these errors were encountered: