Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.42k stars 1.55k forks source link

How do I turn a video with green screen into a webm video without green screen #2061

Open yeyuechen opened 11 months ago

yeyuechen commented 11 months ago

How do I turn a video with green screen into a webm video without green screen

orestislykos commented 8 months ago

What do you want to replace the green screen with? Check https://zulko.github.io/moviepy/ref/videofx/moviepy.video.fx.all.mask_color.html

ingale726 commented 8 months ago

Thank you. I'll look into it