Are there OpenCV versions (>=2.4.5) capable of writing RGBA video?
I tried writing a RGBA video file using VideoWriter+flv1 and BGRA input Mats, but it came out not playable.
I was wondering if there are newer versions (not stable of course) capable of encoding/writing RGBA video files..?
I really wouldn't want to directly use ffmpeg APIs while already using OpenCV..
If I DO end up implementing it with ffmpeg, I'll be sure to integrate it with OpenCV, for a better world. :)