Ask Your Question
0

code source of opencv using ffmpeg

asked 2013-06-24 10:54:02 -0600

asqz gravatar image

Hi,

I know that opencv use ffmpeg to encode/decode vidoe, and I am interested in studying it for personal reuse. The problem is that I read the sources in the directory /opencv/opencv/modules/highgui/src (all the file with ffmpeg in the name) but haven't been able to locate the function which encode decode data. Can you help me finding it ?

Any help would be appreciate. Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-06-24 11:29:37 -0600

Notas gravatar image

That's because imdecode / imencode are in loadsave.cpp which calls the specific image encoder/decoder classes.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-24 10:54:02 -0600

Seen: 350 times

Last updated: Jun 24 '13