Create video thumbnail
From UBot Studio
(Difference between revisions)
(Created page with "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 f...") |
|||
Line 20: | Line 20: | ||
Running the script will produce a thumbnail at the specified time within the video. | Running the script will produce a thumbnail at the specified time within the video. | ||
+ | |||
+ | [[File:marcel thumbnail.jpg]] |
Latest revision as of 19:58, 19 April 2017
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
[edit] 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.