Get video info
From UBot Studio
This function is a Video Function in the UBot Extended Library. This function returns a table with information from the video on the duration, fps, width, height, bitrate, format, color, model, audio sample rate, audio channel output.
Video file: The video file the information is being returned from.
Example
create table from text(&my vid info,$get video info("C:\\Users\\Downloads\\restructure.mp4"))
Running the script will return the table with information about the video file.