Re: [mediacapture-record] Ability to record non-realtime / frame-by-frame (#213)

FYI you can create video frame from canvas directly:

`new VideoFrame (canvas, config)`

Instead if preparing bitmap first. It will save you a whole lot of performance, as pixels will not have to be transferred from GPU to CPU

-- 
GitHub Notification of comment by pie6k
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/213#issuecomment-1379952257 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 12 January 2023 08:10:09 UTC