Class: Aws::MediaConvert::Types::AdvancedInputFilterSettings

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

Overview

Optional settings for Advanced input filter when you set Advanced input filter to Enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_textureString

Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.

Returns:

  • (String)


245
246
247
248
249
250
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 245

class AdvancedInputFilterSettings < Struct.new(
  :add_texture,
  :sharpening)
  SENSITIVE = []
  include Aws::Structure
end

#sharpeningString

Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.

Returns:

  • (String)


245
246
247
248
249
250
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 245

class AdvancedInputFilterSettings < Struct.new(
  :add_texture,
  :sharpening)
  SENSITIVE = []
  include Aws::Structure
end