Class: Aws::MediaConvert::Types::VideoOverlay

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

Overview

Overlay one or more videos on top of your input video. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timecodeString

Enter the end timecode in the base input video for this overlay. Your overlay will be active through this frame. To display your video overlay for the duration of the base input video: Leave blank. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS isthe second, and FF is the frame number. When entering this value, take into account your choice for the base input video’s timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to end ten minutes into the video, enter 01:10:00:00.

Returns:

  • (String)


13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end

#initial_positionTypes::VideoOverlayPosition

Specify the Initial position of your video overlay. To specify the Initial position of your video overlay, including distance from the left or top edge of the base input video’s frame, or size: Enter a value for X position, Y position, Width, or Height. To use the full frame of the base input video: Leave blank.



13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::VideoOverlayInput

Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.



13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end

#playbackString

Specify whether your video overlay repeats or plays only once. To repeat your video overlay on a loop: Keep the default value, Repeat. Your overlay will repeat for the duration of the base input video. To playback your video overlay only once: Choose Once. With either option, you can end playback at a time that you specify by entering a value for End timecode.

Returns:

  • (String)


13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end

#start_timecodeString

Enter the start timecode in the base input video for this overlay. Your overlay will be active starting with this frame. To display your video overlay starting at the beginning of the base input video: Leave blank. 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 the base input video’s timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your overlay to begin five minutes into the video, enter 01:05:00:00.

Returns:

  • (String)


13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end

#transitionsArray<Types::VideoOverlayTransition>

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.

Returns:



13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13239

class VideoOverlay < Struct.new(
  :end_timecode,
  :initial_position,
  :input,
  :playback,
  :start_timecode,
  :transitions)
  SENSITIVE = []
  include Aws::Structure
end