@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class H265QvbrSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
H265QvbrSettings() |
Modifier and Type | Method and Description |
---|---|
H265QvbrSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxAverageBitrate()
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
Integer |
getQvbrQualityLevel()
Use this setting only when you set Rate control mode (RateControlMode) to QVBR.
|
Double |
getQvbrQualityLevelFineTune()
Optional.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxAverageBitrate(Integer maxAverageBitrate)
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
void |
setQvbrQualityLevel(Integer qvbrQualityLevel)
Use this setting only when you set Rate control mode (RateControlMode) to QVBR.
|
void |
setQvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
H265QvbrSettings |
withMaxAverageBitrate(Integer maxAverageBitrate)
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
H265QvbrSettings |
withQvbrQualityLevel(Integer qvbrQualityLevel)
Use this setting only when you set Rate control mode (RateControlMode) to QVBR.
|
H265QvbrSettings |
withQvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
Optional.
|
public void setMaxAverageBitrate(Integer maxAverageBitrate)
maxAverageBitrate
- Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max
average bitrate values suited to the complexity of your input video, the service limits the average
bitrate of the video part of this output to the value that you choose. That is, the total size of the
video element is less than or equal to the value you set multiplied by the number of seconds of encoded
output.public Integer getMaxAverageBitrate()
public H265QvbrSettings withMaxAverageBitrate(Integer maxAverageBitrate)
maxAverageBitrate
- Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max
average bitrate values suited to the complexity of your input video, the service limits the average
bitrate of the video part of this output to the value that you choose. That is, the total size of the
video element is less than or equal to the value you set multiplied by the number of seconds of encoded
output.public void setQvbrQualityLevel(Integer qvbrQualityLevel)
qvbrQualityLevel
- Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality
level for this output. MediaConvert determines the right number of bits to use for each part of the video
to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks
a quality level for you, based on characteristics of your input video. If you prefer to specify a quality
level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in
nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9.
Optionally, to specify a value between whole numbers, also provide a value for the setting
qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set
qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.public Integer getQvbrQualityLevel()
public H265QvbrSettings withQvbrQualityLevel(Integer qvbrQualityLevel)
qvbrQualityLevel
- Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality
level for this output. MediaConvert determines the right number of bits to use for each part of the video
to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks
a quality level for you, based on characteristics of your input video. If you prefer to specify a quality
level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in
nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9.
Optionally, to specify a value between whole numbers, also provide a value for the setting
qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set
qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.public void setQvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
qvbrQualityLevelFineTune
- Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For
example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set
qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a
whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25,
your actual QVBR quality level is 7.33.public Double getQvbrQualityLevelFineTune()
public H265QvbrSettings withQvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
qvbrQualityLevelFineTune
- Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For
example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set
qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a
whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25,
your actual QVBR quality level is 7.33.public String toString()
toString
in class Object
Object.toString()
public H265QvbrSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.