Skip to content

Commit

Permalink
docs(client-mediaconvert): This release includes improved color handl…
Browse files Browse the repository at this point in the history
…ing of overlays and general updates to user documentation.
  • Loading branch information
awstools committed Jun 30, 2023
1 parent d7299d5 commit f250671
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions clients/client-mediaconvert/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,7 @@ export interface AncillarySourceSettings {
*/
export interface DvbSubSourceSettings {
/**
* When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
* When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
*/
Pid?: number;
}
Expand Down Expand Up @@ -3386,12 +3386,12 @@ export interface CaptionSourceSettings {
*/
export interface CaptionSelector {
/**
* The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
* The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
*/
CustomLanguageCode?: string;

/**
* The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
* The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
*/
LanguageCode?: LanguageCode | string;

Expand Down Expand Up @@ -6277,7 +6277,7 @@ export interface HlsGroupSettings {
SegmentLengthControl?: HlsSegmentLengthControl | string;

/**
* Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.
* Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.
*/
SegmentsPerSubdirectory?: number;

Expand Down
6 changes: 3 additions & 3 deletions clients/client-mediaconvert/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ export interface MxfSettings {
AfdSignaling?: MxfAfdSignaling | string;

/**
* Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
* Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
*/
Profile?: MxfProfile | string;

Expand Down Expand Up @@ -4715,7 +4715,7 @@ export interface VideoCodecSettings {
AvcIntraSettings?: AvcIntraSettings;

/**
* Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
* Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
*/
Codec?: VideoCodec | string;

Expand Down Expand Up @@ -5398,7 +5398,7 @@ export interface VideoPreprocessor {
DolbyVision?: DolbyVision;

/**
* Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.
* Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
*/
Hdr10Plus?: Hdr10Plus;

Expand Down
16 changes: 8 additions & 8 deletions codegen/sdk-codegen/aws-models/mediaconvert.json
Original file line number Diff line number Diff line change
Expand Up @@ -3303,14 +3303,14 @@
"CustomLanguageCode": {
"target": "com.amazonaws.mediaconvert#__stringMin3Max3PatternAZaZ3",
"traits": {
"smithy.api#documentation": "The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.",
"smithy.api#documentation": "The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.",
"smithy.api#jsonName": "customLanguageCode"
}
},
"LanguageCode": {
"target": "com.amazonaws.mediaconvert#LanguageCode",
"traits": {
"smithy.api#documentation": "The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.",
"smithy.api#documentation": "The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.",
"smithy.api#jsonName": "languageCode"
}
},
Expand Down Expand Up @@ -7028,7 +7028,7 @@
"Pid": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
"smithy.api#documentation": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.",
"smithy.api#documentation": "When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.",
"smithy.api#jsonName": "pid"
}
}
Expand Down Expand Up @@ -11857,7 +11857,7 @@
"SegmentsPerSubdirectory": {
"target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
"traits": {
"smithy.api#documentation": "Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.",
"smithy.api#documentation": "Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.",
"smithy.api#jsonName": "segmentsPerSubdirectory"
}
},
Expand Down Expand Up @@ -19233,7 +19233,7 @@
}
},
"traits": {
"smithy.api#documentation": "Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html."
"smithy.api#documentation": "Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html."
}
},
"com.amazonaws.mediaconvert#MxfSettings": {
Expand All @@ -19249,7 +19249,7 @@
"Profile": {
"target": "com.amazonaws.mediaconvert#MxfProfile",
"traits": {
"smithy.api#documentation": "Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.",
"smithy.api#documentation": "Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.",
"smithy.api#jsonName": "profile"
}
},
Expand Down Expand Up @@ -22802,7 +22802,7 @@
"Codec": {
"target": "com.amazonaws.mediaconvert#VideoCodec",
"traits": {
"smithy.api#documentation": "Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.",
"smithy.api#documentation": "Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.",
"smithy.api#jsonName": "codec"
}
},
Expand Down Expand Up @@ -23036,7 +23036,7 @@
"Hdr10Plus": {
"target": "com.amazonaws.mediaconvert#Hdr10Plus",
"traits": {
"smithy.api#documentation": "Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.",
"smithy.api#documentation": "Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.",
"smithy.api#jsonName": "hdr10Plus"
}
},
Expand Down

0 comments on commit f250671

Please sign in to comment.