Obtaining opencv_ffmpeg411_64.dll
Hi there,
I have compiled OpenCV 4.11 but I cannot find opencv_ffmpeg411_64.dll (not the similar opencv_videoio_ffmpeg411_64.dll) among the compiled files. The build completes successfully, with no errors.
Do I need a specific library to build this dll?
Thank you
os, compiler ? what did you do, exactly, to build it ?
cmake should have downloaded both 32 and 64 bit versions of it. (it's not something you build locally !)
Hey yes sorry OS Windows 10.0.17763 x64. Compiler MSVC 1916.
I downloaded 4.1.1 release, used cmake with vs 2017 x64 generator, then built release.
Should it just be included in the release then?