开发者

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

开发者 https://www.devze.com 2023-04-11 18:05 出处:网络
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.

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

精彩评论

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

关注公众号