Create video from images
From UBot Studio
(Difference between revisions)
(Created page with "This function is a Video Command in the UBot Extended Library. This command will create images from video frames. The first image determines the order of t...") |
Revision as of 20:13, 17 April 2017
This function is a Video Command in the UBot Extended Library. This command will create images from video frames.
The first image determines the order of the video frame. The entire video is created
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.