Composing the Final Video, and a Preview That Saved Me
The two tools I had built, one to break a movie into clips and one to join clips together, were really steps…
The story of my first software project, a Python and FFmpeg toolkit I built to cut, join, caption, and compose movie clips for recap videos, told step by step by a self taught maker, including the mistakes.
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…
Every time a tool grows, the same thing happens. The screen fills up. I had added new modes and new output types,…
By this point my tool did one thing well. It found scene changes and cut clips from them. But the more I…
I finished adding a feature to my video tool, ran it, and something was wrong. Not wrong in the way that gives…
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.…
A few days after I built my video tool, I opened it again, not as the person who made it, but as…
Everyone says start small. My first real project was not small at all. It was a desktop tool to turn long movies…