Class: Aws::MediaConvert::Types::VideoOverlayTransition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Specify one or more Transitions for your video overlay. Use Transitions to reposition or resize your overlay over time. To use the same position and size for the duration of your video overlay: Leave blank. To specify a Transition: Enter a value for Start timecode, End Timecode, X Position, Y Position, Width, or Height.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_positionTypes::VideoOverlayPosition

Specify the ending position for this transition, relative to the base input video’s frame. Your video overlay will move smoothly to this position, beginning at this transition’s Start timecode and ending at this transition’s End timecode.



13440
13441
13442
13443
13444
13445
13446
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13440

class VideoOverlayTransition < Struct.new(
  :end_position,
  :end_timecode,
  :start_timecode)
  SENSITIVE = []
  include Aws::Structure
end

#end_timecodeString

Specify the timecode for when this transition ends. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.

Returns:

  • (String)


13440
13441
13442
13443
13444
13445
13446
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13440

class VideoOverlayTransition < Struct.new(
  :end_position,
  :end_timecode,
  :start_timecode)
  SENSITIVE = []
  include Aws::Structure
end

#start_timecodeString

Specify the timecode for when this transition begins. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When entering this value, take into account your choice for Timecode source.

Returns:

  • (String)


13440
13441
13442
13443
13444
13445
13446
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13440

class VideoOverlayTransition < Struct.new(
  :end_position,
  :end_timecode,
  :start_timecode)
  SENSITIVE = []
  include Aws::Structure
end