VideoInfoAsList = GetVideoInfo(VideoPath);
the name or complete path of a video file, must be a string
list containing properties of the video file and their names
This function retrieves the codec, number of frames, frame rate, number of columns and rows of the frames and whether the video is color or gray scale. The return value is a list. The odd items are the names of the retrieved properties. If you prefer to retrieve the video properties as a struct, use GetVideoStruct.