Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for apng as an animated_sticker target #118

Open
dongcarl opened this issue Sep 19, 2023 · 0 comments
Open

Allow for apng as an animated_sticker target #118

dongcarl opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dongcarl
Copy link

If I'm reading the convertLottie function correctly, for webm and webp, the file gets converted to a series of PNGs by lottieconvert, then ffmpeg is invoked to convert that series of PNGs to the desired target.

Having an apng target still requires ffmpeg to assemble the pngs into an apng, but might be less resource-intensive.

Since the process is so simple, there's even a dependency-less golang library to do this, which would eliminate the ffmpeg dependency: https://github.com/kettek/apng

Support for apng is quite good: https://caniuse.com/apng

@dongcarl dongcarl added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant