FFProbe ToolPath Property NReco.VideoInfo Class Library Documentation
Gets or sets path where FFProbe.exe is extracted

Namespace: NReco.VideoInfo
Assembly: NReco.VideoInfo (in NReco.VideoInfo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string ToolPath { get; set; }

Property Value

Type: String
Remarks

By default this property initialized with folder with application assemblies. For ASP.NET applications it is recommended to use "~/App_Code/".
See Also