Create video screenshot
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Video Command in the UBot Extended Library. This command creates a screenshot of the input video at the specified time. '''Input video ...") |
Latest revision as of 19:33, 19 April 2017
This command is a Video Command in the UBot Extended Library.
This command creates a screenshot of the input video at the specified time.
Input video file: The video the screenshot is being created from
Time: The place within the video where the screenshot will be taken
Output image file: The resulting output screenshot image
[edit] Example
create video screenshot("C:\\Users\\Downloads\\combine list\\marcel.mp4",3,"C:\\Users\\Downloads\\combine list\\marcel screenshot.jpg")
Running the script will produce a screenshot image at the specified time within the video.