AWS::MediaLive::Channel MsSmoothOutputSettings - 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::MediaLive::Channel MsSmoothOutputSettings

Configuration of a Microsoft Smooth output.

The parent of this entity is OutputSettings.

Syntax

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

JSON

{ "H265PackagingType" : String, "NameModifier" : String }

YAML

H265PackagingType: String NameModifier: String

Properties

H265PackagingType

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

Required: No

Type: String

Update requires: No interruption

NameModifier

A string that is concatenated to the end of the destination file name. This is required for multiple outputs of the same type.

Required: No

Type: String

Update requires: No interruption