Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sominemo/lottie-to-video
Render Lottie animations and Telegram Stickers (TGS) to video in browser.
https://github.com/sominemo/lottie-to-video
lottie render video web webm
Last synced: 18 days ago
JSON representation
Render Lottie animations and Telegram Stickers (TGS) to video in browser.
- Host: GitHub
- URL: https://github.com/sominemo/lottie-to-video
- Owner: Sominemo
- License: gpl-3.0
- Created: 2023-01-09T14:20:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T08:59:13.000Z (about 1 year ago)
- Last Synced: 2024-10-10T18:23:51.071Z (about 1 month ago)
- Topics: lottie, render, video, web, webm
- Language: TypeScript
- Homepage: https://sominemo.com/lottie2video
- Size: 182 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lottie to Video
Render Lottie animations and Telegram Stickers (TGS) to video in browser.
- Can render TGS files with either vanilla lottie, or Telegram's rLottie flavor
- File formats depend on browser. Chrome is more recommended, as it supports VP8/9 encoder with alpha channel.Try: [https://sominemo.com/lottie2video](https://sominemo.com/lottie2video)
## Build
1. `cd rlottie-web`
2. `npm i`
3. `npm run build`## Attribution
rLottie code derived from [Telegram WebZ](https://github.com/Ajaxy/telegram-tt), thus licensed under GPLv3.