Elsaam2y / DINet_optimized

An optimized pipeline for DINet reducing inference latency for up to 60% 🚀. Kudos for the authors of the original repo for this amazing work.
93 stars 15 forks source link

OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)' #14

Closed XiaoZong0 closed 7 months ago

XiaoZong0 commented 9 months ago

when i run inference with custom videos using conda, it always display this? what is the matter?

Elsaam2y commented 8 months ago

Sorry for the late response. This should be a problem with the codec. You need to make sure of the ffmpeg and codec installed, or try t convert the video to a format compatible with the XVID codec.

Elsaam2y commented 8 months ago

I would suggest you try building the docker container using the docker file I provided, and then run the test again.