First time here? Check out the FAQ!

Ask Your Question
0

unable to open cap_ffmpeg_impl

asked Apr 10 '13

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Apr 10 '13

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/

Preview: (hide)

Comments

i did still getting the error it opens other files

am gravatar imageam (Apr 11 '13)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 (Apr 11 '13)edit

how do i replace them

am gravatar imageam (Apr 12 '13)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 (Apr 12 '13)edit

Question Tools

Stats

Asked: Apr 10 '13

Seen: 945 times

Last updated: Apr 10 '13