You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: