Obtaining opencv_ffmpeg411_64.dll

asked 2019-10-14 04:03:46 -0600

s33d5 gravatar image

updated 2019-10-14 04:43:06 -0600

berak gravatar image

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

edit retag flag offensive close merge delete

Comments

I have compiled OpenCV 4.11 but I cannot find opencv_ffmpeg411_64.dll

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 !)

berak gravatar imageberak ( 2019-10-14 04:46:42 -0600 )edit

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?

s33d5 gravatar images33d5 ( 2019-10-14 06:08:05 -0600 )edit