agbg icon indicating copy to clipboard operation
agbg copied to clipboard

Browser sources are resource intensive: add Export MP4

Open Glutnix opened this issue 3 years ago • 0 comments

MP4 playback is a lot less memory intensive than a browser source.

https://github.com/spite/ccapture.js/

This library seems to let you capture output from a canvas to an mp4. You can copy a DOM element with CSS animations into the canvas (probably every frame), and then export an mp4.

Glutnix avatar Apr 12 '21 23:04 Glutnix