CenterTrack
CenterTrack copied to clipboard
OpenCV: FFMPEG Error
If I want to save my video, I get this Error: OpenCV: FFMPEG: tag 0x34363248/'H264' is not supported with codec id 27 and format 'mp4 / MP4 (MPEG-4 Part 14)' OpenCV: FFMPEG: fallback to use tag 0x31637661/'avc1' Could not find encoder for codec id 27: Encoder not found
Who can help me to fix it?
Thank you in advance
https://github.com/xingyizhou/CenterTrack/issues/44#issuecomment-775980461
I fixed this issue without building OpenCV from source. I just simply replaced the codec '*H264' to 'm', 'p', '4', 'v'. Hope this help you.