C# Class CmdDemo.ffmpeg

Afficher le fichier Open project: jerrytan/zcw

Méthodes publiques

Méthode Description
ToFlv ( string fullName ) : bool

轉換為Flv文件

ToFlv ( string fullName, string path ) : bool

轉換為Flv文件到指定的目錄

ToJpg ( string fullName ) : void

轉換為Jpg文件

ToJpg ( string fullName, string path ) : void

轉換為Jpg文件到指定的目錄

Private Methods

Méthode Description
GetFileName ( string fullName ) : string

從文件路徑中取得文件名

RunCmd ( string args ) : bool

運行Dos命令

RunFlv ( string fullName, string path, int FlvWidth, int FlvHeight ) : bool

轉換為Flv文件

RunJpg ( string fullName, string path, int ImageWidth, int ImageHeight ) : void

轉換為Jpg文件

Method Details

ToFlv() public static méthode

轉換為Flv文件
public static ToFlv ( string fullName ) : bool
fullName string
Résultat bool

ToFlv() public static méthode

轉換為Flv文件到指定的目錄
public static ToFlv ( string fullName, string path ) : bool
fullName string
path string
Résultat bool

ToJpg() public méthode

轉換為Jpg文件
public ToJpg ( string fullName ) : void
fullName string
Résultat void

ToJpg() public méthode

轉換為Jpg文件到指定的目錄
public ToJpg ( string fullName, string path ) : void
fullName string
path string
Résultat void