C# FFmpeg获取码率
摘要:GetInfo("ffmpeg"," -i "+sourcename); static void GetInfo (string exe,string arg){Process p = new Process ();try{p.StartInfo.FileName = exe;p.St...
阅读全文
posted @ 2015-06-29 16:42
posted @ 2015-06-29 16:42
posted @ 2015-06-29 16:41