bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.33k stars 157 forks source link

Can save the result as video file??? #76

Closed ColorkrewYoonj closed 6 years ago

ColorkrewYoonj commented 6 years ago

if it can ,Could you give me some clues..

PTaylour commented 6 years ago

videocontext renders video using the HTMLCanvas element, but it doesn't provide a way to capture the output.

However, there are libraries out there intended for capturing the output of canvas elements.

I haven't tried it, but https://github.com/spite/ccapture.js/ looks like it could.

PTaylour commented 6 years ago

@KaneYoon any luck with capturing the canvas? I'll close this issue if no longer active :)