最終更新:2010-07-05 (月) 11:26:28 (5043d)  

cvCaptureFromAVI
Top / cvCaptureFromAVI

If the file is compressed but no corresponding VFW codec on your system, then cvCaptureFromAVI can not read it. If the file is uncompressed, use mencoder to convert it to opencv readable format, like this:

mencoder youravi.avi -ovc raw -vf format=i420 -o new.a

関連

参考