AWS::IVS::EncoderConfiguration Video - AWS CloudFormation

AWS::IVS::EncoderConfiguration Video

The Video property type describes a stream's video configuration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Bitrate" : Integer, "Framerate" : Number, "Height" : Integer, "Width" : Integer }

YAML

Bitrate: Integer Framerate: Number Height: Integer Width: Integer

Properties

Bitrate

Bitrate for generated output, in bps. Default: 2500000.

Required: No

Type: Integer

Minimum: 1

Maximum: 8500000

Update requires: Replacement

Framerate

Video frame rate, in fps. Default: 30.

Required: No

Type: Number

Minimum: 1

Maximum: 60

Update requires: Replacement

Height

Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.

Required: No

Type: Integer

Minimum: 1

Maximum: 1920

Update requires: Replacement

Width

Video-resolution width. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.

Required: No

Type: Integer

Minimum: 1

Maximum: 1920

Update requires: Replacement