frameRate property
The frames per second for the video stream in the output file. Valid values include:
auto, 10, 15, 23.97,
24, 25, 29.97, 30,
60
If you specify 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:
Frame rate = maximum recommended decoding speed in luma samples/second
/ (width in pixels * height in pixels)
where:
- width in pixels and height in pixels represent the Resolution of the output video.
- maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.
- 1 - 380160
- 1b - 380160
- 1.1 - 76800
- 1.2 - 1536000
- 1.3 - 3041280
- 2 - 3041280
- 2.1 - 5068800
- 2.2 - 5184000
- 3 - 10368000
- 3.1 - 27648000
- 3.2 - 55296000
- 4 - 62914560
- 4.1 - 62914560
Implementation
final String? frameRate;