Ask Your Question
0

Where can we find the FFMPEG source for the cv wrapper?

asked 2016-02-10 17:09:46 -0600

Boogaloo gravatar image

In the OpenCV source ffmpeg folder there are only dll binaries, but these are for opencv versions of a wrapper.

Where can we download the source to the cv_ffmpeg, as I'd like to add functionality?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-02-10 17:47:58 -0600

i think you should play with cap_ffmpeg_api.hpp and cap_ffmpeg_impl.hpp but i don't know how to compile them exactly. maybe you can find some more information here

edit flag offensive delete link more

Comments

Thanks! I'd like to modify and compile the functions such as icvSetCaptureProperty_FFMPEG_p etc., but there is no source code for the binary dll as far as I can see. Have now asked the author, alalek via GitHub.

Boogaloo gravatar imageBoogaloo ( 2016-02-10 18:20:19 -0600 )edit

as seen here

    icvSetCaptureProperty_FFMPEG_p =
        (CvSetCaptureProperty_Plugin)GetProcAddress(icvFFOpenCV, "cvSetCaptureProperty_FFMPEG");

take a look cvSetCaptureProperty_FFMPEG in cap_ffmpeg_impl.hpp.

sturkmen gravatar imagesturkmen ( 2016-02-10 18:29:19 -0600 )edit

Yes seen that, the problem is that Alalek says that compiling the wrapper is not easy. I think it has to be done with a variety of tools and is tricky. Its a pity because if conformed with the rest of OpenCV people would be able to add functionality.

Boogaloo gravatar imageBoogaloo ( 2016-02-11 04:08:11 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-10 17:09:46 -0600

Seen: 429 times

Last updated: Feb 10 '16