VideoOverlayInput

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the input file S3, HTTP, or HTTPS URI for your video overlay. For consistency in color and formatting in your output video image, we recommend that you specify a video with similar characteristics as the underlying input video.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: VideoOverlayInput.Builder.() -> Unit = {}): VideoOverlayInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String