Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in skvideo.io.vread #2

Open
Rishi2309 opened this issue Jan 31, 2019 · 1 comment
Open

Error in skvideo.io.vread #2

Rishi2309 opened this issue Jan 31, 2019 · 1 comment

Comments

@Rishi2309
Copy link

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).

@Sivabanu
Copy link

Same error here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants