Create images from video
From UBot Studio
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.