record and save video with p5.js

Hi, is there a simple way to record and save video captured with createCapture(Video) in p5.js

Answers

  • Looking at the docs createCapture sets up a media stream. There's a link to the w3c spec from the above page which will tell you what's possible hypothetically (though w3c spec docs are heavy going); though in practice you'll probably find browser support is mixed. This looks a little too bleeding edge to have found its way into p5js. See stackoverflow...

Sign In or Register to comment.