https://github.com/vendicated/lottie2gif
https://github.com/vendicated/lottie2gif
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vendicated/lottie2gif
- Owner: Vendicated
- Created: 2022-11-06T12:58:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T01:11:32.000Z (over 3 years ago)
- Last Synced: 2025-02-09T16:38:12.845Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lottie2Gif
Script to convert lotties to gif because everything else is kinda ughhh to use
Just a wrapper script around Samsung's rlottie and LFE
Based on https://wf.lavatech.top/aves-tech-notes/the-nightmare-that-is-lottie-to-gif-conversion, thanks so much Ave!
## Usage
You need cmake, make, g++, ffmpeg, imagemagick
### One time setup
```sh
git clone --recurse-submodules -j8 https://github.com/Vendicated/apng2gif
cd apng2gif
# Installs rlottie to /usr/local for simplicity, so sudo password is prompted
./build.sh
```
### Conversion
```sh
./convert.sh lottie.json 160x160
```