Search code examples
c#.netconvertersmultimedia

Convert avi video file to mpeg format using C#


I'm building a .NET winforms application and I need to convert avi video format to mpeg video format. How can I do this?

Thank you in advance.


Solution

  • You can use Platform FFmpeg in order to convert your files

    Link : http://www.ffmpeg.org/