After installed opencv like on Mac OS 10.13.6:
conda install -c conda-forge ffmpeg
conda install -c conda-forge opencv
And using fourcc = cv2.VideoWriter_fourcc('h', '2', '6', '4')
in videowriter
I get error:
OpenCV: FFMPEG: tag 0x34363268/'h264' is not supported with codec id 27 and format 'mp4 / MP4 (MPEG-4 Part 14)'
OpenCV: FFMPEG: fallback to use tag 0x31637661/'avc1'
How to fix it?