Interface VideoOverlayInput.Builder

    • Method Detail

      • fileInput

        VideoOverlayInput.Builder fileInput​(String 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputClippings

        VideoOverlayInput.Builder inputClippings​(Collection<VideoOverlayInputClipping> 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputClippings

        VideoOverlayInput.Builder inputClippings​(VideoOverlayInputClipping... 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timecodeSource

        VideoOverlayInput.Builder timecodeSource​(String 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputTimecodeSource, InputTimecodeSource
      • timecodeSource

        VideoOverlayInput.Builder timecodeSource​(InputTimecodeSource 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputTimecodeSource, InputTimecodeSource
      • timecodeStart

        VideoOverlayInput.Builder timecodeStart​(String timecodeStart)
        Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.
        Parameters:
        timecodeStart - Specify the starting timecode for this video overlay. To use this setting, you must set Timecode source to Specified start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.