Class: Aws::MediaConvert::Types::CodecMetadata

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

Overview

Codec-specific parameters parsed from the video essence headers. This information provides detailed technical specifications about how the video was encoded, including profile settings, resolution details, and color space information that can help you understand the source video characteristics and make informed encoding decisions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depthInteger

The number of bits used per color component in the video essence such as 8, 10, or 12 bits. Standard range (SDR) video typically uses 8-bit, while 10-bit is common for high dynamic range (HDR).

Returns:

  • (Integer)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#chroma_subsamplingString

The chroma subsampling format used in the video encoding, such as "4:2:0" or "4:4:4". This describes how color information is sampled relative to brightness information. Different subsampling ratios affect video quality and file size, with "4:4:4" providing the highest color fidelity and "4:2:0" being most common for standard video.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#coded_frame_rateTypes::FrameRate

The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values.

Returns:



3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#color_primariesString

The color space primaries of the video track, defining the red, green, and blue color coordinates used for the video. This information helps ensure accurate color reproduction during playback and transcoding.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#content_light_levelTypes::ContentLightLevel

Content light level information (CTA-861.3). Describes the light level characteristics of the content.



3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#display_aspect_ratioTypes::AspectRatio

An aspect ratio expressed as a fraction with numerator and denominator values, reduced to lowest terms. Used for the sample (pixel) aspect ratio and the display aspect ratio of a video track. For example, a 720x576 anamorphic track has a sample aspect ratio of 64 / 45 and a display aspect ratio of 16 / 9. A video track can declare an aspect ratio in two independent places, and MediaConvert reports each one where it was found rather than choosing between them. The ratio declared by the container appears on the video track itself, and the ratio declared by the video essence appears under codecMetadata. When a file declares an aspect ratio in only one of the two places, the other is null; when it declares both and they disagree, you can compare them and decide which to use.

Returns:



3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#dolby_visionTypes::DolbyVisionMetadata

Dolby Vision characteristics of the video track: the profile and level, and whether the RPU (dynamic metadata), base layer, and enhancement layer are present. Use this to distinguish Dolby Vision content from standard HEVC and to choose your encoding or passthrough settings. Omitted when the content is not Dolby Vision.



3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#field_orderString

The field order of interlaced video, which indicates whether the top or bottom field is displayed first. Use this to select the correct deinterlacing behavior. One of "TopFieldFirst" or "BottomFieldFirst". This field is present only for interlaced video; it is omitted for progressive video and when the field order is not indicated by the source.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#hdr_10_plus_presenceString

Indicates that HDR10+ (SMPTE ST 2094-40) dynamic metadata was detected in the HEVC bitstream. Present only when detected.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

The height in pixels as coded by the codec. This represents the actual encoded video height as specified in the video stream headers.

Returns:

  • (Integer)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#levelString

The codec level or tier that specifies the maximum processing requirements and capabilities. Levels define constraints such as maximum bit rate, frame rate, and resolution.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#matrix_coefficientsString

The color space matrix coefficients of the video track, defining how RGB color values are converted to and from YUV color space. This affects color accuracy during encoding and decoding processes.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#profileString

The codec profile used to encode the video. Profiles define specific feature sets and capabilities within a codec standard. For example, H.264 profiles include Baseline, Main, and High, each supporting different encoding features and complexity levels.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#rotationInteger

The clockwise rotation angle of the video, in degrees, as specified in the codec bitstream via a Display Orientation SEI message (payload type 47 for both H.264 and H.265). This field is null when the video essence does not contain a Display Orientation SEI message or when the rotation is 0 degrees.

Returns:

  • (Integer)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#sample_aspect_ratioTypes::AspectRatio

An aspect ratio expressed as a fraction with numerator and denominator values, reduced to lowest terms. Used for the sample (pixel) aspect ratio and the display aspect ratio of a video track. For example, a 720x576 anamorphic track has a sample aspect ratio of 64 / 45 and a display aspect ratio of 16 / 9. A video track can declare an aspect ratio in two independent places, and MediaConvert reports each one where it was found rather than choosing between them. The ratio declared by the container appears on the video track itself, and the ratio declared by the video essence appears under codecMetadata. When a file declares an aspect ratio in only one of the two places, the other is null; when it declares both and they disagree, you can compare them and decide which to use.

Returns:



3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#scan_typeString

The scanning method specified in the video essence, indicating whether the video uses progressive or interlaced scanning.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_characteristicsString

The color space transfer characteristics of the video track, defining the relationship between linear light values and the encoded signal values. This affects brightness and contrast reproduction.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

The width in pixels as coded by the codec. This represents the actual encoded video width as specified in the video stream headers.

Returns:

  • (Integer)


3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3391

class CodecMetadata < Struct.new(
  :bit_depth,
  :chroma_subsampling,
  :coded_frame_rate,
  :color_primaries,
  :content_light_level,
  :display_aspect_ratio,
  :dolby_vision,
  :field_order,
  :hdr_10_plus_presence,
  :height,
  :level,
  :matrix_coefficients,
  :profile,
  :rotation,
  :sample_aspect_ratio,
  :scan_type,
  :transfer_characteristics,
  :width)
  SENSITIVE = []
  include Aws::Structure
end