Skip to content

Commit

Permalink
AWS Elemental MediaConvert Update: AWS Elemental MediaConvert SDK has…
Browse files Browse the repository at this point in the history
… added control over the passthrough of XDS captions metadata to outputs.
  • Loading branch information
AWS committed Aug 3, 2021
1 parent 5e3f60a commit a6f2a32
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3064,6 +3064,14 @@
"RAW"
]
},
"CopyProtectionAction": {
"type": "string",
"documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
"enum": [
"PASSTHROUGH",
"STRIP"
]
},
"CreateJobRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4553,6 +4561,22 @@
}
}
},
"ExtendedDataServices": {
"type": "structure",
"members": {
"CopyProtectionAction": {
"shape": "CopyProtectionAction",
"locationName": "copyProtectionAction",
"documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
},
"VchipAction": {
"shape": "VchipAction",
"locationName": "vchipAction",
"documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
}
},
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
},
"F4vMoovPlacement": {
"type": "string",
"documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
Expand Down Expand Up @@ -6866,6 +6890,11 @@
"locationName": "esam",
"documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
},
"ExtendedDataServices": {
"shape": "ExtendedDataServices",
"locationName": "extendedDataServices",
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
},
"Inputs": {
"shape": "__listOfInput",
"locationName": "inputs",
Expand Down Expand Up @@ -7022,6 +7051,11 @@
"locationName": "esam",
"documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
},
"ExtendedDataServices": {
"shape": "ExtendedDataServices",
"locationName": "extendedDataServices",
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
},
"Inputs": {
"shape": "__listOfInputTemplate",
"locationName": "inputs",
Expand Down Expand Up @@ -10514,6 +10548,14 @@
"HARD"
]
},
"VchipAction": {
"type": "string",
"documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
"enum": [
"PASSTHROUGH",
"STRIP"
]
},
"VideoCodec": {
"type": "string",
"documentation": "Type of video codec",
Expand Down

0 comments on commit a6f2a32

Please sign in to comment.