VideoCapture in both OpenCV 2.1 and 2.2 under the platform Ubuntu 10.10 64-bit keeps showing annoying warning messages when it reads some .avi files:
[swscaler @ 0x81ac360]No accelerated colorspace conversion found from yuv420p to bgr24
Surprisingly, there are only few people have such a problem after I googled for a while, and no solution as well.
I then traced the code and found that the issue should belong to FFmpeg.
continue reading…