AWS SDK for .NET Documentation
FrameRate Property
AmazonAmazon.ElasticTranscoder.ModelVideoParametersFrameRate Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property FrameRate.

The frames per second for the video stream in the output file. Valid values include:

CopyC#
auto
,
CopyC#
10
,
CopyC#
15
,
CopyC#
23.97
,
CopyC#
24
,
CopyC#
25
,
CopyC#
29.97
,
CopyC#
30
,
CopyC#
60

If you specify

CopyC#
auto
, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

CopyC#
Frame rate = maximum recommended decoding speed in luma samples/second
            / (width in                pixels * height in pixels)

where:

The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

Declaration Syntax
C#
public string FrameRate { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)