I am developing a web application Video On Demand in c#.net. I have video conver code in flv format using ffmpeg but I want video convert code in any format. Code to convert flv format gin below
string fname1 = System.Guid.NewGuid().ToString().Replace("-", "") + ".flv";
string cmd = "-i \"" + Inputpath + "\\" + fnm2 + "\" \"" + outputpath + "\\" + fname1 + "\"";
Please help me to convert any video in any format like 3gp, Mp4, avi etc in c#.net.
Loading
Jignesh TrivediPosted Apr 3, 2013, 12:08 AM
i think, to convert video format you must use some API like open crypt video converter
please refer below link it might help you.
http://www.codeproject.com/Articles/9030/Convert-MP3-MPEG-AVI-to-Windows-Media-Formats
http://www.encoding.com/video-converter
http://www.programmableweb.com/api/opencrypt-video-conversion-2