Superimpose video
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command will superimpose one video onto another. Please keep in mind that the bottom input video must have a longer or equal duration to the top video.
Bottom Input video file: Video the top input video is being superimposed upon. Must be longer in duration than the top video
Top Input video file: Video being superimposed onto the bottom input video
Output video file: Resulting superimposed video
Example
superimpose video("C:\\Users\\Downloads\\combine list\\Car wash9.mp4","C:\\Users\\Downloads\\combine list\\Tea Steam9.mp4","C:\\Users\\Downloads\\combine list\\sup.mp4",0)
Running the script will produce a video with the top input video superimposed onto the bottom input video.