| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Xavc4kProfileSettings |
Xavc4kProfileSettings.clone() |
Xavc4kProfileSettings |
XavcSettings.getXavc4kProfileSettings()
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withBitrateClass(String bitrateClass)
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withBitrateClass(Xavc4kProfileBitrateClass bitrateClass)
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withCodecProfile(String codecProfile)
Specify the codec profile for this output.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withCodecProfile(Xavc4kProfileCodecProfile codecProfile)
Specify the codec profile for this output.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.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).
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.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).
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withGopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withQualityTuningLevel(String qualityTuningLevel)
Optional.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withQualityTuningLevel(Xavc4kProfileQualityTuningLevel qualityTuningLevel)
Optional.
|
Xavc4kProfileSettings |
Xavc4kProfileSettings.withSlices(Integer slices)
Number of slices per picture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XavcSettings.setXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
XavcSettings |
XavcSettings.withXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
Copyright © 2021. All rights reserved.