Create video thumbnail
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command creates a thumbnail of the input video at the specified time.
Input video file: The video the thumbnail is being created from
Time: The place within the video where the thumbnail will be taken
Output image: The resulting output thumbnail
Width: Thumbnail width
Height: Thumbnail height
Example
create video thumbnail("C:\\Users\\Downloads\\combine list\\marcel.mp4",3,"C:\\Users\\Downloads\\combine list\\marcel screenshot.jpg",128,120)
Running the script will produce a thumbnail at the specified time within the video.