Convert video
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command will convert the given input video from one format to another.
Input video file: The video being converted (ex. video.flv)
Output video file: The resulting converted video file (ex. video.mp4)
Example
convert video("C:\\Users\\Downloads\\barsandtone.flv","C:\\Users\\Downloads\\barsandtone.mp4")
Running the script will convert the given .flv file into a .mp4 file.