Create video from images
From UBot Studio
This command is a Video Command in the UBot Extended Library. This command will create a video from images in a designated folder.
The folder's content should only be the images being used for the video.
The first image determines the order of the video frame. The entire video is created from the first image and the rest of the images in the folder.
First image: The first image to be used in the video.
Output video file: The resulting video file
Frame rate: The rate at which the images are displayed
Example
create video from images("C:\\Users\\Downloads\\boop\\imgstuff.jpg00001.png","C:\\Users\\Downloads\\cvfi.mp4",30)
Running the script creates a video with the images in the folder containing the first image.