scrolly-video icon indicating copy to clipboard operation
scrolly-video copied to clipboard

Reduce WebCodecs Memory Usage

Open dkaoster opened this issue 1 year ago • 1 comments

Currently, using webcodecs may result in heavy memory usage, likely because of the way that this is simply pushing all the processed frames into an array. Doing so is particularly heavy for mobile android devices on Chrome.

dkaoster avatar Jan 13 '23 20:01 dkaoster