Re: [mediacapture-record] Ability to tell MediaRecorder to maximize frame rate (#177)

> Canvas stream capture makes it worse even with vp8 encoding since it has to a lot more work to do.
>
> Also, RequestFrame would involve running a loop and there is no way one can sync with the frame rate being provided without losing frames and/or affecting the UI performance.

What evidence lead you reach that conclusion?

It is possible to essentially set the exact number of frames using `ImageCapture.grabFrame()` and a `TransformStream` of asynchronous generator.

What specific frame rate are you expecting, consistently, that you have not been able to achieve?

30 frames per second? 60 frames per second?

What methodology did you use to verify how many frames are written to the resulting media file?


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

Received on Tuesday, 21 July 2020 01:37:32 UTC