Video Encoder H264Response
data class VideoEncoderH264Response(val bitrateKbps: String? = null, val frameRate: String? = null, val scale: VideoScaleResponse? = null, val type: String)
A custom preset for encoding video with the H.264 (AVC) codec.
Constructors
Link copied to clipboard
constructor(bitrateKbps: String? = null, frameRate: String? = null, scale: VideoScaleResponse? = null, type: String)
Properties
Link copied to clipboard
The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
Link copied to clipboard
Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.