Media concatenation setting
Inheritance Hierarchy
NReco.VideoConverterOutputSettings
NReco.VideoConverterConcatSettings
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The ConcatSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConcatSettings | Initializes a new instance of the ConcatSettings 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 | (Inherited from OutputSettings.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| AudioCodec |
Audio codec (complete list of audio codecs: ffmpeg -codecs)
(Inherited from OutputSettings.) | |
| AudioSampleRate |
Explicit sample rate for audio stream. Usual rates are: 44100, 22050, 11025
(Inherited from OutputSettings.) | |
| ConcatAudioStream |
Seek to position (in seconds) before converting
| |
| ConcatVideoStream |
Determine whether audio stream
| |
| CustomOutputArgs |
Extra custom FFMpeg parameters for 'output'
(Inherited from OutputSettings.) | |
| MaxDuration |
Get or set max duration (in seconds)
(Inherited from OutputSettings.) | |
| VideoCodec |
Video codec (complete list of video codecs: ffmpeg -codecs)
(Inherited from OutputSettings.) | |
| VideoFrameCount |
Number of video frames to record
(Inherited from OutputSettings.) | |
| VideoFrameRate |
Explicit video rate for video stream. Usual rates are: 30, 25
(Inherited from OutputSettings.) | |
| VideoFrameSize |
Video frame size (common video sizes are listed in VideoSizes
(Inherited from OutputSettings.) |
See Also