AWS::IVS::EncoderConfiguration Video - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IVS::EncoderConfiguration Video

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

Syntax

To declare this entity in your 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: 2

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: 2

Maximum: 1920

Update requires: Replacement