chromavore icon indicating copy to clipboard operation
chromavore copied to clipboard

Way to save the video instead of just an image?

Open max89ac opened this issue 6 years ago • 2 comments

I really love the effect and I would love to save the video instead of just an image, is there any way to do it? Sorry if this is not the place to ask, I'm a little bit lost. Thanks

max89ac avatar May 05 '19 19:05 max89ac

You could implement the MediaRecorder API to save video from the canvas.

https://developers.google.com/web/updates/2016/01/mediarecorder

positlabs avatar May 05 '19 19:05 positlabs

I did this on Temporalis: https://github.com/positlabs/temporalis/blob/gh-pages/Recorder.js

positlabs avatar May 05 '19 19:05 positlabs