Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I convert a GIF to Lottie json?

As you know we can make a lottie animation by "Adobe After Effect" but I want to know how can I do it by "Photoshop"? Is there any way to convert a GIF to Lottie JSON ?

like image 551
Mostafa Imani Avatar asked Jun 09 '20 04:06

Mostafa Imani


2 Answers

I find a way to solve this problem. to convert a gif to a Json there are lots of website which convert Gif to Json but none of them has a proper output for lottie library.

so this has two steps to do that :

  1. first you must convert Gif file to a video I recommended this website: Gif2Mp4 or any other converter.

  2. in second you must use the link below :

Video to Lottie Json this is the only website which has a good output to render

and by this Link we are able to convert Photoshop Animation to Json lottie file first made an animation by Photoshop then export your Animation in Video format .mp4 and in the end use

Video to Lottie Json

to convert your Video to lottie file

like image 161
Mostafa Imani Avatar answered Sep 20 '22 11:09

Mostafa Imani


This already exists altough its built in Python you could use some of your own skill to try and convert this into JSON I'll include a link here.

like image 36
Mark dG Avatar answered Sep 21 '22 11:09

Mark dG