Constructor VideoThumbnailProcessor
VideoThumbnailProcessor(VideoThumbnailProcessingOptions)
Initializes a new instance of the VideoThumbnailProcessor class with the specified options.
Note: you must configure the ffmpeg executable paths by calling ConfigureWithFFmpegExecutables(IAbsoluteDirectoryPath, int) before creating an instance of this class.
Note: if you want to do source video validation, you need to use VideoProcessor first and chain this after it, as this class does not perform any validation itself, it just extracts a thumbnail from the provided video.
Declaration
public VideoThumbnailProcessor(VideoThumbnailProcessingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoThumbnailProcessingOptions | options |