Class: Aws::Types::H265Settings
- Inherits:
-
Object
- Object
- Aws::Types::H265Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
-
#alternate_transfer_function_sei ⇒ "DISABLED", "ENABLED"
Returns the value of attribute alternate_transfer_function_sei.
-
#bandwidth_reduction_filter ⇒ Types::BandwidthReductionFilter
Returns the value of attribute bandwidth_reduction_filter.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#codec_level ⇒ "AUTO", ...
Returns the value of attribute codec_level.
-
#codec_profile ⇒ "MAIN_MAIN", ...
Returns the value of attribute codec_profile.
-
#deblocking ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblocking.
-
#dynamic_sub_gop ⇒ "ADAPTIVE", "STATIC"
Returns the value of attribute dynamic_sub_gop.
-
#end_of_stream_markers ⇒ "INCLUDE", "SUPPRESS"
Returns the value of attribute end_of_stream_markers.
-
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
-
#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_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
-
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
-
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
-
#gop_size_units ⇒ "FRAMES", ...
Returns the value of attribute gop_size_units.
-
#hrd_buffer_final_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_final_fill_percentage.
-
#hrd_buffer_initial_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_initial_fill_percentage.
-
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
-
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
-
#mv_over_picture_boundaries ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mv_over_picture_boundaries.
-
#mv_temporal_predictor ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mv_temporal_predictor.
-
#number_b_frames_between_reference_frames ⇒ ::Integer
Returns the value of attribute number_b_frames_between_reference_frames.
-
#number_reference_frames ⇒ ::Integer
Returns the value of attribute number_reference_frames.
-
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
-
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
-
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
-
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
-
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
-
#qvbr_settings ⇒ Types::H265QvbrSettings
Returns the value of attribute qvbr_settings.
-
#rate_control_mode ⇒ "VBR", ...
Returns the value of attribute rate_control_mode.
-
#sample_adaptive_offset_filter_mode ⇒ "DEFAULT", ...
Returns the value of attribute sample_adaptive_offset_filter_mode.
-
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
-
#scene_change_detect ⇒ "DISABLED", ...
Returns the value of attribute scene_change_detect.
-
#slices ⇒ ::Integer
Returns the value of attribute slices.
-
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
-
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
-
#telecine ⇒ "NONE", ...
Returns the value of attribute telecine.
-
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
-
#temporal_ids ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_ids.
-
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
-
#tile_padding ⇒ "NONE", "PADDED"
Returns the value of attribute tile_padding.
-
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
-
#tiles ⇒ "DISABLED", "ENABLED"
Returns the value of attribute tiles.
-
#tree_block_size ⇒ "AUTO", "TREE_SIZE_32X32"
Returns the value of attribute tree_block_size.
-
#unregistered_sei_timecode ⇒ "DISABLED", "ENABLED"
Returns the value of attribute unregistered_sei_timecode.
-
#write_mp_4_packaging_type ⇒ "HVC1", "HEV1"
Returns the value of attribute write_mp_4_packaging_type.
Instance Attribute Details
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def adaptive_quantization @adaptive_quantization end |
#alternate_transfer_function_sei ⇒ "DISABLED", "ENABLED"
Returns the value of attribute alternate_transfer_function_sei.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def alternate_transfer_function_sei @alternate_transfer_function_sei end |
#bandwidth_reduction_filter ⇒ Types::BandwidthReductionFilter
Returns the value of attribute bandwidth_reduction_filter.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def bandwidth_reduction_filter @bandwidth_reduction_filter end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def bitrate @bitrate end |
#codec_level ⇒ "AUTO", ...
Returns the value of attribute codec_level.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def codec_level @codec_level end |
#codec_profile ⇒ "MAIN_MAIN", ...
Returns the value of attribute codec_profile.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def codec_profile @codec_profile end |
#deblocking ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblocking.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def deblocking @deblocking end |
#dynamic_sub_gop ⇒ "ADAPTIVE", "STATIC"
Returns the value of attribute dynamic_sub_gop.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def dynamic_sub_gop @dynamic_sub_gop end |
#end_of_stream_markers ⇒ "INCLUDE", "SUPPRESS"
Returns the value of attribute end_of_stream_markers.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def end_of_stream_markers @end_of_stream_markers end |
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def flicker_adaptive_quantization @flicker_adaptive_quantization end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def framerate_numerator @framerate_numerator end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def gop_closed_cadence @gop_closed_cadence end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", ...
Returns the value of attribute gop_size_units.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def gop_size_units @gop_size_units end |
#hrd_buffer_final_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_final_fill_percentage.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def hrd_buffer_final_fill_percentage @hrd_buffer_final_fill_percentage end |
#hrd_buffer_initial_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_initial_fill_percentage.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def hrd_buffer_initial_fill_percentage @hrd_buffer_initial_fill_percentage end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def hrd_buffer_size @hrd_buffer_size end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def interlace_mode @interlace_mode end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def max_bitrate @max_bitrate end |
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def min_i_interval @min_i_interval end |
#mv_over_picture_boundaries ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mv_over_picture_boundaries.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def mv_over_picture_boundaries @mv_over_picture_boundaries end |
#mv_temporal_predictor ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mv_temporal_predictor.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def mv_temporal_predictor @mv_temporal_predictor end |
#number_b_frames_between_reference_frames ⇒ ::Integer
Returns the value of attribute number_b_frames_between_reference_frames.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def number_b_frames_between_reference_frames @number_b_frames_between_reference_frames end |
#number_reference_frames ⇒ ::Integer
Returns the value of attribute number_reference_frames.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def number_reference_frames @number_reference_frames end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def par_numerator @par_numerator end |
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def per_frame_metrics @per_frame_metrics end |
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def quality_tuning_level @quality_tuning_level end |
#qvbr_settings ⇒ Types::H265QvbrSettings
Returns the value of attribute qvbr_settings.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def qvbr_settings @qvbr_settings end |
#rate_control_mode ⇒ "VBR", ...
Returns the value of attribute rate_control_mode.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def rate_control_mode @rate_control_mode end |
#sample_adaptive_offset_filter_mode ⇒ "DEFAULT", ...
Returns the value of attribute sample_adaptive_offset_filter_mode.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def sample_adaptive_offset_filter_mode @sample_adaptive_offset_filter_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def scan_type_conversion_mode @scan_type_conversion_mode end |
#scene_change_detect ⇒ "DISABLED", ...
Returns the value of attribute scene_change_detect.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def scene_change_detect @scene_change_detect end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def slices @slices end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def slow_pal @slow_pal end |
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def spatial_adaptive_quantization @spatial_adaptive_quantization end |
#telecine ⇒ "NONE", ...
Returns the value of attribute telecine.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def telecine @telecine end |
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def temporal_adaptive_quantization @temporal_adaptive_quantization end |
#temporal_ids ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_ids.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def temporal_ids @temporal_ids end |
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def tile_height @tile_height end |
#tile_padding ⇒ "NONE", "PADDED"
Returns the value of attribute tile_padding.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def tile_padding @tile_padding end |
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def tile_width @tile_width end |
#tiles ⇒ "DISABLED", "ENABLED"
Returns the value of attribute tiles.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def tiles @tiles end |
#tree_block_size ⇒ "AUTO", "TREE_SIZE_32X32"
Returns the value of attribute tree_block_size.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def tree_block_size @tree_block_size end |
#unregistered_sei_timecode ⇒ "DISABLED", "ENABLED"
Returns the value of attribute unregistered_sei_timecode.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def unregistered_sei_timecode @unregistered_sei_timecode end |
#write_mp_4_packaging_type ⇒ "HVC1", "HEV1"
Returns the value of attribute write_mp_4_packaging_type.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def write_mp_4_packaging_type @write_mp_4_packaging_type end |