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")


2153
2154
2155
# File 'sig/types.rbs', line 2153

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")


2154
2155
2156
# File 'sig/types.rbs', line 2154

def codec_profile
  @codec_profile
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2155
2156
2157
# File 'sig/types.rbs', line 2155

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")


2156
2157
2158
# File 'sig/types.rbs', line 2156

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


2158
2159
2160
# File 'sig/types.rbs', line 2158

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")


2159
2160
2161
# File 'sig/types.rbs', line 2159

def interlace_mode
  @interlace_mode
end

#par_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute par_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2160
2161
2162
# File 'sig/types.rbs', line 2160

def par_control
  @par_control
end

#par_denominator::Integer

Returns the value of attribute par_denominator.

Returns:

  • (::Integer)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def par_denominator
  @par_denominator
end

#par_numerator::Integer

Returns the value of attribute par_numerator.

Returns:

  • (::Integer)


2162
2163
2164
# File 'sig/types.rbs', line 2162

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")])


2163
2164
2165
# File 'sig/types.rbs', line 2163

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")


2164
2165
2166
# File 'sig/types.rbs', line 2164

def scan_type_conversion_mode
  @scan_type_conversion_mode
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


2165
2166
2167
# File 'sig/types.rbs', line 2165

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


2166
2167
2168
# File 'sig/types.rbs', line 2166

def telecine
  @telecine
end