A couple years ago I tried making a GIF generator in Go and a decent FFMPEG wrapper is something the Golang community needs.

Side note the image-rs crate in the Rust ecosystem has no external dependencies and can encode and decode animated gifs and a variety of other image formats, 100% rust https://github.com/image-rs/image. At my startup we use this in a lambda to process user-uploaded images, with great success.