airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.62k stars 2.88k forks source link

How to Convert Lottie JSON to Video on Server Side? #1529

Closed sudesh1456 closed 5 years ago

sudesh1456 commented 5 years ago

Is there any way to render lottie json to video on server side? C# or PHP or NodeJs or ffmpeg?

bodymovin commented 5 years ago

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.

WangShuXian6 commented 5 years ago

that's what i need~~~