what is the codec for mp4 videos in python OpenCV

前端 未结 5 798
盖世英雄少女心
盖世英雄少女心 2020-12-05 07:44
fourcc = cv2.cv.CV_FOURCC(*\'XVID\')

The above line is used for avi video. In the same fashion, which codec do we use for mp4 videos in Ubuntu?

5条回答
  •  天命终不由人
    2020-12-05 08:30

    This is an old question. But, if anyone is facing an issue lately using the codec who can't get a saved video. They can use 0X00000021 as the codec value for OpenCV 3 and later.

提交回复
热议问题