FFMpegInput Class

NReco.VideoConverter Class Library Documentation
The exception that is thrown when FFMpeg process retruns non-zero error exit code
Inheritance Hierarchy

SystemObject
  NReco.VideoConverterFFMpegInput

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

public class FFMpegInput

The FFMpegInput type exposes the following members.

Constructors

  NameDescription
Public methodFFMpegInput(String)
Initializes a new instance of the FFMpegInput class
Public methodFFMpegInput(String, String)
Initializes a new instance of the FFMpegInput class
Top
Properties

  NameDescription
Public propertyCustomInputArgs
Extra custom FFMpeg parameters for this input.
Public propertyFormat
Input media stream format (if null ffmpeg tries to automatically detect format).
Public propertyInput
FFMpeg input (filename, URL or demuxer parameter)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference