Inheritance Hierarchy
NReco.VideoConverter OutputSettings
NReco.VideoConverter ConcatSettings
NReco.VideoConverter ConvertSettings
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.1.2.0 (1.1.2)
Syntax
The OutputSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OutputSettings | Initializes a new instance of the OutputSettings class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetVideoFrameSize | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | AudioCodec |
Audio codec (complete list of audio codecs: ffmpeg -codecs)
|
![]() | AudioSampleRate |
Explicit sample rate for audio stream. Usual rates are: 44100, 22050, 11025
|
![]() | CustomOutputArgs |
Extra custom FFMpeg parameters for 'output'
|
![]() | MaxDuration |
Get or set max duration (in seconds)
|
![]() | VideoCodec |
Video codec (complete list of video codecs: ffmpeg -codecs)
|
![]() | VideoFrameCount |
Number of video frames to record
|
![]() | VideoFrameRate |
Explicit video rate for video stream. Usual rates are: 30, 25
|
![]() | VideoFrameSize |
Video frame size (common video sizes are listed in VideoSizes
|
See Also