FFMpegConverterConvertMedia Method (String, String, String)

NReco.VideoConverter Class Library Documentation
Converts media represented by local file and writes result to specified local file

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

public void ConvertMedia(
	string inputFile,
	string outputFile,
	string outputFormat
)

Parameters

inputFile
Type: SystemString
local path to input media file
outputFile
Type: SystemString
local path to ouput media file
outputFormat
Type: SystemString
desired output format (like "mp4" or "flv")
See Also

Reference