我正在使用适用于大量.avi
文件的代码。但现在我在不同的数据集中运行它,在某个文件中我收到了以下错误:
Error using VideoReader/init (line 457)
The file requires the following codec(s) to be installed on your system:
444P
Error in VideoReader (line 146)
obj.init(fileName);
Error in processVideo(line 19)
vidObj = VideoReader(filePath);
我在64位Windows 7上安装了k-lite编解码器包。我该如何解决这个问题?
感谢您的帮助