bbc / VideoContext

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

Can I run on server and save final video ? #196

Open iaditya opened 4 years ago

iaditya commented 4 years ago

In my project, I end up having multiple instances. Browser like Safari would not work properly in canvas goes more than 10.

If any way I can convert the video on server and save it there. Is it possible?

emettely commented 4 years ago

Hi @iaditya!

In my project, I end up having multiple instances. Browser like Safari would not work properly in canvas goes more than 10.

I'm not familiar with Safari - can you clarify what you mean by 10? :)

If any way I can convert the video on server and save it there.

When you say convert the video on server, do you mean you'd like to export what's in the VideoContext as a video?

iaditya commented 4 years ago

Hi, @emettely Thanks for getting back. I am not able to create more than 10 context instances at one time on Safari. Browsers lose contexts and stop rendering.

Yes, can I export and save the resulting video?

thenikso commented 4 years ago

I'd be interested as well to find ways to save the final result as a file

CodingEarth commented 4 years ago

+1 following