Italo Borges
Italo Borges

Reputation: 2554

How can i record a canvas animation with a video?

I have a video (from webcam or just a video file) playing and i have a canvas element for some animations. I would like to record the both elements and them save to a file.

My question is: is there any solution for this? I mean, can i put the video inside de canvas and record the canvas?

Thanks!

Upvotes: 1

Views: 5122

Answers (1)

aitnasser
aitnasser

Reputation: 1246

you can do that by using RecodRTC.js to record HTML/Canvas into webm format

Upvotes: 2

Related Questions