Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ed-asriyan/lottie-converter
Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
https://github.com/ed-asriyan/lottie-converter
animated-stickers apng gif gifski lottie lottie-to-apng lottie-to-gif lottie-to-webm lottie-to-webp png sticker stickers telegram tgs tgs-to-apng tgs-to-gif tgs-to-png tgs-to-webp webm webp
Last synced: about 23 hours ago
JSON representation
Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
- Host: GitHub
- URL: https://github.com/ed-asriyan/lottie-converter
- Owner: ed-asriyan
- License: mit
- Created: 2019-11-01T11:34:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T02:20:00.000Z (4 months ago)
- Last Synced: 2025-01-15T16:29:16.169Z (8 days ago)
- Topics: animated-stickers, apng, gif, gifski, lottie, lottie-to-apng, lottie-to-gif, lottie-to-webm, lottie-to-webp, png, sticker, stickers, telegram, tgs, tgs-to-apng, tgs-to-gif, tgs-to-png, tgs-to-webp, webm, webp
- Language: C++
- Homepage: https://t.me/tgtowabot
- Size: 4.67 MB
- Stars: 857
- Watchers: 11
- Forks: 79
- Open Issues: 10
-
Metadata Files:
- Readme: README.dockerhub.md
- License: LICENSE
Awesome Lists containing this project
README
# Lottie Animations (.json) and Telegram Stickers (*.tgs) to FORMAT converter
Replace with directory with Lottie animations / Telegram stickers and run:
```bash
docker run --rm -v :/source edasriyan/lottie-to-format
```You can provide parameters via env variables:
* `HEIGHT`: Output image height. Default: 512
* `WIDTH`: Output image width. Default: 512
* `FPS`: Output frame rate. Default: apng,png,webp,webm - 60; gif - 50
* `QUALITY`: Output quality. Default: 90
* `THREADS`: Number of threads to use. Default: number of CPUsExample:
```bash
docker run --rm -e HEIGHT=256 -e WIDTH=256 -e FPS=30 -v /home/ed/Downloads/lottie-animations:/source edasriyan/lottie-to-format
```Results will be saved next to each source file in the same directory.
## Source
https://github.com/ed-asriyan/lottie-converter