Class: Aws::MediaConvert::Types::VideoOverlayInput

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_selectorsHash<String,Types::AudioSelector>

Use Audio selectors to specify audio to use during your Video overlay. You can use multiple Audio selectors per Video overlay. When you include an Audio selector within a Video overlay, MediaConvert mutes any Audio selectors with the same name from the underlying input. For example, if your underlying input has Audio selector 1 and Audio selector 2, and your Video overlay only has Audio selector 1, then MediaConvert replaces all audio for Audio selector 1 during the Video overlay. To replace all audio for all Audio selectors from the underlying input by using a single Audio selector in your overlay, set DefaultSelection to DEFAULT (Check \"Use as default\" in the MediaConvert console).

Returns:



14882
14883
14884
14885
14886
14887
14888
14889
14890
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14882

class VideoOverlayInput < Struct.new(
  :audio_selectors,
  :file_input,
  :input_clippings,
  :timecode_source,
  :timecode_start)
  SENSITIVE = []
  include Aws::Structure
end

#file_inputString

Specify the input file S3, HTTP, or HTTPS URL for your video overlay. To specify one or more Transitions for your base input video instead: Leave blank.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14882

class VideoOverlayInput < Struct.new(
  :audio_selectors,
  :file_input,
  :input_clippings,
  :timecode_source,
  :timecode_start)
  SENSITIVE = []
  include Aws::Structure
end

#input_clippingsArray<Types::VideoOverlayInputClipping>

Specify one or more clips to use from your video overlay. When you include an input clip, you must also specify its start timecode, end timecode, or both start and end timecode.



14882
14883
14884
14885
14886
14887
14888
14889
14890
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14882

class VideoOverlayInput < Struct.new(
  :audio_selectors,
  :file_input,
  :input_clippings,
  :timecode_source,
  :timecode_start)
  SENSITIVE = []
  include Aws::Structure
end

#timecode_sourceString

Specify the timecode source for your video overlay input clips. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14882

class VideoOverlayInput < Struct.new(
  :audio_selectors,
  :file_input,
  :input_clippings,
  :timecode_source,
  :timecode_start)
  SENSITIVE = []
  include Aws::Structure
end

#timecode_startString

Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14882

class VideoOverlayInput < Struct.new(
  :audio_selectors,
  :file_input,
  :input_clippings,
  :timecode_source,
  :timecode_start)
  SENSITIVE = []
  include Aws::Structure
end