1 | initial version |
Looking at the video codecs that are supported by fourcc, I found the following explanation with the CRAM option:
Allegedly identical to MSVC.
So I would suggest to replace the CV_FOURCC('C','R','A','M') by CV_FOURCC('M','S','V','C') and see if this solves the problem. More info on this codec can be found here.