Convert Any video to flv in asp.net c#
Here this code is used to convert any format video to .flv format. Here call ReturnVideo method and pass the parameters. here u want to add some files. those are 1)ffmpeg.exe 2)ffplay.exe 3)pthreadGC2.dll these files are root folder files. private bool ReturnVideo(string fileName,string TargetName) { string html = string.Empty; //rename if file already exists int j = 0; string AppPath; string inputPath; string outputPath; string imgpath; ...