Flip 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 horizontally or vertically. '''Input video file:'''The vid...") |
Latest revision as of 19:01, 18 April 2017
This command is a Video Command in the UBot Extended Library.
This command will flip the video horizontally or vertically.
Input video file:The video being flipped
Output video file: The resulting flipped video
Direction: the direction the video will be flipped to(horizontal or vertical).
[edit] Example
flip video("C:\\Users\\Downloads\\cropped_20170327_153342.mp4","C:\\Users\\Downloads\\flippedcropped_20170327_153342.mp4","Horizontal")
The resulting video will be flipped horizontally.