Class: Aws::Types::ProresSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chroma_sampling"PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"

Returns the value of attribute chroma_sampling.

Returns:

  • ("PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422")


2132
2133
2134
# File 'sig/types.rbs', line 2132

def chroma_sampling
  @chroma_sampling
end

#codec_profile"APPLE_PRORES_422", ...

Returns the value of attribute codec_profile.

Returns:

  • ("APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ")


2133
2134
2135
# File 'sig/types.rbs', line 2133

def codec_profile
  @codec_profile
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2134
2135
2136
# File 'sig/types.rbs', line 2134

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", ...

Returns the value of attribute framerate_conversion_algorithm.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT")


2135
2136
2137
# File 'sig/types.rbs', line 2135

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def framerate_numerator
  @framerate_numerator
end

#interlace_mode"PROGRESSIVE", ...

Returns the value of attribute interlace_mode.

Returns:

  • ("PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD")


2138
2139
2140
# File 'sig/types.rbs', line 2138

def interlace_mode
  @interlace_mode
end

#par_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute par_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2139
2140
2141
# File 'sig/types.rbs', line 2139

def par_control
  @par_control
end

#par_denominator::Integer

Returns the value of attribute par_denominator.

Returns:

  • (::Integer)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def par_denominator
  @par_denominator
end

#par_numerator::Integer

Returns the value of attribute par_numerator.

Returns:

  • (::Integer)


2141
2142
2143
# File 'sig/types.rbs', line 2141

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.

Returns:

  • (::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")])


2142
2143
2144
# File 'sig/types.rbs', line 2142

def per_frame_metrics
  @per_frame_metrics
end

#scan_type_conversion_mode"INTERLACED", "INTERLACED_OPTIMIZE"

Returns the value of attribute scan_type_conversion_mode.

Returns:

  • ("INTERLACED", "INTERLACED_OPTIMIZE")


2143
2144
2145
# File 'sig/types.rbs', line 2143

def scan_type_conversion_mode
  @scan_type_conversion_mode
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


2144
2145
2146
# File 'sig/types.rbs', line 2144

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


2145
2146
2147
# File 'sig/types.rbs', line 2145

def telecine
  @telecine
end