Convert video
From UBot Studio
(Difference between revisions)
(Created page with "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 ...") |
Latest revision as of 18:45, 20 April 2017
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)
[edit] 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.