[Webkit-unassigned] [Bug 255869] [WebCodecs] Poor video frame rate exporting from Construct Animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 9 05:48:13 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255869

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Looking at the provided test, the encoding part seems fine, it encodes around 150 video frames.
Looking at WebCodecs input, it seems most VideoFrames have the same content as the previous ones.
The issue might be in the generation of the VideoFrames from canvas, or maybe the canvas drawing.

@Ashley, I have difficulties debugging your canvas -> VideoFrame code.
It might help if you could you take a look at your canvas -> VideoFrame code path, maybe isolate what you are doing in a separate page that I could play with.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230509/19a12b2f/attachment.htm>


More information about the webkit-unassigned mailing list