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.
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
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.