fourcc = cv2.VideoWriter_fourcc('X','2','6','4')
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'
我一直得到这个错误,而使用fourcc。
您应该使用fourcc = cv2.cv.CV_FOURCC(*'X264')