enableTwoPass property
Use two-pass encoding strategy to achieve better video quality.
H265CodecSettings.rate_control_mode must be vbr
. The default is false
.
Implementation
core.bool? enableTwoPass;
Use two-pass encoding strategy to achieve better video quality.
H265CodecSettings.rate_control_mode must be vbr
. The default is false
.
core.bool? enableTwoPass;