What Building My First Video Tool Really Taught Me
This series started with one annoyed person cutting movie clips by hand, and it ends with a small workshop of tools: a…
This series started with one annoyed person cutting movie clips by hand, and it ends with a small workshop of tools: a…
A desktop tool has a wall around it: installation. To use mine you needed Python, FFmpeg on the PATH, and my script,…
The plan sounded easy when I said it out loud. The tool joins the clips, then adds captions automatically. One sentence. But…
The two tools I had built, one to break a movie into clips and one to join clips together, were really steps…
By now I had a tool that could pull clips out of any movie. But that was only half of what I…
By this point my tool did one thing well. It found scene changes and cut clips from them. But the more I…
Once my tool could find scenes quickly, I added what felt like a tiny feature. Instead of always cutting from the middle…
My tool looked cleaner now, and it was lighter underneath after cutting the scene detection library. But I had left a hole.…
Everyone says start small. My first real project was not small at all. It was a desktop tool to turn long movies…