Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownEncoderSystemPresetType

Package version

Known values of EncoderSystemPresetType that the service accepts.

Index

Enumeration members

SingleLayer1080PH264AAC

SingleLayer1080PH264AAC: = "SingleLayer_1080p_H264_AAC"

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 1080 pixels, and at a maximum bitrate of 6000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 128 Kbps

SingleLayer2160PH264AAC

SingleLayer2160PH264AAC: = "SingleLayer_2160p_H264_AAC"

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 2160 pixels, and at a maximum bitrate of 16000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 128 Kbps

SingleLayer540PH264AAC

SingleLayer540PH264AAC: = "SingleLayer_540p_H264_AAC"

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 540 pixels, and at a maximum bitrate of 2000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 96 Kbps

SingleLayer720PH264AAC

SingleLayer720PH264AAC: = "SingleLayer_720p_H264_AAC"

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 720 pixels, and at a maximum bitrate of 3500 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 96 Kbps

Generated using TypeDoc