C# Class Talifun.Commander.Command.Video.Command.ExecuteVideoConversionWorkflowMessageHandlerBase

Show file Open project: taliesins/talifun-commander

Protected Methods

Method Description
ExecuteCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
ExecuteFfMpegCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool

Method Details

ExecuteCommandLineExecutor() protected method

protected ExecuteCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
message IExecuteVideoConversionWorkflowMessage
workingDirectory string
commandPath string
commandArguments string
output string
return bool

ExecuteFfMpegCommandLineExecutor() protected method

protected ExecuteFfMpegCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
message IExecuteVideoConversionWorkflowMessage
workingDirectory string
commandPath string
commandArguments string
output string
return bool