Source code for opencv_videoio_ffmpeg430_64.dll to decode HEIC images

asked 2020-03-27 19:19:02 -0600

Apparently, it is possible to decode HEIC images using OpenCV, and the code performing this decoding apparently resides in opencv_videoio_ffmpeg430_64.dll. But is there a source code for this DLL? And if so, where, and how come a debug version of this DLL (opencv_videoio_ffmpeg430d_64.dll) is not created when I build the entire library?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Apparently, it is possible to decode HEIC images using OpenCV,

src ?

opencv_videoio_ffmpeg430_64.dll is prebuilt on an external server, then downloaded during the cmake process

berak gravatar imageberak ( 2020-03-28 04:49:06 -0600 )edit