views:

125

answers:

3

Hi, I am searching for a library that can convert MPEG to AVI.

Is there a good one for this purpose?

Thanks in advance.

(My program is written in VC++, Thanks)

(I am using DirectShow.But I don't know how to use it to convert MPEG to AVI ? I know how to build graph and render video that already has an appropriate codec)

+3  A: 

You didn't specify the prog language you're working with so I will just mention ffmpeg. http://ffmpeg.org/

Santi
+1  A: 

libavcodec is very popular.

Wayne Koorts
A: 

Your best best is to use a audio/video framework.

I would recommend the following:

Windows

Mac

Linux

If you need a cross platform solution I would recommend the commercial MainConcept CodecSDK, which has some of the best video codec implementations around.

Nick Haddad