How to convert javascript animation to server side video?

I'm sure this can be a daunting task, but it says:

My team creates a website where the user can create animations. We use js + html. The fact is that now the client wants us to be able to send videos to YouTube, so we need to somehow convert the animation to video on the server side ...

Do you have any ideas on how to do this?

+4
source share
1 answer

If you create "frames" on the client side and can send them to the server, you can collect them in video using ffmpeg .

+2
source

All Articles