-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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).