Hello.
I made a piece of software which i call "Video Magic Wand".
It's software which can process entire video, and create new video with the Magic Wand feature doing its job.
The program can be downloaded here:
https://github.com/ad48hp/Video-Magic-Wand/releases
Details
It takes a video and convert it to PNG files, then processing each PNG, and then converting the PNG files back to a video.
It uses FFMpeg software for that.
The software can also be called "Batch Magic Wand". and it's based on a floodfill algorhitm.
Help wanted
I need help with the software too!
The floodfill algorhitm is fairly slow, it takes about 5 seconds per frame.
Could someone go help me with making it faster ? (optimizing it)