Create a new video file to write. (experimental)
n = avifile(filename, dims) n = avifile(filename, dims, fps)
avifile
create a new video file. After the video
file is created, addframe
can be used to add frame to
the file. Remember to close the opened file using
aviclose(n)
or avicloseall()
.
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.
http://sivp.sf.net