Get video info
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
− | This function is a [Video Functions|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. | + | This function is a [[Video Functions|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. | '''Video file:''' The video file the information is being returned from. |
Latest revision as of 15:32, 13 April 2017
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.
[edit] 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.