Create images from video
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. '''Video file:''' The video file the imag...") |
|||
Line 14: | Line 14: | ||
Running the script creates image files from the video and places the numbered image files in the output folder. | Running the script creates image files from the video and places the numbered image files in the output folder. | ||
+ | |||
[[File:outputimages.jpg]] | [[File:outputimages.jpg]] |
Revision as of 19:52, 17 April 2017
This function is a Video Command in the UBot Extended Library. This command will create images from video frames.
Video file: The video file the images will be created from
Base image name: The name of the image file. Each image file is numbered
Output folder: Where the images will be placed
Example
create images from video("C:\\Users\\Downloads\\20170327_153342.mp4","imgstuff.jpg","C:\\Users\\Downloads\\boop")
Running the script creates image files from the video and places the numbered image files in the output folder.