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

ffmpeg: try to load ffmpeg wrapper dll from the current module directory #6803

Merged
merged 1 commit into from
Jul 15, 2016

Conversation

alalek
Copy link
Member

@alalek alalek commented Jul 8, 2016

resolves #6720

@apavlenko
Copy link
Contributor

👍
verified on Win 8.1 x64 and Python 2.7 x64

@opencv-pushbot opencv-pushbot merged commit 1f26e73 into opencv:master Jul 15, 2016
opencv-pushbot pushed a commit that referenced this pull request Jul 15, 2016
@techtonik
Copy link

Awesome. Is there a way how to test this without compiling everything myself? Nightly builds or something?

@alalek
Copy link
Member Author

alalek commented Jul 15, 2016

@techtonik Currently there are no public artifacts of nightly builds. Also we don't prepare Python .whl packages similar to this

@techtonik
Copy link

@alalek I found this - https://github.com/skvark/opencv-python - which is able to produce build artifacts - https://ci.appveyor.com/project/skvark/opencv-python/build/artifacts - is it worthy to propose this for merging?

@alalek
Copy link
Member Author

alalek commented Jul 15, 2016

There artifacts don't include ffmpeg wrapper. But you can built it yourself using command from build scripts.

@techtonik
Copy link

Right. But I see it is being copied, so I rebuilt opencv from current HEAD (https://ci.appveyor.com/project/techtonik/opencv-python/build/artifacts), placed opencv_ffmpeg310.dll next to it and it worked! =)

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

Successfully merging this pull request may close these issues.

Python module can not find ffmpeg dll
4 participants