Skip to content

Commit 16fe238

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
1 parent 100e9dc commit 16fe238

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
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 MediaConvert",
4+
"contributor": "",
5+
"description": "This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions."
6+
}

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6306,6 +6306,11 @@
63066306
"shape": "H264UnregisteredSeiTimecode",
63076307
"locationName": "unregisteredSeiTimecode",
63086308
"documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message."
6309+
},
6310+
"WriteMp4PackagingType": {
6311+
"shape": "H264WriteMp4PackagingType",
6312+
"locationName": "writeMp4PackagingType",
6313+
"documentation": "Specify how SPS and PPS NAL units are written in your output MP4 container, according to ISO/IEC 14496-15. If the location of these parameters doesn't matter in your workflow: Keep the default value, AVC1. MediaConvert writes SPS and PPS NAL units in the sample description ('stsd') box (but not into samples directly). To write SPS and PPS NAL units directly into samples (but not in the 'stsd' box): Choose AVC3. When you do, note that your output might not play properly with some downstream systems or players."
63096314
}
63106315
},
63116316
"documentation": "Required when you set Codec to the value H_264."
@@ -6359,6 +6364,14 @@
63596364
"ENABLED"
63606365
]
63616366
},
6367+
"H264WriteMp4PackagingType": {
6368+
"type": "string",
6369+
"documentation": "Specify how SPS and PPS NAL units are written in your output MP4 container, according to ISO/IEC 14496-15. If the location of these parameters doesn't matter in your workflow: Keep the default value, AVC1. MediaConvert writes SPS and PPS NAL units in the sample description ('stsd') box (but not into samples directly). To write SPS and PPS NAL units directly into samples (but not in the 'stsd' box): Choose AVC3. When you do, note that your output might not play properly with some downstream systems or players.",
6370+
"enum": [
6371+
"AVC1",
6372+
"AVC3"
6373+
]
6374+
},
63626375
"H265AdaptiveQuantization": {
63636376
"type": "string",
63646377
"documentation": "When you set Adaptive Quantization to Auto, or leave blank, MediaConvert automatically applies quantization to improve the video quality of your output. Set Adaptive Quantization to Low, Medium, High, Higher, or Max to manually control the strength of the quantization filter. When you do, you can specify a value for Spatial Adaptive Quantization, Temporal Adaptive Quantization, and Flicker Adaptive Quantization, to further control the quantization filter. Set Adaptive Quantization to Off to apply no quantization to your output.",
@@ -8281,7 +8294,7 @@
82818294
"FollowSource": {
82828295
"shape": "__integerMin1Max150",
82838296
"locationName": "followSource",
8284-
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
8297+
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
82858298
},
82868299
"Inputs": {
82878300
"shape": "__listOfInput",
@@ -8452,7 +8465,7 @@
84528465
"FollowSource": {
84538466
"shape": "__integerMin1Max150",
84548467
"locationName": "followSource",
8455-
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
8468+
"documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
84568469
},
84578470
"Inputs": {
84588471
"shape": "__listOfInputTemplate",
@@ -8511,7 +8524,7 @@
85118524
"documentation": "Specify a unique identifier for Kantar to use for this piece of content."
85128525
},
85138526
"CredentialsSecretName": {
8514-
"shape": "__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09",
8527+
"shape": "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
85158528
"locationName": "credentialsSecretName",
85168529
"documentation": "Provide the name of the AWS Secrets Manager secret where your Kantar credentials are stored. Note that your MediaConvert service role must provide access to this secret. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html. For instructions on creating a secret, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html, in the AWS Secrets Manager User Guide."
85178530
},
@@ -14720,11 +14733,11 @@
1472014733
"min": 1,
1472114734
"max": 20
1472214735
},
14723-
"__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09": {
14736+
"__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09": {
1472414737
"type": "string",
1472514738
"min": 1,
1472614739
"max": 2048,
14727-
"pattern": "^(arn:(aws|aws-us-gov|aws-cn):secretsmanager:(us(-gov)?|ap|ca|cn|eu|sa)-(central|(north|south)?(east|west)?)-\\d:\\d{12}:secret:)?[a-zA-Z0-9_\\/_+=.@-]*$"
14740+
"pattern": "^(arn:[a-z-]+:secretsmanager:[\\w-]+:\\d{12}:secret:)?[a-zA-Z0-9_\\/_+=.@-]*$"
1472814741
},
1472914742
"__stringMin1Max256": {
1473014743
"type": "string",

0 commit comments

Comments
 (0)