我试图使用VideoReader将AVI文件读入MATLAB。
video = VideoReader('test.avi');
但是得到这个错误:
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');
cvid编解码器安装在我的win7 64bit盒子上。有帮助吗?我需要使用VideoReader。
编辑:MATLAB版本是2013a