Method: Aws::MediaConvert::Types::VideoPreprocessor#deinterlacer

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

#deinterlacerTypes::Deinterlacer

Use the deinterlacer to produce smoother motion and a clearer picture. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.

Returns:



14510
14511
14512
14513
14514
14515
14516
14517
14518
14519
14520
14521
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14510

class VideoPreprocessor < Struct.new(
  :color_corrector,
  :deinterlacer,
  :dolby_vision,
  :hdr_10_plus,
  :image_inserter,
  :noise_reducer,
  :partner_watermarking,
  :timecode_burnin)
  SENSITIVE = []
  include Aws::Structure
end