This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_ivs_encoder_configuration

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: ARN of the EncoderConfiguration resource.

name

Type: STRING
Provider name: name
Description: Optional name to identify the resource.

tags

Type: UNORDERED_LIST_STRING

video

Type: STRUCT
Provider name: video
Description: Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps

  • bitrate
    Type: INT32
    Provider name: bitrate
    Description: Bitrate for generated output, in bps. Default: 2500000.
  • framerate
    Type: FLOAT
    Provider name: framerate
    Description: Video frame rate, in fps. Default: 30.
  • height
    Type: INT32
    Provider name: height
    Description: Video-resolution height. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
  • width
    Type: INT32
    Provider name: width
    Description: Video-resolution width. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.