Creating AVI files in OpenCV?

Why not testing all codecs, in order to play save.

Why not testing all codecs, in order to play save: CV_FOURCC('P','I','M','1') = MPEG-1 codec CV_FOURCC('M','J','P','G') = motion-jpeg codec (does not work well) CV_FOURCC('M', 'P', '4', '2') = MPEG-4.2 codec CV_FOURCC('D', 'I', 'V', '3') = MPEG-4.3 codec CV_FOURCC('D', 'I', 'V', 'X') = MPEG-4 codec CV_FOURCC('U', '2', '6', '3') = H263 codec CV_FOURCC('I', '2', '6', '3') = H263I codec CV_FOURCC('F', 'L', 'V', '1') = FLV1 codec A codec code of -1 will open a codec selection window (in windows).

I have tried, and none of them work. Same thing: cvCreateVideoWriter does not return NULL, and I get a 0kb AVI file – Ove Jul 16 '09 at 12:14 Where did you get this list? Is there a way to generate one programmatically?

– Dav Clark May 1 at 22:53.

The problem was that my colleague had an older version of OpenCV installed. If I used the new OpenCV it had an encoder and it did all the work.

– JustSmith Oct 2 '09 at 20:20 I ended up using OpenCV 1.0 because it would work. Now, they have released 2.0. I have yet to test it.

– Ove Oct 5 '09 at 10:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions