This is something I had been wondering about for a while: could ChatGPT help me make a videolooper? I had been assuming Python would be too slow, but I wanted to prove it out.. After about 45 minutes and only <i>7 iteration</i>, I came up with this working MVP!<p>I was especially impressed with its suggestion to use OpenCV, but also when I asked it to do multiple video streams at once, and to arrange them in a 2x2 grid, it gracefully added a few lines of numpy calls to stack them up. Next step would be to add audio.<p>Check out the source here: <a href="https://github.com/diydsp/Video-Looper-in-Python">https://github.com/diydsp/Video-Looper-in-Python</a>