开发者

How to encode OpenCV IplImage with H263 or MPEG-4 codecs?

I'm working on a win32 project under Visual Studio 2010, And I need to encode the IplImag开发者_JAVA百科e to MPEG-4 for example.

Is there any library to do so?


In Windows there are few multimedia APIs: VFW (obsolete), DirectShow, Media Foundation. All three have options for video encoders. Perhaps most of the options are with DirectShow, though Media Foundation offers MPEG-4 Part 10 (H.264) encoder out of the box in Windows 7. There are also additional options which don't involve Windows APIs: ffmpeg, Intel IPP just to name a new. With all of them you will perhaps have to put some effort into integration of your application with these APIs/libraries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜