Vehicle-and-Speed-Identification icon indicating copy to clipboard operation
Vehicle-and-Speed-Identification copied to clipboard

Error in skvideo.io.vread

Open Rishi2309 opened this issue 6 years ago • 1 comments

Warning (from warnings module): File "C:\Users\Rishi\AppData\Local\Programs\Python\Python37\lib\site-packages\skvideo_init_.py", line 306 warnings.warn("ffmpeg/ffprobe not found in path: " + str(path), UserWarning) UserWarning: ffmpeg/ffprobe not found in path: /usr/local/lib/site-packages/ffmpeg Traceback (most recent call last): File "C:\Users\Rishi\Desktop\Vehicle-and-Speed-Identification-master\speed_detect.py", line 30, in cap = skvideo.io.vread('1.mp4') File "C:\Users\Rishi\AppData\Local\Programs\Python\Python37\lib\site-packages\skvideo\io\io.py", line 133, in vread assert _HAS_FFMPEG, "Cannot find installation of real FFmpeg (which comes with ffprobe)." AssertionError: Cannot find installation of real FFmpeg (which comes with ffprobe).

Rishi2309 avatar Jan 31 '19 06:01 Rishi2309

Same error here

Sivabanu avatar Feb 27 '21 07:02 Sivabanu