Question

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)

Was it helpful?

Solution

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

OTHER TIPS

libavcodec is very popular.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top