Change video speed
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command will change the speed of the input video and produce an output video with the adjusted speed
Input video file:The video having its speed adjusted
Output video file: The output video with the adjusted speed
Multiplier: the multiplier the speed will be adjusted to (a multiplier of 0.5 will slow down the video to half its speed, while a multiplier of 2 will double the video speed)
Example
change video speed("C:\\Users\\Downloads\\cropped_20170327_153342.mp4","C:\\Users\\Downloads\\speed_cropped_20170327_153342.mp4",2)
The resulting video will have an adjusted speed at the specified multiplier.