| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
XavcSettings.Builder |
XavcSettings.Builder.adaptiveQuantization(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.Builder |
XavcSettings.Builder.adaptiveQuantization(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.
|
static XavcSettings.Builder |
XavcSettings.builder() |
XavcSettings.Builder |
XavcSettings.Builder.entropyEncoding(String entropyEncoding)
Optional.
|
XavcSettings.Builder |
XavcSettings.Builder.entropyEncoding(XavcEntropyEncoding entropyEncoding)
Optional.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateControl(String framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateControl(XavcFramerateControl framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateConversionAlgorithm(XavcFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
XavcSettings.Builder |
XavcSettings.Builder.framerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
XavcSettings.Builder |
XavcSettings.Builder.profile(String profile)
Specify the XAVC profile for this output.
|
XavcSettings.Builder |
XavcSettings.Builder.profile(XavcProfile profile)
Specify the XAVC profile for this output.
|
XavcSettings.Builder |
XavcSettings.Builder.slowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
XavcSettings.Builder |
XavcSettings.Builder.slowPal(XavcSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
XavcSettings.Builder |
XavcSettings.Builder.softness(Integer softness)
Ignore this setting unless your downstream workflow requires that you specify it explicitly.
|
XavcSettings.Builder |
XavcSettings.Builder.spatialAdaptiveQuantization(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.Builder |
XavcSettings.Builder.spatialAdaptiveQuantization(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.Builder |
XavcSettings.Builder.temporalAdaptiveQuantization(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.Builder |
XavcSettings.Builder.temporalAdaptiveQuantization(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.Builder |
XavcSettings.toBuilder() |
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraCbgProfileSettings(Consumer<Xavc4kIntraCbgProfileSettings.Builder> xavc4kIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_CBG.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_CBG.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraVbrProfileSettings(Consumer<Xavc4kIntraVbrProfileSettings.Builder> xavc4kIntraVbrProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_VBR.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_4K_INTRA_VBR.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kProfileSettings(Consumer<Xavc4kProfileSettings.Builder> xavc4kProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavcHdIntraCbgProfileSettings(Consumer<XavcHdIntraCbgProfileSettings.Builder> xavcHdIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_HD_INTRA_CBG.
|
XavcSettings.Builder |
XavcSettings.Builder.xavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value
XAVC_HD_INTRA_CBG.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavcHdProfileSettings(Consumer<XavcHdProfileSettings.Builder> xavcHdProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
XavcSettings.Builder |
XavcSettings.Builder.xavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XavcSettings.Builder> |
XavcSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.xavcSettings(Consumer<XavcSettings.Builder> xavcSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
|
Copyright © 2023. All rights reserved.