HTML5技术

视频转码 - _York

字号+ 作者:H5之家 来源:H5之家 2017-11-28 09:01 我要评论( )

转换成MP4格式 ToMp4( string fromFilePath){ ) + ;lastIndexPort = fromFilePath.LastIndexOf( ); ; if ((! System.IO.File.Exists(ffmpeg))){ return string .Empty; ;} Command = + fromFilePath + + toPathFileName + ; using (System.Diagnostics.Proce

转换成MP4格式 ToMp4(string fromFilePath) { ) + ;lastIndexPort = fromFilePath.LastIndexOf(); ; if ((!System.IO.File.Exists(ffmpeg))) { return string.Empty; ; } Command = + fromFilePath + + toPathFileName + ; using (System.Diagnostics.Process p = new System.Diagnostics.Process()) { p.StartInfo.FileName = ffmpeg; p.StartInfo.Arguments = Command; //p.StartInfo.WorkingDirectory = HttpContext.Current.Server.MapPath("~/temp/"); p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardInput = true; p.StartInfo.RedirectStandardOutput = true; p.StartInfo.RedirectStandardError = true; p.StartInfo.CreateNoWindow = false; p.Start(); p.BeginErrorReadLine(); p.WaitForExit(); p.Dispose(); return toPathFileName; } }

 

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • 基于Bootstrap表单验证 - _York

    基于Bootstrap表单验证 - _York

    2017-11-16 17:03

  • 解决百度富文本编辑器 UEditor 插入视频后没有路径的问题 - 我们都是程序猿

    解决百度富文本编辑器 UEditor 插入视频后没有路径的问题 - 我们都是

    2017-08-02 13:00

  • HTML5视频播放插件 - 释怀我的诺亚尔

    HTML5视频播放插件 - 释怀我的诺亚尔

    2017-07-08 18:00

  • 手机上下载微博和秒拍视频的方法 - VictorWill

    手机上下载微博和秒拍视频的方法 - VictorWill

    2017-06-04 11:02

网友点评
-