摘要:
/// /// 转换成MP4格式 /// /// /// public static string ToMp4(string fromFilePath) { string ffmpeg = HttpContext.Current.Server.MapPath("/") ... 阅读全文
posted @ 2017-11-28 08:52
_York
阅读(432)
评论(0)
推荐(1)
摘要:
private static bool IsVideo(HttpPostedFile file) { bool isVideo = false; string fileName = file.FileName; IList formateList = new List { "... 阅读全文
posted @ 2017-11-28 08:51
_York
阅读(3090)
评论(0)
推荐(0)

浙公网安备 33010602011771号