Ask Your Question
0

unable to open cap_ffmpeg_impl

asked 2013-04-10 08:16:10 -0600

am gravatar image

hello i am trying to open a video using opencv 2.4 visual studio 2010 inder windows and get the error error opening file cap_ffmpeg_impl.hpp . can anyone plz help me in this regard thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-04-10 09:46:51 -0600

Did you use the tutorial on this link to open a Video?

http://docs.opencv.org/doc/tutorials/highgui/video-input-psnr-ssim/video-input-psnr-ssim.html#videoinputpsnrmssim

Furthermore, be sure that all the codecs are somehow installed on your system. You could try to manually download and install ffmpeg here

http://ffmpeg.zeranoe.com/builds/

edit flag offensive delete link more

Comments

i did still getting the error it opens other files

am gravatar imageam ( 2013-04-11 10:18:20 -0600 )edit

Ok basically a lot of problems which were ffmpeg related are solved in the new version 2.4.5. So first download this one and see if your problem gets fixed. A second approach could be to download the latest ffmpeg libraries for your system yourself and replacing the ffmpeg libraries inside openCV folder structure. Then build your OpenCV based on this new library.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-11 10:26:35 -0600 )edit

how do i replace them

am gravatar imageam ( 2013-04-12 03:28:53 -0600 )edit

First try the newer version. Else go to http://www.ffmpeg.org/, download them and then look for a guide on the internet on how to build openCV yourself with specified ffmpeg version.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-12 03:36:58 -0600 )edit

Question Tools

Stats

Asked: 2013-04-10 08:16:10 -0600

Seen: 846 times

Last updated: Apr 10 '13