AI coding experiment: WebP Converter

I'm working on a project that needs me to output a number of animations in a WebP video format. As my usual software doesn't do this and I dont want to fiddle around with the CLI all the time (because I will most def forget the commands every single time) I used codex to build me a wrapper for this. Took me around 2 hours of back and forth until I finally got what I wanted.

It needs you to have ffmpeg installed on your system and PATH, can't help you there. But THEN it works as expected and really speeds up the process on my end.

Need this? --> https://github.com/danielmoreink/WebP-Converter