FFMpegConverter.GetVideoThumbnail Method (String, String, Nullable<Single>, ConvertSettings)

NReco.VideoConverter Class Library Documentation
Extract video frame from local video file at specified position

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

public void GetVideoThumbnail(
	string inputFile,
	string outputFile,
	Nullable<float> frameTime,
	ConvertSettings settings
)

Parameters

inputFile
Type: System.String
path to local video file
outputFile
Type: System.String
path to thumbnail jpeg file
frameTime
Type: System.Nullable<Single>
video position (in seconds)
settings
Type: NReco.VideoConverter.ConvertSettings
any other ffmpeg options
See Also

Reference