FFProbe ClassNReco.VideoInfo Class Library Documentation
Provides information about media streams, video or audio files (wrapper for FFProbe command line tool)
Inheritance Hierarchy

System Object
  NReco.VideoInfo FFProbe

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

public class FFProbe

The FFProbe type exposes the following members.

Constructors

  NameDescription
Public methodFFProbe
Create new instance of HtmlToPdfConverter
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMediaInfo
Returns information about local media file or online stream (URL).
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCustomArgs
Get or set custom WkHtmlToImage command line arguments
Public propertyExecutionTimeout
Gets or sets maximum execution time for running FFProbe process (null is by default = no timeout)
Public propertyFFProbeExeName
Get or set FFProbe tool executive file name ('ffprobe.exe' by default)
Public propertyIncludeFormat
Include information about file format.
Public propertyIncludeStreams
Include information about media streams.
Public propertyProcessPriority
Gets or sets FFProbe process priority (Normal by default)
Public propertyToolPath
Gets or sets path where FFProbe.exe is extracted
Top
See Also