Combine videos
From UBot Studio
(Difference between revisions)
(Created page with "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 vide...") |
Latest revision as of 15:29, 19 April 2017
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
[edit] 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.