Class: Aws::MediaConvert::Types::BurninDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::BurninDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Burn-in is a captions delivery method, rather than a captions format. Burn-in writes the captions directly on your video frames, replacing pixels of video content with the captions. Set up burn-in captions in the same output as your video. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alignment ⇒ String
Specify the alignment of your captions.
-
#apply_font_color ⇒ String
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex.
-
#background_color ⇒ String
Specify the color of the rectangle behind the captions.
-
#background_opacity ⇒ Integer
Specify the opacity of the background rectangle.
-
#fallback_font ⇒ String
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.
-
#font_color ⇒ String
Specify the color of the burned-in captions text.
-
#font_file_bold ⇒ String
Specify a bold TrueType font file to use when rendering your output captions.
-
#font_file_bold_italic ⇒ String
Specify a bold italic TrueType font file to use when rendering your output captions.
-
#font_file_italic ⇒ String
Specify an italic TrueType font file to use when rendering your output captions.
-
#font_file_regular ⇒ String
Specify a regular TrueType font file to use when rendering your output captions.
-
#font_opacity ⇒ Integer
Specify the opacity of the burned-in captions.
-
#font_resolution ⇒ Integer
Specify the Font resolution in DPI (dots per inch).
-
#font_script ⇒ String
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.
-
#font_size ⇒ Integer
Specify the Font size in pixels.
-
#hex_font_color ⇒ String
Ignore this setting unless your Font color is set to Hex.
-
#outline_color ⇒ String
Specify font outline color.
-
#outline_size ⇒ Integer
Specify the Outline size of the caption text, in pixels.
-
#shadow_color ⇒ String
Specify the color of the shadow cast by the captions.
-
#shadow_opacity ⇒ Integer
Specify the opacity of the shadow.
-
#shadow_x_offset ⇒ Integer
Specify the horizontal offset of the shadow, relative to the captions in pixels.
-
#shadow_y_offset ⇒ Integer
Specify the vertical offset of the shadow relative to the captions in pixels.
-
#style_passthrough ⇒ String
To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled.
-
#teletext_spacing ⇒ String
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width.
-
#x_position ⇒ Integer
Specify the horizontal position of the captions, relative to the left side of the output in pixels.
-
#y_position ⇒ Integer
Specify the vertical position of the captions, relative to the top of the output in pixels.
Instance Attribute Details
#alignment ⇒ String
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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#apply_font_color ⇒ String
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#background_color ⇒ String
Specify the color of the rectangle behind the captions. Leave background color blank and set Style passthrough to enabled to use the background color data from your input captions, if present.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#background_opacity ⇒ Integer
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 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#fallback_font ⇒ String
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 to 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_color ⇒ String
Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_file_bold ⇒ String
Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_file_bold_italic ⇒ String
Specify a bold italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and an italic font file.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_file_italic ⇒ String
Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_file_regular ⇒ String
Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_opacity ⇒ Integer
Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_resolution ⇒ Integer
Specify the Font resolution in DPI (dots per inch).
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_script ⇒ String
Set Font script to Automatically determined, 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#font_size ⇒ Integer
Specify the Font size in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#hex_font_color ⇒ String
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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#outline_color ⇒ String
Specify font outline color. Leave Outline color blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#outline_size ⇒ Integer
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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#shadow_color ⇒ String
Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#shadow_opacity ⇒ Integer
Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough is set to Enabled, leave Shadow opacity 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#shadow_x_offset ⇒ Integer
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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#shadow_y_offset ⇒ Integer
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 blank and set Style passthrough to enabled to use the shadow y-offset data from your input captions, if present.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#style_passthrough ⇒ String
To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include 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. You can also override any fonts by manually specifying custom font files.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#teletext_spacing ⇒ String
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#x_position ⇒ Integer
Specify the horizontal position 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |
#y_position ⇒ Integer
Specify the vertical position 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.
1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1595 class BurninDestinationSettings < Struct.new( :alignment, :apply_font_color, :background_color, :background_opacity, :fallback_font, :font_color, :font_file_bold, :font_file_bold_italic, :font_file_italic, :font_file_regular, :font_opacity, :font_resolution, :font_script, :font_size, :hex_font_color, :outline_color, :outline_size, :shadow_color, :shadow_opacity, :shadow_x_offset, :shadow_y_offset, :style_passthrough, :teletext_spacing, :x_position, :y_position) SENSITIVE = [] include Aws::Structure end |