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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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.



14324
14325
14326
14327
14328
14329
14330
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14324

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)


14324
14325
14326
14327
14328
14329
14330
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14324

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)


14324
14325
14326
14327
14328
14329
14330
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14324

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