Writing AVI files in OpenCV

前端 未结 7 838
青春惊慌失措
青春惊慌失措 2021-01-11 14:38

There example on the net and code given in Learn OpenCv,Orielly.

After many attempts the out.avi file is written with 0 bytes. I wonder where i went wrong.

T

7条回答
  •  甜味超标
    2021-01-11 15:14

    It's a codec issue. Try out all the possible codecs (option -1 in cvCreateVideo). In my case Microsoft Video 1 worked well.

提交回复
热议问题