vidtoolz-apply-greenscreen
Apply greenscreen video on top of a video
Installation
First install vidtoolz.
pip install vidtoolz
Then install this plugin in the same environment as your vidtoolz application.
vidtoolz install vidtoolz-apply-greenscreen
Usage
type vid greenscreen --help
to get help
usage: vid greenscreen [-h] [-o OUTPUT]
[-p {top-left,top-right,bottom-left,bottom-right,center,bottom}]
[-s START_TIME]
main_video greenscreen_video
Apply greenscreen video on top of a video
positional arguments:
main_video Path to the main video file.
greenscreen_video Path to the green screen video file.
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output video file name (default: output.mp4)
-p {top-left,top-right,bottom-left,bottom-right,center,bottom}, --position {top-left,top-right,bottom-left,bottom-right,center,bottom}
Position of the green screen video (default: bottom)
-s START_TIME, --start-time START_TIME
Start time in seconds of the overlay. Default 1