class Aws::MediaConvert::Types::FrameCaptureSettings

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.

@note When making an API call, you may pass FrameCaptureSettings

data as a hash:

    {
      framerate_denominator: 1,
      framerate_numerator: 1,
      max_captures: 1,
      quality: 1,
    }

@!attribute [rw] framerate_denominator

Frame capture will encode the first frame of the output stream, then
one frame every framerateDenominator/framerateNumerator seconds. For
example, settings of framerateNumerator = 1 and framerateDenominator
= 3 (a rate of 1/3 frame per second) will capture the first frame,
then 1 frame every 3s. Files will be named as filename.n.jpg where n
is the 0-based sequence number of each Capture.
@return [Integer]

@!attribute [rw] framerate_numerator

Frame capture will encode the first frame of the output stream, then
one frame every framerateDenominator/framerateNumerator seconds. For
example, settings of framerateNumerator = 1 and framerateDenominator
= 3 (a rate of 1/3 frame per second) will capture the first frame,
then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg
where N is the 0-based frame sequence number zero padded to 7
decimal places.
@return [Integer]

@!attribute [rw] max_captures

Maximum number of captures (encoded jpg output files).
@return [Integer]

@!attribute [rw] quality

JPEG Quality - a higher value equals higher quality.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FrameCaptureSettings AWS API Documentation

Constants

SENSITIVE