EncoderProcessor type
Encoder processor allows for encoding of the input content. For example, it can used to change the resolution from 4K to 1280x720.
type EncoderProcessor = ProcessorNodeBase & {
preset: EncoderPresetBaseUnion
type: "#Microsoft.VideoAnalyzer.EncoderProcessor"
}