H265Codec Settings Args
fun H265CodecSettingsArgs(allowOpenGop: Output<Boolean>? = null, aqStrength: Output<Double>? = null, bFrameCount: Output<Int>? = null, bPyramid: Output<Boolean>? = null, bitrateBps: Output<Int>, crfLevel: Output<Int>? = null, enableTwoPass: Output<Boolean>? = null, frameRate: Output<Double>, gopDuration: Output<String>? = null, gopFrameCount: Output<Int>? = null, heightPixels: Output<Int>? = null, pixelFormat: Output<String>? = null, preset: Output<String>? = null, profile: Output<String>? = null, rateControlMode: Output<String>? = null, tune: Output<String>? = null, vbvFullnessBits: Output<Int>? = null, vbvSizeBits: Output<Int>? = null, widthPixels: Output<Int>? = null)