square / gifencoder

A pure Java library implementing the GIF89a specification. Suitable for use on Android.
Apache License 2.0
664 stars 75 forks source link

Video to GIF #19

Closed Wudelin closed 4 years ago

Wudelin commented 4 years ago

Whether to support video to gif?

JakeWharton commented 4 years ago

No, but you can traverse the frames of a video and encode a gif yourself using the library.