You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::TimecodeBurnin

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TimecodeBurnin as input to an Aws::Client method, you can use a vanilla Hash:

{
  font_size: 1,
  position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
  prefix: "__stringPattern",
}

Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#font_sizeInteger

Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.

Returns:

  • (Integer)

    Use Font Size (FontSize) to set the font size of any burned-in timecode.

#positionString

Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.

Possible values:

  • TOP_CENTER
  • TOP_LEFT
  • TOP_RIGHT
  • MIDDLE_LEFT
  • MIDDLE_CENTER
  • MIDDLE_RIGHT
  • BOTTOM_LEFT
  • BOTTOM_CENTER
  • BOTTOM_RIGHT

Returns:

  • (String)

    Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.

#prefixString

Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of \"EZ-\" will result in the timecode \"EZ-00:00:00:00\". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.

Returns:

  • (String)

    Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.