I'm trying to read a AVI file into MATLAB using VideoReader.
video = VideoReader('test.avi');
But get this error:
The file requires the following codec(s) to be installed on your system:
cvid
Error in VideoReader (line 147)
obj.init(fileName);
Error in video (line 1)
video = VideoReader('test.avi');
The cvid codec is installed on my win7 64bit box. Any help? I am required to use VideoReader.
EDIT: MATLAB version is 2013a