Create images from video
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
− | This | + | This command is a [[Video Commands|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 | '''Video file:''' The video file the images will be created from |
Latest revision as of 17:58, 18 April 2017
This command 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
[edit] 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.