skywm 发表于 2007-11-24 19:41

生成avi时出现"Can not locate Indeo5 compressor"

我用的是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是哪?

花如月 发表于 2007-11-24 20:45

好像是格式不支持的问题,就发了一段和一个错误。也没法帮你调试,至于网页的地址好像应该是这个:

http://ligos.com/index.php/home/

估计是你系统播放器的编解码器不全导致

[ 本帖最后由 花如月 于 2007-11-24 20:46 编辑 ]
页: [1]
查看完整版本: 生成avi时出现"Can not locate Indeo5 compressor"