Property ResultVideoCodecs
ResultVideoCodecs
Gets or initializes the allowable result video codecs.
Any streams of the video not matching one of these codecs will be re-encoded to use one of them.
Video streams already using one of these codecs may be copied without re-encoding, depending on VideoReencodeMode.
When video streams are re-encoded, they are re-encoded to the first codec in this list.
Providing an empty list is not allowed.
Declaration
public required IReadOnlyList<VideoCodec> ResultVideoCodecs { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<VideoCodec> |