Interface Av1QvbrSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Av1QvbrSettings.Builder,Av1QvbrSettings>
,SdkBuilder<Av1QvbrSettings.Builder,Av1QvbrSettings>
,SdkPojo
- Enclosing class:
- Av1QvbrSettings
public static interface Av1QvbrSettings.Builder extends SdkPojo, CopyableBuilder<Av1QvbrSettings.Builder,Av1QvbrSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Av1QvbrSettings.Builder
qvbrQualityLevel(Integer qvbrQualityLevel)
Use this setting only when you set Rate control mode to QVBR.Av1QvbrSettings.Builder
qvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
Optional.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
qvbrQualityLevel
Av1QvbrSettings.Builder qvbrQualityLevel(Integer qvbrQualityLevel)
Use this setting only when you set Rate control mode 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.- Parameters:
qvbrQualityLevel
- Use this setting only when you set Rate control mode 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qvbrQualityLevelFineTune
Av1QvbrSettings.Builder qvbrQualityLevelFineTune(Double 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-