FFMpegConverterExecutionTimeout Property

NReco.VideoConverter Class Library Documentation
Gets or sets maximum execution time for conversion process (null is by default - means no timeout)

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

public Nullable<TimeSpan> ExecutionTimeout { get; set; }

Property Value

Type: NullableTimeSpan
See Also

Reference