System.Diagnostics.ProcessStartInfo FilestartInfo = new System.Diagnostics.ProcessStartInfo(ffmpeg);FilestartInfo.Arguments:里面的内容为下面那样: -i F:\程序\Web\电影网\Cinema\Cinema\Admin\UpFiles\28_尚学堂马士兵_Struts2_结果类型_result_type_2.avi -ab 56 -ar 22050 -b 500 -r 15 -s 400×350 F:\程序\Web\电影网\Cinema\Cinema\Admin\PlayFiles\201008161930440598.flv System.Diagnostics.Process.Start(FilestartInfo); //开始转视频 没有出错,.....可是 为什么不能转FLV格式的呢? 我没找出错误来。。。
2 回答
- 2 回答
- 0 关注
- 468 浏览
添加回答
举报
0/150
提交
取消