XavcSettings.Builder |
XavcSettings.Builder.adaptiveQuantization(String adaptiveQuantization) |
Keep the default value, 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, 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, for the setting Adaptive
quantization.
|
XavcSettings.Builder |
XavcSettings.Builder.spatialAdaptiveQuantization(XavcSpatialAdaptiveQuantization spatialAdaptiveQuantization) |
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
quantization.
|
XavcSettings.Builder |
XavcSettings.Builder.temporalAdaptiveQuantization(String temporalAdaptiveQuantization) |
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
quantization.
|
XavcSettings.Builder |
XavcSettings.Builder.temporalAdaptiveQuantization(XavcTemporalAdaptiveQuantization temporalAdaptiveQuantization) |
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
quantization.
|
XavcSettings.Builder |
XavcSettings.toBuilder() |
|
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraCbgProfileSettings(Consumer<Xavc4kIntraCbgProfileSettings.Builder> xavc4kIntraCbgProfileSettings) |
Required when you set Profile to the value XAVC_4K_INTRA_CBG.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings) |
Required when you set Profile to the value XAVC_4K_INTRA_CBG.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraVbrProfileSettings(Consumer<Xavc4kIntraVbrProfileSettings.Builder> xavc4kIntraVbrProfileSettings) |
Required when you set Profile to the value XAVC_4K_INTRA_VBR.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings) |
Required when you set Profile to the value XAVC_4K_INTRA_VBR.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavc4kProfileSettings(Consumer<Xavc4kProfileSettings.Builder> xavc4kProfileSettings) |
Required when you set Profile to the value XAVC_4K.
|
XavcSettings.Builder |
XavcSettings.Builder.xavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings) |
Required when you set Profile to the value XAVC_4K.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavcHdIntraCbgProfileSettings(Consumer<XavcHdIntraCbgProfileSettings.Builder> xavcHdIntraCbgProfileSettings) |
Required when you set Profile to the value XAVC_HD_INTRA_CBG.
|
XavcSettings.Builder |
XavcSettings.Builder.xavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings) |
Required when you set Profile to the value XAVC_HD_INTRA_CBG.
|
default XavcSettings.Builder |
XavcSettings.Builder.xavcHdProfileSettings(Consumer<XavcHdProfileSettings.Builder> xavcHdProfileSettings) |
Required when you set Profile to the value XAVC_HD.
|
XavcSettings.Builder |
XavcSettings.Builder.xavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings) |
Required when you set Profile to the value XAVC_HD.
|