我用的是MatlabR2006b
mov=avifile('f1.avi');
...
F=getframe(gcf);
mov=addframe(mov,F);
运行时出现如下报错
??? Can not locate Indeo5 compressor. Compressor can be downloaded and installed from
the Ligos web site.
Error in ==> avifile.addframe at 226
avi('addframe',rot90(frame,-1), aviobj.Bitmapheader, ...
Error in ==> Show at 23
mov=addframe(mov,F);
请问该怎样解决, Ligos web site是哪?