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

opencv_ffmpeg.dll not generated with vcpkg install opencv[ffmpeg] #43445

Open
G4419 opened this issue Jan 24, 2025 · 0 comments
Open

opencv_ffmpeg.dll not generated with vcpkg install opencv[ffmpeg] #43445

G4419 opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@G4419
Copy link

G4419 commented Jan 24, 2025

Describe the bug
When installing OpenCV via vcpkg with the ffmpeg feature enabled, the opencv_ffmpeg*.dll file is not generated. This results in issues with opening video files such as .mp4.

Environment

  • OS: Windows11
  • Compiler: Microsoft Visual C++ 2022

To Reproduce
./vcpkg install opencv[ffmpeg] --triplet=x64-windows
Check the output directory for the opencv_ffmpeg*.dll file (e.g., /installed/x64-windows/bin).

Expected behavior
The opencv_ffmpeg*.dll file should be present in the bin directory after successfully installing OpenCV with the ffmpeg feature.

Failure logs
No errors during installation, but the opencv_ffmpeg*.dll file is missing.
The application fails to open .mp4 files.

@FrankXie05 FrankXie05 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

No branches or pull requests

2 participants