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...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | This | + | This command is a [[Video Commands|Video Command]] in the UBot Extended Library. This command will create a video from images in a designated folder. |
− | The | + | The folder's content should only be the images being used for the video. |
− | '''First image:''' The first image to be used in 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 | '''Output video file:''' The resulting video file |
Latest revision as of 16:24, 1 June 2017
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
[edit] 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.