Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for a SDK(free or paid) which converts video from avi format to mp4 format programatically to include in my application(not the tools which convert manually). I have googled and got some SDK'S which converts avi to flv or h.264 formats but not the mp4 format.
Please suggest me.

Thanks in advance.
Posted

1 solution

You did not specify what language you would prefer, so I assume C# is OK.

Take a look at AForge.NET[^]

It contains and assembly Video.VFW which contains an AVIReader class.
It also contains Video.FFMPEG which can write video using the MPEG4 codec.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900