creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

assert _HAS_FFMPEG, “Cannot find installation of ffmpeg.” #1

Closed DIpakbhagat26 closed 6 years ago

DIpakbhagat26 commented 6 years ago

Hi,

I have installed all the dependencies and when I am tried to execute the program I am stuck on an error. I did some google but didn’t find any update. can You please help me in this.

The error is

File “C:\Users\Deepu\AppData\Local\Programs\Python\Python35\lib\site-packages\skvideo\io\io.py”, line 240, in vreader assert _HAS_FFMPEG, “Cannot find installation of ffmpeg.” AssertionError: Cannot find installation of ffmpeg.

creotiv commented 6 years ago

You need to install ffmpeg library https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg