#region //运行mencoder的视频解码器转换(这里是(绝对路径)) if ((!System.IO.File.Exists(tool)) (!System.IO.File.Exists(vFileName))) string flv_file = System.IO.Path.ChangeExtension(playFile, ".flv"); |
| //截图的尺寸大小,配置在Web.Config中,如:<add key="CatchFlvImgSize" value="240x180" /> string FlvImgSize = PublicMethod.sizeOfImg; System.Diagnostics.ProcessStartInfo FilestartInfo = new System.Diagnostics.ProcessStartInfo(tool); FilestartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden; |
全文的主要内容就在这里了
还有其视频转换工具,由于比较大有十多MB博客上传不了.所以还需大家另外去下载






