Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Where to get the source code of opencv_videoio_ffmpeg412_64.dll

Akinobu
Beginner
1,818 Views

As is well known, the OpenCV included in OpenVino does not include the ffmpeg DLL file.

In order to get the DLL, the user has to build the source code in the OpenVino for Linux.

 

However, in the OpenVino for Windows10, the user has to run a script to download the DLL directly.

Currently we are using OpenVino 2019.3.379 for Windows10, and the script downloads the DLL from the following address.

"https://raw.githubusercontent.com/opencv/opencv_3rdparty/197f87f7e811a9ded35d989b37e50501ff6afaa4/ffmpeg/opencv_videoio_ffmpeg_64.dll"

We want to get the source code of this DLL.

Where can we get the source code for this version of this DLL at any URL?

0 Kudos
1 Solution
Maksim_S_Intel
Employee
1,792 Views

Check this repository: https://github.com/opencv/opencv_3rdparty

There you can find sources and build scripts used to produce the binary, e.g. https://github.com/opencv/opencv_3rdparty/tree/ffmpeg/master_20190910_src

View solution in original post

0 Kudos
2 Replies
Maksim_S_Intel
Employee
1,793 Views

Check this repository: https://github.com/opencv/opencv_3rdparty

There you can find sources and build scripts used to produce the binary, e.g. https://github.com/opencv/opencv_3rdparty/tree/ffmpeg/master_20190910_src

0 Kudos
Munesh_Intel
Moderator
1,764 Views

Hi Akinobu,

This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.


Regards,

Munesh


0 Kudos
Reply