does opencv support flv video format?
does opencv read flv format video? if not is there any alternative to convert an flv file into avi file?
yes , you can write flv format video using CV_FOURCC('F','L','V','1')
cvCreateVideoWriter("disparity_output.flv",CV_FOURCC('F','L','V','1') , 32, size, 0);
if it does't work you can try recompiling opencv with ffmpeg, you can check this link for more details
Asked: 2015-01-01 04:59:23 -0600
Seen: 3,610 times
Last updated: Jan 01 '15
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Which values for window size and number of pyramids are reasonable for calcOpticalFlowPyrLK?
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary