Video
Settings for video.
Contents
- bitrate
-
Bitrate for generated output, in bps. Default: 2500000.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 8500000.
Required: No
- framerate
-
Video frame rate, in fps. Default: 30.
Type: Float
Valid Range: Minimum value of 1. Maximum value of 60.
Required: No
- height
-
Video-resolution height. This must be an even number. Note that the maximum value is determined by
width
timesheight
, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.Type: Integer
Valid Range: Minimum value of 2. Maximum value of 1920.
Required: No
- width
-
Video-resolution width. This must be an even number. Note that the maximum value is determined by
width
timesheight
, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.Type: Integer
Valid Range: Minimum value of 2. Maximum value of 1920.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: