FFMpegConverter.ComposeFFMpegCommandLineArgs Method

NReco.VideoConverter Class Library Documentation

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

protected string ComposeFFMpegCommandLineArgs(
	string inputFile,
	string inputFormat,
	string outputFile,
	string outputFormat,
	ConvertSettings settings
)

Parameters

inputFile
Type: System.String
inputFormat
Type: System.String
outputFile
Type: System.String
outputFormat
Type: System.String
settings
Type: NReco.VideoConverter.ConvertSettings

Return Value

Type: String
See Also

Reference