aviinfo - Get the information about video files. (experimental)
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.
info = aviinfo(SCI+'/contrib/sivp/images/video.avi')
aviopen, camopen, avifile, addframe, aviclose, avicloseall, avilistopened, avireadframe,