Media conversion setting
Inheritance Hierarchy
NReco.VideoConverter.OutputSettings
NReco.VideoConverter.ConvertSettings
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The ConvertSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConvertSettings | Initializes a new instance of the ConvertSettings 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 | |
---|---|---|
![]() | AppendSilentAudioStream |
Add silent audio stream to output
|
![]() | 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.) |
![]() | CustomInputArgs |
Extra custom FFMpeg parameters for 'input'
|
![]() | CustomOutputArgs |
Extra custom FFMpeg parameters for 'output'
(Inherited from OutputSettings.) |
![]() | MaxDuration |
Get or set max duration (in seconds)
(Inherited from OutputSettings.) |
![]() | Seek |
Seek to position (in seconds) before converting
|
![]() | 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