dmnsgn / canvas-record

Record a video in the browser or directly on the File System from a canvas (2D/WebGL/WebGPU) as MP4, WebM, MKV, GIF, PNG/JPG Sequence using WebCodecs and Wasm when available.
https://dmnsgn.github.io/canvas-record/
MIT License
327 stars 18 forks source link

Support for HDR color? #22

Open quinton-ashley opened 1 week ago

quinton-ashley commented 1 week ago

Does this library support recording canvases that use the display-p3 color space?

dmnsgn commented 5 days ago

What I know: FrameEncoder will export images with display-p3 colour profile if the canvas was created with colorSpace: "display-p3".

For videos, is it even supported by webcodecs? To check: