opencv fails to open avi with ffdshow codec

Posted by Seb on Stack Overflow See other posts from Stack Overflow or by Seb
Published on 2011-02-15T21:53:20Z Indexed on 2011/02/15 23:25 UTC
Read the original article Hit count: 867

Filed under:
|
|
|
|

Hey everyone,

I am currently using OpenCV to try and open an AVI file that was made using ffdshow. The program manages to open the video file and play however, the video file is in black and white and is slightly skewed. VLC and windows media player can run it fine. Is there anything that I am able to do to install the ffdshow codec into OpenCV or do I have to covert each file with ffdshow used into appropriate OpenCV codec formats? Thank you in advance for your help.

© Stack Overflow or respective owner

Related posts about c++

Related posts about opencv