Inheritance Hierarchy
NReco.VideoConverterOutputSettings
NReco.VideoConverterConcatSettings
NReco.VideoConverterConvertSettings
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
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 | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetVideoFrameSize | ||
| ToString | (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