CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

OpenCV: FFMPEG Error

Open Hunter96av opened this issue 4 years ago • 2 comments

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

Hunter96av avatar Feb 07 '21 20:02 Hunter96av

https://github.com/xingyizhou/CenterTrack/issues/44#issuecomment-775980461

christopherusky avatar Feb 09 '21 14:02 christopherusky

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.

yktangac avatar Sep 23 '21 04:09 yktangac