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: SystemString
path to local video file - outputFile
- Type: SystemString
path to thumbnail jpeg file - frameTime
- Type: SystemNullableSingle
video position (in seconds) - settings
- Type: NReco.VideoConverterConvertSettings
any other ffmpeg options
See Also