Retrieve video file information
[frames,width,height,fps]=aviinfo(filename)
Video filename.
Total number of frames in the video.
Width of the frame.
Height of the frame.
Frame per second for the video.
addframe add a frame to video file n.
Retrieve video file information. This function return 4 important information for a video file to be used in other functions.
[frames,width,height,fps]=aviinfo(fullpath(getIPCVpath() + "/images/video.avi")); | ![]() | ![]() |