| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
H264QvbrSettings |
H264QvbrSettings.clone() |
H264QvbrSettings |
H264Settings.getQvbrSettings()
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
H264QvbrSettings |
H264QvbrSettings.withMaxAverageBitrate(Integer maxAverageBitrate)
Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ.
|
H264QvbrSettings |
H264QvbrSettings.withQvbrQualityLevel(Integer qvbrQualityLevel)
Use this setting only when you set Rate control mode (RateControlMode) to QVBR.
|
H264QvbrSettings |
H264QvbrSettings.withQvbrQualityLevelFineTune(Double qvbrQualityLevelFineTune)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
H264Settings.setQvbrSettings(H264QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
H264Settings |
H264Settings.withQvbrSettings(H264QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
Copyright © 2023. All rights reserved.