2
fourcc = cv2.VideoWriter_fourcc('X','2','6','4')
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'

我在使用fourcc时不断收到此错误。任何帮助,将不胜感激。

4

1 回答 1

7

你应该使用fourcc = cv2.cv.CV_FOURCC(*'X264')

于 2014-05-23T16:02:49.673 回答