Skip to content

/AWS1/CL_MDCVIDEOOVERLAYINPUT

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

CONSTRUCTOR

IMPORTING

Optional arguments:

it_audioselectors TYPE /AWS1/CL_MDCAUDIOSELECTOR=>TT___MAPOFAUDIOSELECTOR TT___MAPOFAUDIOSELECTOR

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).

iv_fileinput TYPE /AWS1/MDC__STRINGPATS3HTTPS /AWS1/MDC__STRINGPATS3HTTPS

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.

it_inputclippings TYPE /AWS1/CL_MDCVIDEOOVERLAYINPC00=>TT___LSTOFVIDEOOVERLAYINPCLI00 TT___LSTOFVIDEOOVERLAYINPCLI00

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.

iv_timecodesource TYPE /AWS1/MDCINPUTTIMECODESOURCE /AWS1/MDCINPUTTIMECODESOURCE

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.

iv_timecodestart TYPE /AWS1/MDC__STRMIN11MAX11PAT000 /AWS1/MDC__STRMIN11MAX11PAT000

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


Queryable Attributes

AudioSelectors

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).

Accessible with the following methods

Method Description
GET_AUDIOSELECTORS() Getter for AUDIOSELECTORS, with configurable default
ASK_AUDIOSELECTORS() Getter for AUDIOSELECTORS w/ exceptions if field has no valu
HAS_AUDIOSELECTORS() Determine if AUDIOSELECTORS has a value

FileInput

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.

Accessible with the following methods

Method Description
GET_FILEINPUT() Getter for FILEINPUT, with configurable default
ASK_FILEINPUT() Getter for FILEINPUT w/ exceptions if field has no value
HAS_FILEINPUT() Determine if FILEINPUT has a value

InputClippings

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.

Accessible with the following methods

Method Description
GET_INPUTCLIPPINGS() Getter for INPUTCLIPPINGS, with configurable default
ASK_INPUTCLIPPINGS() Getter for INPUTCLIPPINGS w/ exceptions if field has no valu
HAS_INPUTCLIPPINGS() Determine if INPUTCLIPPINGS has a value

TimecodeSource

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.

Accessible with the following methods

Method Description
GET_TIMECODESOURCE() Getter for TIMECODESOURCE, with configurable default
ASK_TIMECODESOURCE() Getter for TIMECODESOURCE w/ exceptions if field has no valu
HAS_TIMECODESOURCE() Determine if TIMECODESOURCE has a value

TimecodeStart

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

Accessible with the following methods

Method Description
GET_TIMECODESTART() Getter for TIMECODESTART, with configurable default
ASK_TIMECODESTART() Getter for TIMECODESTART w/ exceptions if field has no value
HAS_TIMECODESTART() Determine if TIMECODESTART has a value