The ConvertSettings type exposes the following members.
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