Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 797 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 797 Bytes

pyChromakey

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

Why!

I know there are better softwares that can do this kind a thing,but i wanted to try it for fun.and it worked!

prerequisites

  • python 3
  • opencv
  • PIL

usage

Simply copy the footage you want to key to pyChromakey directory, then run main.py

Todos

  • Create a UI
  • Implement a export file type selector
Sources:

License

MIT