public static interface BurninDestinationSettings.Builder extends SdkPojo, CopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
BurninDestinationSettings.Builder |
alignment(BurninSubtitleAlignment alignment)
Specify the alignment of your captions.
|
BurninDestinationSettings.Builder |
alignment(String alignment)
Specify the alignment of your captions.
|
BurninDestinationSettings.Builder |
applyFontColor(BurninSubtitleApplyFontColor applyFontColor)
Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor)
set to Black, Yellow, Red, Green, Blue, or Hex.
|
BurninDestinationSettings.Builder |
applyFontColor(String applyFontColor)
Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor)
set to Black, Yellow, Red, Green, Blue, or Hex.
|
BurninDestinationSettings.Builder |
backgroundColor(BurninSubtitleBackgroundColor backgroundColor)
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
backgroundColor(String backgroundColor)
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
backgroundOpacity(Integer backgroundOpacity)
Specify the opacity of the background rectangle.
|
BurninDestinationSettings.Builder |
fallbackFont(BurninSubtitleFallbackFont fallbackFont)
Specify the font that you want the service to use for your burn in captions when your input captions specify
a font that MediaConvert doesn't support.
|
BurninDestinationSettings.Builder |
fallbackFont(String fallbackFont)
Specify the font that you want the service to use for your burn in captions when your input captions specify
a font that MediaConvert doesn't support.
|
BurninDestinationSettings.Builder |
fontColor(BurninSubtitleFontColor fontColor)
Specify the color of the burned-in captions text.
|
BurninDestinationSettings.Builder |
fontColor(String fontColor)
Specify the color of the burned-in captions text.
|
BurninDestinationSettings.Builder |
fontOpacity(Integer fontOpacity)
Specify the opacity of the burned-in captions.
|
BurninDestinationSettings.Builder |
fontResolution(Integer fontResolution)
Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
BurninDestinationSettings.Builder |
fontScript(FontScript fontScript)
Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically
determine the font script in your input captions.
|
BurninDestinationSettings.Builder |
fontScript(String fontScript)
Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically
determine the font script in your input captions.
|
BurninDestinationSettings.Builder |
fontSize(Integer fontSize)
Specify the Font size (FontSize) in pixels.
|
BurninDestinationSettings.Builder |
hexFontColor(String hexFontColor)
Ignore this setting unless your Font color is set to Hex.
|
BurninDestinationSettings.Builder |
outlineColor(BurninSubtitleOutlineColor outlineColor)
Specify font outline color.
|
BurninDestinationSettings.Builder |
outlineColor(String outlineColor)
Specify font outline color.
|
BurninDestinationSettings.Builder |
outlineSize(Integer outlineSize)
Specify the Outline size (OutlineSize) of the caption text, in pixels.
|
BurninDestinationSettings.Builder |
shadowColor(BurninSubtitleShadowColor shadowColor)
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
shadowColor(String shadowColor)
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
shadowOpacity(Integer shadowOpacity)
Specify the opacity of the shadow.
|
BurninDestinationSettings.Builder |
shadowXOffset(Integer shadowXOffset)
Specify the horizontal offset of the shadow, relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
shadowYOffset(Integer shadowYOffset)
Specify the vertical offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
stylePassthrough(BurnInSubtitleStylePassthrough stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions.
|
BurninDestinationSettings.Builder |
stylePassthrough(String stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions.
|
BurninDestinationSettings.Builder |
teletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing)
Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies
depending on letter width.
|
BurninDestinationSettings.Builder |
teletextSpacing(String teletextSpacing)
Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies
depending on letter width.
|
BurninDestinationSettings.Builder |
xPosition(Integer xPosition)
Specify the horizontal position (XPosition) of the captions, relative to the left side of the output in
pixels.
|
BurninDestinationSettings.Builder |
yPosition(Integer yPosition)
Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBurninDestinationSettings.Builder alignment(String alignment)
alignment - Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to
centered will placethe captions at the bottom center of the output. Similarly, setting a left
alignment willalign captions to the bottom left of the output. If x and y positions are given in
conjunction with the alignment parameter, the font will be justified (either left or centered)
relative to those coordinates.BurninSubtitleAlignment,
BurninSubtitleAlignmentBurninDestinationSettings.Builder alignment(BurninSubtitleAlignment alignment)
alignment - Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to
centered will placethe captions at the bottom center of the output. Similarly, setting a left
alignment willalign captions to the bottom left of the output. If x and y positions are given in
conjunction with the alignment parameter, the font will be justified (either left or centered)
relative to those coordinates.BurninSubtitleAlignment,
BurninSubtitleAlignmentBurninDestinationSettings.Builder applyFontColor(String applyFontColor)
applyFontColor - Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color
(FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for
additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank,
your font color setting only applies to white text in your input captions. For example, if your font
color setting is Yellow, and your input captions have red and white text, your output captions will
have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your
output captions text.BurninSubtitleApplyFontColor,
BurninSubtitleApplyFontColorBurninDestinationSettings.Builder applyFontColor(BurninSubtitleApplyFontColor applyFontColor)
applyFontColor - Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color
(FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for
additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank,
your font color setting only applies to white text in your input captions. For example, if your font
color setting is Yellow, and your input captions have red and white text, your output captions will
have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your
output captions text.BurninSubtitleApplyFontColor,
BurninSubtitleApplyFontColorBurninDestinationSettings.Builder backgroundColor(String backgroundColor)
backgroundColor - Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank
and set Style passthrough (StylePassthrough) to enabled to use the background color data from your
input captions, if present.BurninSubtitleBackgroundColor,
BurninSubtitleBackgroundColorBurninDestinationSettings.Builder backgroundColor(BurninSubtitleBackgroundColor backgroundColor)
backgroundColor - Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank
and set Style passthrough (StylePassthrough) to enabled to use the background color data from your
input captions, if present.BurninSubtitleBackgroundColor,
BurninSubtitleBackgroundColorBurninDestinationSettings.Builder backgroundOpacity(Integer backgroundOpacity)
backgroundOpacity - Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent
and 255 is opaque. If Style passthrough (StylePassthrough) is set to enabled, leave blank to pass
through the background style information in your input captions to your output captions. If Style
passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your
output captions.BurninDestinationSettings.Builder fallbackFont(String fallbackFont)
fallbackFont - Specify the font that you want the service to use for your burn in captions when your input captions
specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best
match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the
font that your input captions specify. When there are multiple unsupported fonts in your input
captions, MediaConvert matches each font with the supported font that matches best. When you
explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts
from your input.BurninSubtitleFallbackFont,
BurninSubtitleFallbackFontBurninDestinationSettings.Builder fallbackFont(BurninSubtitleFallbackFont fallbackFont)
fallbackFont - Specify the font that you want the service to use for your burn in captions when your input captions
specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best
match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the
font that your input captions specify. When there are multiple unsupported fonts in your input
captions, MediaConvert matches each font with the supported font that matches best. When you
explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts
from your input.BurninSubtitleFallbackFont,
BurninSubtitleFallbackFontBurninDestinationSettings.Builder fontColor(String fontColor)
fontColor - Specify the color of the burned-in captions text. Leave Font color (FontColor) blank and set Style
passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if
present.BurninSubtitleFontColor,
BurninSubtitleFontColorBurninDestinationSettings.Builder fontColor(BurninSubtitleFontColor fontColor)
fontColor - Specify the color of the burned-in captions text. Leave Font color (FontColor) blank and set Style
passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if
present.BurninSubtitleFontColor,
BurninSubtitleFontColorBurninDestinationSettings.Builder fontOpacity(Integer fontOpacity)
fontOpacity - Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.BurninDestinationSettings.Builder fontResolution(Integer fontResolution)
fontResolution - Specify the Font resolution (FontResolution) in DPI (dots per inch).BurninDestinationSettings.Builder fontScript(String fontScript)
fontScript - Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically
determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or
Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.FontScript,
FontScriptBurninDestinationSettings.Builder fontScript(FontScript fontScript)
fontScript - Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically
determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or
Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.FontScript,
FontScriptBurninDestinationSettings.Builder fontSize(Integer fontSize)
fontSize - Specify the Font size (FontSize) in pixels. Must be a positive integer. Set to 0, or leave blank, for
automatic font size.BurninDestinationSettings.Builder hexFontColor(String hexFontColor)
hexFontColor - Ignore this setting unless your Font color is set to Hex. Enter either six or eight hexidecimal
digits, representing red, green, and blue, with two optional extra digits for alpha. For example a
value of 1122AABB is a red value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha
value of 0xBB.BurninDestinationSettings.Builder outlineColor(String outlineColor)
outlineColor - Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough
(StylePassthrough) to enabled to use the font outline color data from your input captions, if present.BurninSubtitleOutlineColor,
BurninSubtitleOutlineColorBurninDestinationSettings.Builder outlineColor(BurninSubtitleOutlineColor outlineColor)
outlineColor - Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough
(StylePassthrough) to enabled to use the font outline color data from your input captions, if present.BurninSubtitleOutlineColor,
BurninSubtitleOutlineColorBurninDestinationSettings.Builder outlineSize(Integer outlineSize)
outlineSize - Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave Outline size blank and
set Style passthrough (StylePassthrough) to enabled to use the outline size data from your input
captions, if present.BurninDestinationSettings.Builder shadowColor(String shadowColor)
shadowColor - Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set
Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions,
if present.BurninSubtitleShadowColor,
BurninSubtitleShadowColorBurninDestinationSettings.Builder shadowColor(BurninSubtitleShadowColor shadowColor)
shadowColor - Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set
Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions,
if present.BurninSubtitleShadowColor,
BurninSubtitleShadowColorBurninDestinationSettings.Builder shadowOpacity(Integer shadowOpacity)
shadowOpacity - Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is
opaque. If Style passthrough (StylePassthrough) is set to Enabled, leave Shadow opacity
(ShadowOpacity) blank to pass through the shadow style information in your input captions to your
output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove
all shadows from your output captions.BurninDestinationSettings.Builder shadowXOffset(Integer shadowXOffset)
shadowXOffset - Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would
result in a shadow offset 2 pixels to the left.BurninDestinationSettings.Builder shadowYOffset(Integer shadowYOffset)
shadowYOffset - Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would
result in a shadow offset 2 pixels above the text. Leave Shadow y-offset (ShadowYOffset) blank and set
Style passthrough (StylePassthrough) to enabled to use the shadow y-offset data from your input
captions, if present.BurninDestinationSettings.Builder stylePassthrough(String stylePassthrough)
stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to
ignore the style and position information from your input captions and use default settings: white
text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style
passthrough to enabled or not, you can also choose to manually override any of the individual style
and position settings.BurnInSubtitleStylePassthrough,
BurnInSubtitleStylePassthroughBurninDestinationSettings.Builder stylePassthrough(BurnInSubtitleStylePassthrough stylePassthrough)
stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to
ignore the style and position information from your input captions and use default settings: white
text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style
passthrough to enabled or not, you can also choose to manually override any of the individual style
and position settings.BurnInSubtitleStylePassthrough,
BurnInSubtitleStylePassthroughBurninDestinationSettings.Builder teletextSpacing(String teletextSpacing)
teletextSpacing - Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or
varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified
in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to
read for closed captions.BurninSubtitleTeletextSpacing,
BurninSubtitleTeletextSpacingBurninDestinationSettings.Builder teletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing)
teletextSpacing - Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or
varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified
in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to
read for closed captions.BurninSubtitleTeletextSpacing,
BurninSubtitleTeletextSpacingBurninDestinationSettings.Builder xPosition(Integer xPosition)
xPosition - Specify the horizontal position (XPosition) of the captions, relative to the left side of the output
in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output.
If no explicit x_position is provided, the horizontal caption position will be determined by the
alignment parameter.BurninDestinationSettings.Builder yPosition(Integer yPosition)
yPosition - Specify the vertical position (YPosition) of the captions, relative to the top of the output in
pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If
no explicit y_position is provided, the caption will be positioned towards the bottom of the output.Copyright © 2023. All rights reserved.