Constructor VideoProcessor
VideoProcessor(VideoProcessingOptions)
Initializes a new instance of the VideoProcessor 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.
Declaration
public VideoProcessor(VideoProcessingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoProcessingOptions | options |