Are there OpenCV versions (>=2.4.5) capable of writing RGBA video?

asked 2013-05-31 05:41:56 -0600

heredic gravatar image

updated 2013-05-31 06:35:08 -0600

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..

edit retag flag offensive close merge delete

Comments

If I DO end up implementing it with ffmpeg, I'll be sure to integrate it with OpenCV, for a better world. :)

heredic gravatar imageheredic ( 2013-05-31 07:44:20 -0600 )edit