Class: Aws::Types::Av1Settings
- Inherits:
-
Object
- Object
- Aws::Types::Av1Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
-
#bit_depth ⇒ "BIT_8", "BIT_10"
Returns the value of attribute bit_depth.
-
#film_grain_synthesis ⇒ "DISABLED", "ENABLED"
Returns the value of attribute film_grain_synthesis.
-
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
-
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
-
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#number_b_frames_between_reference_frames ⇒ ::Integer
Returns the value of attribute number_b_frames_between_reference_frames.
-
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
-
#qvbr_settings ⇒ Types::Av1QvbrSettings
Returns the value of attribute qvbr_settings.
-
#rate_control_mode ⇒ "QVBR"
Returns the value of attribute rate_control_mode.
-
#slices ⇒ ::Integer
Returns the value of attribute slices.
-
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
Instance Attribute Details
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
226 227 228 |
# File 'sig/types.rbs', line 226 def per_frame_metrics @per_frame_metrics end |
#qvbr_settings ⇒ Types::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.
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.
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.
230 231 232 |
# File 'sig/types.rbs', line 230 def spatial_adaptive_quantization @spatial_adaptive_quantization end |