VideoInfo = GetVideoInfo(VideoPath);
the name or complete path of a video file, must be a string
struct with the following components:
Codec: name of the codec
NumberOfFrames: the number of frames in the video file
FrameRate: number of frames taken per second during recording
Width: number of columns of a frame
Height: number of rows of a frame
IsColor: spefies whether the video is color (%t) or gray scale (%f)