Skip to content

Commit

Permalink
feat(client-mediaconvert): AWS Elemental MediaConvert SDK now support…
Browse files Browse the repository at this point in the history
…s passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.
  • Loading branch information
awstools committed Mar 23, 2023
1 parent 6833ff3 commit 6a83a5c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion clients/client-mediaconvert/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ export interface DvbSubDestinationSettings {
BackgroundOpacity?: number;

/**
* Specify how MediaConvert handles the display definition segment (DDS). Keep the default, None (NONE), to exclude the DDS from this set of captions. Choose No display window (NO_DISPLAY_WINDOW) to have MediaConvert include the DDS but not include display window data. In this case, MediaConvert writes that information to the page composition segment (PCS) instead. Choose Specify (SPECIFIED) to have MediaConvert set up the display window based on the values that you specify in related job settings. For video resolutions that are 576 pixels or smaller in height, MediaConvert doesn't include the DDS, regardless of the value you choose for DDS handling (ddsHandling). In this case, it doesn't write the display window data to the PCS either. Related settings: Use the settings DDS x-coordinate (ddsXCoordinate) and DDS y-coordinate (ddsYCoordinate) to specify the offset between the top left corner of the display window and the top left corner of the video frame. All burn-in and DVB-Sub font settings must match.
* Specify how MediaConvert handles the display definition segment (DDS). To exclude the DDS from this set of captions: Keep the default, None. To include the DDS: Choose Specified. When you do, also specify the offset coordinates of the display window with DDS x-coordinate and DDS y-coordinate. To include the DDS, but not include display window data: Choose No display window. When you do, you can write position metadata to the page composition segment (PCS) with DDS x-coordinate and DDS y-coordinate. For video resolutions with a height of 576 pixels or less, MediaConvert doesn't include the DDS, regardless of the value you choose for DDS handling. All burn-in and DVB-Sub font settings must match.
*/
DdsHandling?: DvbddsHandling | string;

Expand Down
2 changes: 1 addition & 1 deletion clients/client-mediaconvert/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ export interface MovSettings {
Mpeg2FourCCControl?: MovMpeg2FourCCControl | string;

/**
* To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding.
* Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.
*/
PaddingControl?: MovPaddingControl | string;

Expand Down
Loading

0 comments on commit 6a83a5c

Please sign in to comment.