Rotate Video
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Video Command in the UBot Extended Library. This command will flip the video according to the specified degree.The degrees must be in mu...") |
|||
Line 1: | Line 1: | ||
This command is a [[Video Commands|Video Command]] in the UBot Extended Library. | This command is a [[Video Commands|Video Command]] in the UBot Extended Library. | ||
− | This command will | + | This command will rotate the video according to the specified degree.The degrees must be in multipliers of 90. |
'''Input video file:''' The video being rotated | '''Input video file:''' The video being rotated |
Latest revision as of 20:46, 19 April 2017
This command is a Video Command in the UBot Extended Library.
This command will rotate the video according to the specified degree.The degrees must be in multipliers of 90.
Input video file: The video being rotated
Output video file: The resulting rotated video(ex. rotated.mp4)
Degree: The degree the video is being rotated in multipliers of 90 (ex. 90, 180, 270, 360)
[edit] Example
rotate video("C:\\Users\\Downloads\\speed_cropped_20170327_153342.mp4","C:\\Users\\Downloads\\rotate_speed_cropped_20170327_153342.mp4",90)
Running the script will produce the rotated video at the degree specified.