Class: Aws::MediaConvert::Types::OutputGroupSettings

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

Overview

Output Group settings, including type

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cmaf_group_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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_metricsArray<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.

Returns:

  • (Array<String>)


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

#typeString

Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)

Returns:

  • (String)


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