Class: Aws::MediaConvert::Types::VideoPreprocessor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Find additional transcoding features under Preprocessors. Enable the features at each output individually. These features are disabled by default.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_correctorTypes::ColorCorrector

Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#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:



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#dolby_visionTypes::DolbyVision

Enable Dolby Vision feature to produce Dolby Vision compatible video output.

Returns:



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#hdr_10_plusTypes::Hdr10Plus

Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.

Returns:



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#image_inserterTypes::ImageInserter

Enable the Image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#noise_reducerTypes::NoiseReducer

Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.

Returns:



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#partner_watermarkingTypes::PartnerWatermarking

If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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

#timecode_burninTypes::TimecodeBurnin

Settings for burning the output timecode and specified prefix into the output.



12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12931

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