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 dll #6

Closed
medialearn opened this issue Jul 11, 2019 · 1 comment
Closed

missing dll #6

medialearn opened this issue Jul 11, 2019 · 1 comment
Labels
question Question

Comments

@medialearn
Copy link

Great project. I tried your example after loading the Nuget lib just to load a simple
video file to get the stats. This is what I got:

Unable to load DLL 'avutil.56': The specified module could not be found.

One thing to note the build for FFmpeg that particular dll is named avutil-56.dll
I know it is seeing the directory for the dll because I specified it. What am I missing.
Thank you...

@radek-k
Copy link
Owner

radek-k commented Jul 13, 2019

FFmpeg libraries must have the same architecture as your project. If you want to use 64-bit FFmpeg, you should go to the Build tab in the project properties and disable the Prefer 32-bit option.

vsbuildsettings

@radek-k radek-k added the question Question label Jul 24, 2019
@radek-k radek-k closed this as completed Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question
Projects
None yet
Development

No branches or pull requests

2 participants