lefebvre_pa
2010-06-09 15:14:03 UTC
Hi,
I'm currently trying to read and write uncompressed RGB video files with OpenCV. These files should normally be supported according to
http://opencv.willowgarage.com/wiki/VideoCodecs, see "uncompressed video" section.
The reading part :
- OpenCV reads fourcc='0000' from my videos, I can grab frames and
read data successfully: everything is working.
The writing part :
- I've first tried to create output files using the same (0000)
fourcc but OpenCV always automatically switches to "I420" codec
- Then I've read on some forums that I should use "DIB " fourcc
but this one is apparently not recognized.
Is that a bug ? or writing uncompressed RGB videos is not supported
by OpenCV ?
I really need using this output format since I have to check some
video processing algorithms...
Thank you for help
PA.
PS: I use OpenCV 2.1
------------------------------------
Change settings: http://www.yahoogroups.com/mygroups, select
Get Emails (get all posts)
Daily Digest (one summary email per day)
Read on the web (read posts on the web only)Or Unsubscribe by mailing OpenCV-***@yahoogroups.com
I'm currently trying to read and write uncompressed RGB video files with OpenCV. These files should normally be supported according to
http://opencv.willowgarage.com/wiki/VideoCodecs, see "uncompressed video" section.
The reading part :
- OpenCV reads fourcc='0000' from my videos, I can grab frames and
read data successfully: everything is working.
The writing part :
- I've first tried to create output files using the same (0000)
fourcc but OpenCV always automatically switches to "I420" codec
- Then I've read on some forums that I should use "DIB " fourcc
but this one is apparently not recognized.
Is that a bug ? or writing uncompressed RGB videos is not supported
by OpenCV ?
I really need using this output format since I have to check some
video processing algorithms...
Thank you for help
PA.
PS: I use OpenCV 2.1
------------------------------------
Change settings: http://www.yahoogroups.com/mygroups, select
Get Emails (get all posts)
Daily Digest (one summary email per day)
Read on the web (read posts on the web only)Or Unsubscribe by mailing OpenCV-***@yahoogroups.com