Crop Video
From UBot Studio
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
This command is a [[Video Commands|Video Command]] in the UBot Extended Library. This command will crop the given video. | This command is a [[Video Commands|Video Command]] in the UBot Extended Library. This command will crop the given video. | ||
− | + | '''Input video file:''' Video being cropped | |
− | + | ||
− | '''Input video file:'''Video being cropped | + | |
'''Output video file:''' The resulting cropped video | '''Output video file:''' The resulting cropped video |
Latest revision as of 18:03, 18 April 2017
This command is a Video Command in the UBot Extended Library. This command will crop the given video.
Input video file: Video being cropped
Output video file: The resulting cropped video
Origin x: starting position x
Origin y: starting position y
Size_width: the width of the output video
Size_height: the height of the output video
[edit] Example
crop video("C:\\Users\\Downloads\\20170327_153342.mp4","C:\\Users\\Downloads\\cropped_20170327_153342.mp4",200,300,120,80)
The resulting video will be cropped at the specified dimensions.