Skip to content

Commit bdaf13a

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: This release adds support for inserting timecode tracks into MP4 container outputs.
1 parent f807e9e commit bdaf13a

File tree

2 files changed

+53
-8
lines changed

2 files changed

+53
-8
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 inserting timecode tracks into MP4 container outputs."
6+
}

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

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@
18421842
"documentation": "Advanced audio normalization settings. Ignore these settings unless you need to comply with a loudness standard."
18431843
},
18441844
"AudioSourceName": {
1845-
"shape": "__string",
1845+
"shape": "__stringMax2048",
18461846
"locationName": "audioSourceName",
18471847
"documentation": "Specifies which audio data to use from each input. In the simplest case, specify an \"Audio Selector\":#inputs-audio_selector by name based on its order within each input. For example if you specify \"Audio Selector 3\", then the third audio selector will be used from each input. If an input does not have an \"Audio Selector 3\", then the audio selector marked as \"default\" in that input will be used. If there is no audio selector marked as \"default\", silence will be inserted for the duration of that input. Alternatively, an \"Audio Selector Group\":#inputs-audio_selector_group name may be specified, with similar default/silence behavior. If no audio_source_name is specified, then \"Audio Selector 1\" will be chosen automatically."
18481848
},
@@ -2603,6 +2603,11 @@
26032603
"locationName": "outlineSize",
26042604
"documentation": "Specify the Outline size of the caption text, in pixels. Leave Outline size blank and set Style passthrough to enabled to use the outline size data from your input captions, if present."
26052605
},
2606+
"RemoveRubyReserveAttributes": {
2607+
"shape": "RemoveRubyReserveAttributes",
2608+
"locationName": "removeRubyReserveAttributes",
2609+
"documentation": "Optionally remove any tts:rubyReserve attributes present in your input, that do not have a tts:ruby attribute in the same element, from your output. Use if your vertical Japanese output captions have alignment issues. To remove ruby reserve attributes when present: Choose Enabled. To not remove any ruby reserve attributes: Keep the default value, Disabled."
2610+
},
26062611
"ShadowColor": {
26072612
"shape": "BurninSubtitleShadowColor",
26082613
"locationName": "shadowColor",
@@ -4645,7 +4650,7 @@
46454650
},
46464651
"DropFrameTimecode": {
46474652
"type": "string",
4648-
"documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion is enabled.",
4653+
"documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion or Timecode track is enabled.",
46494654
"enum": [
46504655
"DISABLED",
46514656
"ENABLED"
@@ -7635,7 +7640,7 @@
76357640
"documentation": "Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a separate XML file. Specify the Amazon S3 location for the metadata XML file. MediaConvert uses this file to provide global and frame-level metadata for Dolby Vision preprocessing. When you specify a file here and your input also has interleaved global and frame level metadata, MediaConvert ignores the interleaved metadata and uses only the the metadata from this external XML file. Note that your IAM service role must grant MediaConvert read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html."
76367641
},
76377642
"FileInput": {
7638-
"shape": "__stringPatternS3Https",
7643+
"shape": "__stringMax2048PatternS3Https",
76397644
"locationName": "fileInput",
76407645
"documentation": "Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. If your input format is IMF, specify your input by providing the path to your CPL. For example, \"s3://bucket/vf/cpl.xml\". If the CPL is in an incomplete IMP, make sure to use *Supplemental IMPs* to specify any supplemental IMPs that contain assets referenced by the CPL."
76417646
},
@@ -8276,7 +8281,7 @@
82768281
"FollowSource": {
82778282
"shape": "__integerMin1Max150",
82788283
"locationName": "followSource",
8279-
"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."
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."
82808285
},
82818286
"Inputs": {
82828287
"shape": "__listOfInput",
@@ -8447,7 +8452,7 @@
84478452
"FollowSource": {
84488453
"shape": "__integerMin1Max150",
84498454
"locationName": "followSource",
8450-
"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."
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."
84518456
},
84528457
"Inputs": {
84538458
"shape": "__listOfInputTemplate",
@@ -10779,7 +10784,7 @@
1077910784
"documentation": "Container specific settings."
1078010785
},
1078110786
"Extension": {
10782-
"shape": "__string",
10787+
"shape": "__stringMax256",
1078310788
"locationName": "extension",
1078410789
"documentation": "Use Extension to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)"
1078510790
},
@@ -10852,7 +10857,7 @@
1085210857
"documentation": "Use Custom Group Name to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores."
1085310858
},
1085410859
"Name": {
10855-
"shape": "__string",
10860+
"shape": "__stringMax2048",
1085610861
"locationName": "name",
1085710862
"documentation": "Name of the output group"
1085810863
},
@@ -11450,6 +11455,14 @@
1145011455
},
1145111456
"documentation": "Use Manual audio remixing to adjust audio levels for each audio channel in each output of your job. With audio remixing, you can output more or fewer audio channels than your input audio source provides."
1145211457
},
11458+
"RemoveRubyReserveAttributes": {
11459+
"type": "string",
11460+
"documentation": "Optionally remove any tts:rubyReserve attributes present in your input, that do not have a tts:ruby attribute in the same element, from your output. Use if your vertical Japanese output captions have alignment issues. To remove ruby reserve attributes when present: Choose Enabled. To not remove any ruby reserve attributes: Keep the default value, Disabled.",
11461+
"enum": [
11462+
"DISABLED",
11463+
"ENABLED"
11464+
]
11465+
},
1145311466
"RenewalType": {
1145411467
"type": "string",
1145511468
"documentation": "Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.",
@@ -12053,6 +12066,14 @@
1205312066
"SPECIFIEDSTART"
1205412067
]
1205512068
},
12069+
"TimecodeTrack": {
12070+
"type": "string",
12071+
"documentation": "To include a timecode track in your MP4 output: Choose Enabled. MediaConvert writes the timecode track in the Null Media Header box (NMHD), without any timecode text formatting information. You can also specify dropframe or non-dropframe timecode under the Drop Frame Timecode setting. To not include a timecode track: Keep the default value, Disabled.",
12072+
"enum": [
12073+
"DISABLED",
12074+
"ENABLED"
12075+
]
12076+
},
1205612077
"TimedMetadata": {
1205712078
"type": "string",
1205812079
"documentation": "Set ID3 metadata to Passthrough to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period, and Custom ID3 metadata inserter. To exclude this ID3 metadata in this output: set ID3 metadata to None or leave blank.",
@@ -12670,7 +12691,7 @@
1267012691
"DropFrameTimecode": {
1267112692
"shape": "DropFrameTimecode",
1267212693
"locationName": "dropFrameTimecode",
12673-
"documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion is enabled."
12694+
"documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion or Timecode track is enabled."
1267412695
},
1267512696
"FixedAfd": {
1267612697
"shape": "__integerMin0Max15",
@@ -12707,6 +12728,11 @@
1270712728
"locationName": "timecodeInsertion",
1270812729
"documentation": "Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode insertion to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from the input. If none are present, the service will set the timecode for the first output frame to zero. To change this default behavior, adjust the settings under Timecode configuration. In the console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode source under input settings does not affect the timecodes that are inserted in the output. Source under Job settings > Timecode configuration does."
1270912730
},
12731+
"TimecodeTrack": {
12732+
"shape": "TimecodeTrack",
12733+
"locationName": "timecodeTrack",
12734+
"documentation": "To include a timecode track in your MP4 output: Choose Enabled. MediaConvert writes the timecode track in the Null Media Header box (NMHD), without any timecode text formatting information. You can also specify dropframe or non-dropframe timecode under the Drop Frame Timecode setting. To not include a timecode track: Keep the default value, Disabled."
12735+
},
1271012736
"VideoPreprocessors": {
1271112737
"shape": "VideoPreprocessor",
1271212738
"locationName": "videoPreprocessors",
@@ -14621,6 +14647,19 @@
1462114647
"type": "string",
1462214648
"max": 1000
1462314649
},
14650+
"__stringMax2048": {
14651+
"type": "string",
14652+
"max": 2048
14653+
},
14654+
"__stringMax2048PatternS3Https": {
14655+
"type": "string",
14656+
"max": 2048,
14657+
"pattern": "^s3://([^\\/]+\\/+)+((([^\\/]*)))|^https?://[^\\/].*[^&]$"
14658+
},
14659+
"__stringMax256": {
14660+
"type": "string",
14661+
"max": 256
14662+
},
1462414663
"__stringMin0": {
1462514664
"type": "string",
1462614665
"min": 0

0 commit comments

Comments
 (0)