| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
XavcSettings |
XavcSettings.clone() |
XavcSettings |
VideoCodecSettings.getXavcSettings()
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
|
XavcSettings |
XavcSettings.withAdaptiveQuantization(String adaptiveQuantization)
Keep the default value, Auto (AUTO), for this setting to have MediaConvert automatically apply the best types of
quantization for your video content.
|
XavcSettings |
XavcSettings.withAdaptiveQuantization(XavcAdaptiveQuantization adaptiveQuantization)
Keep the default value, Auto (AUTO), for this setting to have MediaConvert automatically apply the best types of
quantization for your video content.
|
XavcSettings |
XavcSettings.withEntropyEncoding(String entropyEncoding)
Optional.
|
XavcSettings |
XavcSettings.withEntropyEncoding(XavcEntropyEncoding entropyEncoding)
Optional.
|
XavcSettings |
XavcSettings.withFramerateControl(String framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output.
|
XavcSettings |
XavcSettings.withFramerateControl(XavcFramerateControl framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output.
|
XavcSettings |
XavcSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
XavcSettings |
XavcSettings.withFramerateConversionAlgorithm(XavcFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
XavcSettings |
XavcSettings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
XavcSettings |
XavcSettings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
XavcSettings |
XavcSettings.withProfile(String profile)
Specify the XAVC profile for this output.
|
XavcSettings |
XavcSettings.withProfile(XavcProfile profile)
Specify the XAVC profile for this output.
|
XavcSettings |
XavcSettings.withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
XavcSettings |
XavcSettings.withSlowPal(XavcSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
XavcSettings |
XavcSettings.withSoftness(Integer softness)
Ignore this setting unless your downstream workflow requires that you specify it explicitly.
|
XavcSettings |
XavcSettings.withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (adaptiveQuantization).
|
XavcSettings |
XavcSettings.withSpatialAdaptiveQuantization(XavcSpatialAdaptiveQuantization spatialAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (adaptiveQuantization).
|
XavcSettings |
XavcSettings.withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (adaptiveQuantization).
|
XavcSettings |
XavcSettings.withTemporalAdaptiveQuantization(XavcTemporalAdaptiveQuantization temporalAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (adaptiveQuantization).
|
XavcSettings |
XavcSettings.withXavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_CBG.
|
XavcSettings |
XavcSettings.withXavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_VBR.
|
XavcSettings |
XavcSettings.withXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
XavcSettings |
XavcSettings.withXavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_HD_INTRA_CBG.
|
XavcSettings |
XavcSettings.withXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setXavcSettings(XavcSettings xavcSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
|
VideoCodecSettings |
VideoCodecSettings.withXavcSettings(XavcSettings xavcSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
|
Copyright © 2023. All rights reserved.