FFMpegConverterConcatMedia Method

NReco.VideoConverter Class Library Documentation
Concatenate several video files

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

public void ConcatMedia(
	string[] inputFiles,
	string outputFile,
	string outputFormat,
	ConcatSettings settings
)

Parameters

inputFiles
Type: SystemString
list of local video files
outputFile
Type: SystemString
path to contactenation result file
outputFormat
Type: SystemString
desired output format
settings
Type: NReco.VideoConverterConcatSettings
convert settings
Remarks

Note: all video files should have the same video frame size and audio stream.
See Also

Reference