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,784 times
Last updated: Jan 01 '15