private Size NewSize(int maxWidth, int maxHeight, int width, int height) { double w = 0.0; double h = 0.0; double sw = Convert.ToDouble(width); double sh = Convert.ToDouble(height);
實際上是利用.Net中的Process對象來實現的。 string str=@"d:\test.avi d:\test_allen.flv"; RunFFMpeg(str); //運行FFMpeg的視頻解碼, public void RunFFMpeg(string strCmd) { //建立並啟動一個新進程 Process p = new Process();
'================================================== '函數名:ScriptHtml '作 用:過濾html標記 '參 數:ConStr ------ 要過濾的字串 '================================================== Function ScriptHtml(Byval ConStr,TagName,FType) Dim Re Set Re=new RegExp Re.
'================================================== '函數名:GetPaing '作 用:擷取分頁 '================================================== Function GetPaing(Byval ConStr,StartStr,OverStr,IncluL,IncluR) If ConStr="$False$" or ConStr="" Or StartStr="" Or
'================================================== '函數名:UrlEncoding '作 用:轉換編碼 '================================================== Function UrlEncoding(DataStr) Dim StrReturn,Si,ThisChr,InnerCode,Hight8,Low8 StrReturn = "" For Si = 1 To
'================================================== '函數名:PostHttpPage '作 用:登入 '================================================== Function PostHttpPage(RefererUrl,PostUrl,PostData) Dim xmlHttp Dim RetStr Set xmlHttp =
'************************************************** '函數名:CreateKeyWord '作 用:由給定的字串產生關鍵字 '參 數:Constr---要產生關鍵字的原字串 '傳回值:產生的關鍵字 '************************************************** Function CreateKeyWord(byval Constr,Num) If Constr="" or