pyChromakey is a simple python app/script that can remove greenscreen backgrounds from a given video footage.
- Output will be a sequence of PNG Images
- currently tested only with MP4
I know there are better softwares that can do this kind a thing,but i wanted to try it for fun.and it worked!
- python 3
- opencv
- PIL
Simply copy the footage you want to key to pyChromakey directory, then run
main.py
- Create a UI
- Implement a export file type selector
MIT