Video Encoder H264Args
data class VideoEncoderH264Args(val bitrateKbps: Output<String>? = null, val frameRate: Output<String>? = null, val scale: Output<VideoScaleArgs>? = null, val type: Output<String>) : ConvertibleToJava<VideoEncoderH264Args>
A custom preset for encoding video with the H.264 (AVC) codec.
Constructors
Link copied to clipboard
constructor(bitrateKbps: Output<String>? = null, frameRate: Output<String>? = null, scale: Output<VideoScaleArgs>? = null, type: Output<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.