Ask Your Question

YuriRzhanov's profile - activity

2016-01-04 08:19:06 -0600 answered a question Does opencv_ffmpeg300_64.lib exist?

@LBerger: Did you compile the application for opening video statically too? Or the libs were statis and the app dynamic? I wonder what if I'll link all static libraries from ffmpeg to the static OpenCV app?

2015-12-10 09:42:29 -0600 asked a question Does opencv_ffmpeg300_64.lib exist?

Latest version of OpenCV has DLL for ffmpeg. However, static version doe not have corresponding library? Does it exist? Is there any info on how to create it? Thanks