aviinfo — Get the information about video files. (experimental)
info = aviinfo(filename)
info structure is shown as follows:
| Field Name | Description |
| Filename | String containing the video file name. |
| FileSize | Integer indicating the size of the video file in bytes. |
| FramesPerSecond | Integer indicating frames per second (FPS). |
| Width | Integer indicating frame width in pixels. |
| Height | Integer indicating frame height in pixels. |
| NumFrames | Integer indicating the number of frames in the video file. |
| VideoCompression | String containing the encoder name used to compress the video file. |
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.