Class: Aws::Types::Av1Settings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_quantization"OFF", ...

Returns the value of attribute adaptive_quantization.

Returns:

  • ("OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX")


216
217
218
# File 'sig/types.rbs', line 216

def adaptive_quantization
  @adaptive_quantization
end

#bit_depth"BIT_8", "BIT_10"

Returns the value of attribute bit_depth.

Returns:

  • ("BIT_8", "BIT_10")


217
218
219
# File 'sig/types.rbs', line 217

def bit_depth
  @bit_depth
end

#film_grain_synthesis"DISABLED", "ENABLED"

Returns the value of attribute film_grain_synthesis.

Returns:

  • ("DISABLED", "ENABLED")


218
219
220
# File 'sig/types.rbs', line 218

def film_grain_synthesis
  @film_grain_synthesis
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


219
220
221
# File 'sig/types.rbs', line 219

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", ...

Returns the value of attribute framerate_conversion_algorithm.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT")


220
221
222
# File 'sig/types.rbs', line 220

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


221
222
223
# File 'sig/types.rbs', line 221

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


222
223
224
# File 'sig/types.rbs', line 222

def framerate_numerator
  @framerate_numerator
end

#gop_size::Float

Returns the value of attribute gop_size.

Returns:

  • (::Float)


223
224
225
# File 'sig/types.rbs', line 223

def gop_size
  @gop_size
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


224
225
226
# File 'sig/types.rbs', line 224

def max_bitrate
  @max_bitrate
end

#number_b_frames_between_reference_frames::Integer

Returns the value of attribute number_b_frames_between_reference_frames.

Returns:

  • (::Integer)


225
226
227
# File 'sig/types.rbs', line 225

def number_b_frames_between_reference_frames
  @number_b_frames_between_reference_frames
end

#per_frame_metrics::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]

Returns the value of attribute per_frame_metrics.

Returns:

  • (::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")])


226
227
228
# File 'sig/types.rbs', line 226

def per_frame_metrics
  @per_frame_metrics
end

#qvbr_settingsTypes::Av1QvbrSettings

Returns the value of attribute qvbr_settings.



227
228
229
# File 'sig/types.rbs', line 227

def qvbr_settings
  @qvbr_settings
end

#rate_control_mode"QVBR"

Returns the value of attribute rate_control_mode.

Returns:

  • ("QVBR")


228
229
230
# File 'sig/types.rbs', line 228

def rate_control_mode
  @rate_control_mode
end

#slices::Integer

Returns the value of attribute slices.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def slices
  @slices
end

#spatial_adaptive_quantization"DISABLED", "ENABLED"

Returns the value of attribute spatial_adaptive_quantization.

Returns:

  • ("DISABLED", "ENABLED")


230
231
232
# File 'sig/types.rbs', line 230

def spatial_adaptive_quantization
  @spatial_adaptive_quantization
end