class Aws::MediaConvert::Types::FrameCaptureSettings


@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FrameCaptureSettings AWS API Documentation
@return [Integer]
JPEG Quality - a higher value equals higher quality.
@!attribute [rw] quality
@return [Integer]
Maximum number of captures (encoded jpg output files).
@!attribute [rw] max_captures
@return [Integer]
decimal places.
where N is the 0-based frame sequence number zero padded to 7
then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg
= 3 (a rate of 1/3 frame per second) will capture the first frame,
example, settings of framerateNumerator = 1 and framerateDenominator
one frame every framerateDenominator/framerateNumerator seconds. For
Frame capture will encode the first frame of the output stream, then
@!attribute [rw] framerate_numerator
@return [Integer]
is the 0-based sequence number of each Capture.
then 1 frame every 3s. Files will be named as filename.n.jpg where n
= 3 (a rate of 1/3 frame per second) will capture the first frame,
example, settings of framerateNumerator = 1 and framerateDenominator
one frame every framerateDenominator/framerateNumerator seconds. For
Frame capture will encode the first frame of the output stream, then
@!attribute [rw] framerate_denominator
Required when you set Codec to the value FRAME_CAPTURE.