0

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 Answers3

2

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

Santi
  • 4,428
  • 4
  • 24
  • 28
1

libavcodec is very popular.

Wayne Koorts
  • 10,861
  • 13
  • 46
  • 72
0

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
  • 8,767
  • 3
  • 34
  • 38