Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Having problem is creating video from image arrays

Hi,

I am using Opencv-3.0.0 through Python 2.7. I am not able to create video from image arrays, using the cv2.VideoWriter(). The process of inserting and encoding image frames into the video stream does not yield any errors, but the resulting video is only 7 KB in size and when opening through VLC, I get the error that "could not demultiplex stream."

I appreciate any help in getting over this problem.