Skip to content

Commit 54a3c30

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive enables Mediapackage V2 users to configure ID3, KLV, Nielsen ID3, and Segment Length related parameters through the Mediapackage output group.
1 parent 23770e7 commit 54a3c30

File tree

2 files changed

+57
-6
lines changed

2 files changed

+57
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaLive enables Mediapackage V2 users to configure ID3, KLV, Nielsen ID3, and Segment Length related parameters through the Mediapackage output group."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 51 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5783,7 +5783,7 @@
57835783
"ContainerSettings": {
57845784
"shape": "ArchiveContainerSettings",
57855785
"locationName": "containerSettings",
5786-
"documentation": "Settings specific to the container type of the file."
5786+
"documentation": "Container for this output. Can be auto-detected from extension field."
57875787
},
57885788
"Extension": {
57895789
"shape": "__string",
@@ -11006,7 +11006,7 @@
1100611006
"ColorSpaceSettings": {
1100711007
"shape": "H264ColorSpaceSettings",
1100811008
"locationName": "colorSpaceSettings",
11009-
"documentation": "Color Space settings"
11009+
"documentation": "Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source."
1101011010
},
1101111011
"EntropyEncoding": {
1101211012
"shape": "H264EntropyEncoding",
@@ -11419,7 +11419,7 @@
1141911419
"ColorSpaceSettings": {
1142011420
"shape": "H265ColorSpaceSettings",
1142111421
"locationName": "colorSpaceSettings",
11422-
"documentation": "Color Space settings"
11422+
"documentation": "Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source."
1142311423
},
1142411424
"FilterSettings": {
1142511425
"shape": "H265FilterSettings",
@@ -19725,12 +19725,12 @@
1972519725
"ColorSpace": {
1972619726
"shape": "VideoSelectorColorSpace",
1972719727
"locationName": "colorSpace",
19728-
"documentation": "Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video description's colorSpaceSettingsChoice to determine if any conversion will be performed."
19728+
"documentation": "Controls how MediaLive will use the color space metadata from the source. Typically, choose FOLLOW, which means to use the color space metadata without changing it. Or choose another value (a standard). In this case, the handling is controlled by the colorspaceUsage property."
1972919729
},
1973019730
"ColorSpaceSettings": {
1973119731
"shape": "VideoSelectorColorSpaceSettings",
1973219732
"locationName": "colorSpaceSettings",
19733-
"documentation": "Color space settings"
19733+
"documentation": "Choose HDR10 only if the following situation applies. Firstly, you specified HDR10 in ColorSpace. Secondly, the attached input is for AWS Elemental Link. Thirdly, you plan to convert the content to another color space. You need to specify the color space metadata that is missing from the source sent from AWS Elemental Link."
1973419734
},
1973519735
"ColorSpaceUsage": {
1973619736
"shape": "VideoSelectorColorSpaceUsage",
@@ -25806,7 +25806,7 @@
2580625806
"ColorSpaceSettings": {
2580725807
"shape": "Av1ColorSpaceSettings",
2580825808
"locationName": "colorSpaceSettings",
25809-
"documentation": "Color Space settings"
25809+
"documentation": "Specify the type of color space to apply or choose to pass through. The default is to pass through the color space that is in the source."
2581025810
},
2581125811
"FixedAfd": {
2581225812
"shape": "FixedAfd",
@@ -29424,6 +29424,51 @@
2942429424
"shape": "__listOfCaptionLanguageMapping",
2942529425
"locationName": "captionLanguageMappings",
2942629426
"documentation": "Mapping of up to 4 caption channels to caption languages."
29427+
},
29428+
"Id3Behavior": {
29429+
"shape": "CmafId3Behavior",
29430+
"locationName": "id3Behavior",
29431+
"documentation": "Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule."
29432+
},
29433+
"KlvBehavior": {
29434+
"shape": "CmafKLVBehavior",
29435+
"locationName": "klvBehavior",
29436+
"documentation": "If set to passthrough, passes any KLV data from the input source to this output."
29437+
},
29438+
"NielsenId3Behavior": {
29439+
"shape": "CmafNielsenId3Behavior",
29440+
"locationName": "nielsenId3Behavior",
29441+
"documentation": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output."
29442+
},
29443+
"Scte35Type": {
29444+
"shape": "Scte35Type",
29445+
"locationName": "scte35Type",
29446+
"documentation": "Type of scte35 track to add. none or scte35WithoutSegmentation"
29447+
},
29448+
"SegmentLength": {
29449+
"shape": "__integerMin1",
29450+
"locationName": "segmentLength",
29451+
"documentation": "The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units."
29452+
},
29453+
"SegmentLengthUnits": {
29454+
"shape": "CmafIngestSegmentLengthUnits",
29455+
"locationName": "segmentLengthUnits",
29456+
"documentation": "Time unit for segment length parameter."
29457+
},
29458+
"TimedMetadataId3Frame": {
29459+
"shape": "CmafTimedMetadataId3Frame",
29460+
"locationName": "timedMetadataId3Frame",
29461+
"documentation": "Set to none if you don't want to insert a timecode in the output. Otherwise choose the frame type for the timecode."
29462+
},
29463+
"TimedMetadataId3Period": {
29464+
"shape": "__integerMin0Max10000",
29465+
"locationName": "timedMetadataId3Period",
29466+
"documentation": "If you set up to insert a timecode in the output, specify the frequency for the frame, in seconds."
29467+
},
29468+
"TimedMetadataPassthrough": {
29469+
"shape": "CmafTimedMetadataPassthrough",
29470+
"locationName": "timedMetadataPassthrough",
29471+
"documentation": "Set to enabled to pass through ID3 metadata from the input sources."
2942729472
}
2942829473
},
2942929474
"documentation": "Media Package V2 Group Settings"

0 commit comments

Comments
 (0)