Method: Aws::MediaConvert::Types::VideoOverlay#crop

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#cropTypes::VideoOverlayCrop

Specify a rectangle of content to crop and use from your video overlay’s input video. When you do, MediaConvert uses the cropped dimensions that you specify under X offset, Y offset, Width, and Height.



14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14693

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