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