Combine videos
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command will combine two videos into one.
First Input video file: The first video to be combined. It will be the first section of the video
Second input video file: The second video to be combined. It will be the second section of the video
Output video file: The resulting video with the first video and the second video combined
Example
combine videos("C:\\Users\\Downloads\\rotate_speed_cropped_20170327_153342.mp4","C:\\Users\\Downloads\\flippedcropped_20170327_153342.mp4","C:\\Users\\Downloads\\combined.mp4")
Running the script will produce a combined video using the first and second input videos.