p5.capture
p5.capture copied to clipboard
🎬 super easy recording for p5.js animations
I'm not sure if this is possible but in my coding playground prototype: https://p5.javascript.org.pl/amused-loan?template=none To record a proper Gif I still need to put P5.capture code in my sketch. Capture...
I just came accross this https://github.com/jimmywarting/StreamSaver.js Wondering if stream saving directly to the file system would be an option as a more scalable alternative to segmented capture.
Hi! I found problems with captured MP4 videos, the image starts to glitch when working with the video file in programs like Adobe After Effect / Photoshop / DaVinci Resolve....
Actually, I described the issue in the title. I can also add that the state "Encoding" appears, but only for one frame, after that, it goes to an "Idle" state,...
This library is incredibly user-friendly and very much needed for the p5 ecosystem... For creating documentation, assignments, etc. however it is crucial to be able to include the mouse cursor...
It works well for capturing video from the webcam, but I can't get it to record/save the sound too. What can I do to "save" the sound? let video; function...
Right now the library defaults to the main p5 canvas object. It'd be great be able to pass an alternative canvas (with a different size potentially) as an option. For...
Hi, is there a way to record when the canvas is declared with a SVG renderer: ' createCanvas(400, 400, SVG); ' ? I'm running a SVG animation that's imported in...
The library randomly freezes the browser and throws this error. This is the stack trace: ``` p5.capture.umd.js:112 Uncaught RangeError: WebAssembly.Memory(): could not allocate memory at E (p5.capture.umd.js:112:9337) at Module. (p5.capture.umd.js:136:9131)...
I really enjoy using the library for recording, thanks for the good work! However, I noticed that my animations, whether complex or not, speed up significantly when recording. My best...