I've always had a rough time creating GIFs to showcase my games on Twitter, so one day I found this really nice bash script: https://github.com/NabiKAZ/video2gif, which uses FFmpeg to convert MP4 videos to GIFs.
Inspired by this, I created a C++ tool with a GUI for the conversion process. I now use this tool almost daily.
Currently, it only runs on Windows. One of my main goals was to make this tool as lightweight as possible, and I'm pretty happy with what I've achieved. The only heavy part that I couldn't optimize was the size of the FFmpeg binary. I also did all the pixel art for this tool myself :)
I would love to hear your thoughts and feedback!