| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
XavcHdProfileSettings |
XavcHdProfileSettings.clone() |
XavcHdProfileSettings |
XavcSettings.getXavcHdProfileSettings()
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withBitrateClass(String bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withBitrateClass(XavcHdProfileBitrateClass bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
XavcHdProfileSettings |
XavcHdProfileSettings.withFlickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
XavcHdProfileSettings |
XavcHdProfileSettings.withGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withGopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withInterlaceMode(XavcInterlaceMode interlaceMode)
Choose the scan line type for the output.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withQualityTuningLevel(String qualityTuningLevel)
Optional.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withQualityTuningLevel(XavcHdProfileQualityTuningLevel qualityTuningLevel)
Optional.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withSlices(Integer slices)
Number of slices per picture.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withTelecine(String telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
XavcHdProfileSettings |
XavcHdProfileSettings.withTelecine(XavcHdProfileTelecine telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XavcSettings.setXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
XavcSettings |
XavcSettings.withXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
Copyright © 2023. All rights reserved.