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

Missing File #7

Open
CandyCutie opened this issue Jun 16, 2021 · 3 comments
Open

Missing File #7

CandyCutie opened this issue Jun 16, 2021 · 3 comments
Labels
question Further information is requested

Comments

@CandyCutie
Copy link

I don't know where to find it, but the make_exe.bat wants an "opencv_videoio_ffmpeg420_64.dll," and I have no idea where to find it anywhere. The github tutorial thing doesn't help much with the python side of things.

@CandyCutie
Copy link
Author

I HAVE ffmpeg, but it doesn't know where it is?

@CandyCutie
Copy link
Author

image
image

@Ruzeh3D
Copy link
Owner

Ruzeh3D commented Jul 3, 2021

Sorry about the delay, try installing the required packages following the Running the python script section in the readme.

The error with opencv_videoio_ffmpeg420_64.dll can be ignored, as its just a delete action because of redundancy.

What may be causing the issue is that you dont have these required files on the same directory as make_exe.bat, so to fix it try putting them there.

  • msvcp140.dll
  • vcomp140.dll
  • concrt140.dll
  • vccorlib140.dll

Let me know if it works or if you have any more issues!

@Ruzeh3D Ruzeh3D added the question Further information is requested label Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants