I am trying to create a movie using opencv and I need this output file in H264 format.
I used the following 4cc in opencv, but I get an error that a suitable codec is not installed.
fourcc=CV_FOURCC('H','2','6','4') ;
When starting my application, the following error message appears:
Could not find encoder for codec id 28: Encoder not found
What do I need to be able to use this codec in OpenCV?
mans
source share