Lottie-web: Can I make a JSON file into an MP4 video file?

Created on 19 Jun 2018  路  5Comments  路  Source: airbnb/lottie-web

Good morning

I wonder if I can convert a JSON file to a video file. On the web

I use it all the time.
Thank you.

Most helpful comment

Lazy and simply convert Lottie to gif from this website (https://lottiefiles.com/lottie-to-gif/convert) then use this website (https://ezgif.com/gif-to-mp4) to convert it from gif to mp4.

All 5 comments

Hi, what do you mean on the web?
If you can work server side, you can render each frame of the animation and work from there.

Is there a simple command for going from a bodymovin json file to a mp4 file?

How would I render each frame of the animation server side?

How would I render each frame of the animation server side?

Same question.

Lazy and simply convert Lottie to gif from this website (https://lottiefiles.com/lottie-to-gif/convert) then use this website (https://ezgif.com/gif-to-mp4) to convert it from gif to mp4.

You can combine my code lottie2gif and ffmpeg.wasm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samiam2017 picture samiam2017  路  3Comments

processprocess picture processprocess  路  3Comments

ochanje210 picture ochanje210  路  3Comments

joelponce picture joelponce  路  4Comments

deborabm picture deborabm  路  3Comments