msrd0 / rlottie-rs

Rust bindings to rlottie and file conversion library and tools
MIT License
17 stars 4 forks source link

Support conversion to videos #5

Closed yisibl closed 2 years ago

yisibl commented 2 years ago

Support for converting to video will be very useful, as it is smaller than GIF files and can take advantage of GPU hardware acceleration when playing.

There is a SkottieTool in Skottie that generates mp4 files from FFmpeg, I don't know if this is something I could learn from.

If you plan to support video, I can port this library to Node.js via napi-rs.

msrd0 commented 2 years ago

I'm not going to add nor maintain any code other than what is necessary to convert lottie files to gif files. Feel free to use the rlottie crate and build your own conversion library with it.

yisibl commented 2 years ago

Thanks!