flvmdi,flv修复工具,针对ffgpeg+mencoder转化后的问题 程序源码如下 string flv_file = System.IO.Path.ChangeExtension(playFile, ".flv"); string flvmdi = Server.MapPath("../JS/videotool/flvmdi.exe"); //flvmdi修复flv进度条问题 System.Diagnostics.ProcessStartInfo flvmdiInfo = new System.Diagnostics.ProcessStartInfo(flvmdi);