Class: Aws::MediaConvert::Types::OutputGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::OutputGroupSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Output Group settings, including type
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Settings related to your CMAF output package.
-
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Settings related to your DASH output package.
-
#file_group_settings ⇒ Types::FileGroupSettings
Settings related to your File output group.
-
#hls_group_settings ⇒ Types::HlsGroupSettings
Settings related to your HLS output package.
-
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Settings related to your Microsoft Smooth Streaming output package.
-
#per_frame_metrics ⇒ Array<String>
Optionally choose one or more per frame metric reports to generate along with your output.
-
#type ⇒ String
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF).
Instance Attribute Details
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Settings related to your CMAF output package. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Settings related to your DASH output package. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#file_group_settings ⇒ Types::FileGroupSettings
Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#hls_group_settings ⇒ Types::HlsGroupSettings
Settings related to your HLS output package. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Settings related to your Microsoft Smooth Streaming output package. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#per_frame_metrics ⇒ Array<String>
Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the video, video codec, and metric type. For example: video_h264_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode.
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11689 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :per_frame_metrics, :type) SENSITIVE = [] include Aws::Structure end |