Closed sudesh1456 closed 5 years ago
Is there any way to render lottie json to video on server side? C# or PHP or NodeJs or ffmpeg?
Hi, you probably can use a combination of node and puppeteer to render each frame, save them to pngs and then create a video out of them.
that's what i need~~~
Is there any way to render lottie json to video on server side? C# or PHP or NodeJs or ffmpeg?