The exception that is thrown when FFMpeg process retruns non-zero error exit code
Inheritance Hierarchy
NReco.VideoConverterFFMpegInput
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The FFMpegInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FFMpegInput(String) | Initializes a new instance of the FFMpegInput class | |
FFMpegInput(String, String) | Initializes a new instance of the FFMpegInput class |
Properties
Name | Description | |
---|---|---|
CustomInputArgs |
Extra custom FFMpeg parameters for this input.
| |
Format |
Input media stream format (if null ffmpeg tries to automatically detect format).
| |
Input |
FFMpeg input (filename, URL or demuxer parameter)
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also