Ask Your Question

storm's profile - activity

2012-12-06 13:34:14 -0600 commented answer VideoWriter produces empty videos

Can someone direct me to info on how to compile/link/install ffmpeg into a project so that VideoWriter can use it in a windows / C++ context?

2012-12-05 14:10:52 -0600 asked a question unable to write video with CV_FOURCC('P','I','M','1')

outputVideo.open("C:/Vision_Data/x.avi" ,-1, 20,S); Creates a usable Video File after selecting from a pop up and outputVideo << image.

outputVideo.open("C:/Vision_Data/x.avi" ,CV_FOURCC('P','I','M','1'), 20,S); Creates an empty file (or crashes) for every CV_FOUR_CC() I have tried.

Using Windows, Visual Studio, C++ What Have I overlooked?