Ask Your Question

Revision history [back]

It looks like you build OpenCV without ffmpeg support. You need to install libavformat-dev, libavcodec-dev, libavfilter-dev, libswscale-dev packages, add -DWITH_FFMPEG=ON option to cmake command and check OpenCV CMake output. It must determine versions of ffmpeg modules correctly.