@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class XavcSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
XavcSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
XavcSettings | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAdaptiveQuantization()
Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
 quantization for your video content. 
 | 
String | 
getEntropyEncoding()
Optional. 
 | 
String | 
getFramerateControl()
If you are using the console, use the Frame rate setting to specify the frame rate for this output. 
 | 
String | 
getFramerateConversionAlgorithm()
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. 
 | 
Integer | 
getFramerateDenominator()
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. 
 | 
Integer | 
getFramerateNumerator()
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. 
 | 
String | 
getProfile()
Specify the XAVC profile for this output. 
 | 
String | 
getSlowPal()
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). 
 | 
Integer | 
getSoftness()
Ignore this setting unless your downstream workflow requires that you specify it explicitly. 
 | 
String | 
getSpatialAdaptiveQuantization()
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
String | 
getTemporalAdaptiveQuantization()
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
Xavc4kIntraCbgProfileSettings | 
getXavc4kIntraCbgProfileSettings()
Required when you set Profile to the value XAVC_4K_INTRA_CBG. 
 | 
Xavc4kIntraVbrProfileSettings | 
getXavc4kIntraVbrProfileSettings()
Required when you set Profile to the value XAVC_4K_INTRA_VBR. 
 | 
Xavc4kProfileSettings | 
getXavc4kProfileSettings()
Required when you set Profile to the value XAVC_4K. 
 | 
XavcHdIntraCbgProfileSettings | 
getXavcHdIntraCbgProfileSettings()
Required when you set Profile to the value XAVC_HD_INTRA_CBG. 
 | 
XavcHdProfileSettings | 
getXavcHdProfileSettings()
Required when you set Profile to the value XAVC_HD. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAdaptiveQuantization(String adaptiveQuantization)
Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
 quantization for your video content. 
 | 
void | 
setEntropyEncoding(String entropyEncoding)
Optional. 
 | 
void | 
setFramerateControl(String framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output. 
 | 
void | 
setFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. 
 | 
void | 
setFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. 
 | 
void | 
setFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. 
 | 
void | 
setProfile(String profile)
Specify the XAVC profile for this output. 
 | 
void | 
setSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). 
 | 
void | 
setSoftness(Integer softness)
Ignore this setting unless your downstream workflow requires that you specify it explicitly. 
 | 
void | 
setSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
void | 
setTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
void | 
setXavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
Required when you set Profile to the value XAVC_4K_INTRA_CBG. 
 | 
void | 
setXavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
Required when you set Profile to the value XAVC_4K_INTRA_VBR. 
 | 
void | 
setXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set Profile to the value XAVC_4K. 
 | 
void | 
setXavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
Required when you set Profile to the value XAVC_HD_INTRA_CBG. 
 | 
void | 
setXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set Profile to the value XAVC_HD. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
XavcSettings | 
withAdaptiveQuantization(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 | 
withAdaptiveQuantization(XavcAdaptiveQuantization adaptiveQuantization)
Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
 quantization for your video content. 
 | 
XavcSettings | 
withEntropyEncoding(String entropyEncoding)
Optional. 
 | 
XavcSettings | 
withEntropyEncoding(XavcEntropyEncoding entropyEncoding)
Optional. 
 | 
XavcSettings | 
withFramerateControl(String framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output. 
 | 
XavcSettings | 
withFramerateControl(XavcFramerateControl framerateControl)
If you are using the console, use the Frame rate setting to specify the frame rate for this output. 
 | 
XavcSettings | 
withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. 
 | 
XavcSettings | 
withFramerateConversionAlgorithm(XavcFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. 
 | 
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 | 
withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. 
 | 
XavcSettings | 
withProfile(String profile)
Specify the XAVC profile for this output. 
 | 
XavcSettings | 
withProfile(XavcProfile profile)
Specify the XAVC profile for this output. 
 | 
XavcSettings | 
withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). 
 | 
XavcSettings | 
withSlowPal(XavcSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). 
 | 
XavcSettings | 
withSoftness(Integer softness)
Ignore this setting unless your downstream workflow requires that you specify it explicitly. 
 | 
XavcSettings | 
withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
XavcSettings | 
withSpatialAdaptiveQuantization(XavcSpatialAdaptiveQuantization spatialAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
XavcSettings | 
withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
XavcSettings | 
withTemporalAdaptiveQuantization(XavcTemporalAdaptiveQuantization temporalAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
XavcSettings | 
withXavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
Required when you set Profile to the value XAVC_4K_INTRA_CBG. 
 | 
XavcSettings | 
withXavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
Required when you set Profile to the value XAVC_4K_INTRA_VBR. 
 | 
XavcSettings | 
withXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
Required when you set Profile to the value XAVC_4K. 
 | 
XavcSettings | 
withXavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
Required when you set Profile to the value XAVC_HD_INTRA_CBG. 
 | 
XavcSettings | 
withXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
Required when you set Profile to the value XAVC_HD. 
 | 
public void setAdaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization - Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
        quantization for your video content. When you want to apply your quantization settings manually, you must
        set Adaptive quantization to a value other than Auto. Use this setting to specify the strength of any
        adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive
        quantization in this transcode, set Adaptive quantization to Off. Related settings: The value that you
        choose here applies to the following settings: Flicker adaptive quantization
        (flickerAdaptiveQuantization), Spatial adaptive quantization, and Temporal adaptive quantization.XavcAdaptiveQuantizationpublic String getAdaptiveQuantization()
XavcAdaptiveQuantizationpublic XavcSettings withAdaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization - Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
        quantization for your video content. When you want to apply your quantization settings manually, you must
        set Adaptive quantization to a value other than Auto. Use this setting to specify the strength of any
        adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive
        quantization in this transcode, set Adaptive quantization to Off. Related settings: The value that you
        choose here applies to the following settings: Flicker adaptive quantization
        (flickerAdaptiveQuantization), Spatial adaptive quantization, and Temporal adaptive quantization.XavcAdaptiveQuantizationpublic XavcSettings withAdaptiveQuantization(XavcAdaptiveQuantization adaptiveQuantization)
adaptiveQuantization - Keep the default value, Auto, for this setting to have MediaConvert automatically apply the best types of
        quantization for your video content. When you want to apply your quantization settings manually, you must
        set Adaptive quantization to a value other than Auto. Use this setting to specify the strength of any
        adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive
        quantization in this transcode, set Adaptive quantization to Off. Related settings: The value that you
        choose here applies to the following settings: Flicker adaptive quantization
        (flickerAdaptiveQuantization), Spatial adaptive quantization, and Temporal adaptive quantization.XavcAdaptiveQuantizationpublic void setEntropyEncoding(String entropyEncoding)
entropyEncoding - Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If
        you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this
        output's operating point.XavcEntropyEncodingpublic String getEntropyEncoding()
XavcEntropyEncodingpublic XavcSettings withEntropyEncoding(String entropyEncoding)
entropyEncoding - Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If
        you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this
        output's operating point.XavcEntropyEncodingpublic XavcSettings withEntropyEncoding(XavcEntropyEncoding entropyEncoding)
entropyEncoding - Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If
        you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this
        output's operating point.XavcEntropyEncodingpublic void setFramerateControl(String framerateControl)
framerateControl - If you are using the console, use the Frame rate setting to specify the frame rate for this output. If you
        want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate
        conversion, choose a frame rate from the dropdown list. The framerates shown in the dropdown list are
        decimal approximations of fractions.XavcFramerateControlpublic String getFramerateControl()
XavcFramerateControlpublic XavcSettings withFramerateControl(String framerateControl)
framerateControl - If you are using the console, use the Frame rate setting to specify the frame rate for this output. If you
        want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate
        conversion, choose a frame rate from the dropdown list. The framerates shown in the dropdown list are
        decimal approximations of fractions.XavcFramerateControlpublic XavcSettings withFramerateControl(XavcFramerateControl framerateControl)
framerateControl - If you are using the console, use the Frame rate setting to specify the frame rate for this output. If you
        want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate
        conversion, choose a frame rate from the dropdown list. The framerates shown in the dropdown list are
        decimal approximations of fractions.XavcFramerateControlpublic void setFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm - Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For
        numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value,
        Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in
        a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions,
        especially if your source video has already been converted from its original cadence: Choose FrameFormer
        to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note
        that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you
        choose FrameFormer, your input video resolution must be at least 128x96.XavcFramerateConversionAlgorithmpublic String getFramerateConversionAlgorithm()
XavcFramerateConversionAlgorithmpublic XavcSettings withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm - Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For
        numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value,
        Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in
        a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions,
        especially if your source video has already been converted from its original cadence: Choose FrameFormer
        to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note
        that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you
        choose FrameFormer, your input video resolution must be at least 128x96.XavcFramerateConversionAlgorithmpublic XavcSettings withFramerateConversionAlgorithm(XavcFramerateConversionAlgorithm framerateConversionAlgorithm)
framerateConversionAlgorithm - Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For
        numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value,
        Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in
        a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions,
        especially if your source video has already been converted from its original cadence: Choose FrameFormer
        to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note
        that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you
        choose FrameFormer, your input video resolution must be at least 128x96.XavcFramerateConversionAlgorithmpublic void setFramerateDenominator(Integer framerateDenominator)
framerateDenominator - When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a
        fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of
        this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console
        for transcode jobs that use frame rate conversion, provide the value as a decimal number for Frame rate.
        In this example, specify 23.976.public Integer getFramerateDenominator()
public XavcSettings withFramerateDenominator(Integer framerateDenominator)
framerateDenominator - When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a
        fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of
        this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console
        for transcode jobs that use frame rate conversion, provide the value as a decimal number for Frame rate.
        In this example, specify 23.976.public void setFramerateNumerator(Integer framerateNumerator)
framerateNumerator - When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a
        fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this
        fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for
        transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In
        this example, specify 23.976.public Integer getFramerateNumerator()
public XavcSettings withFramerateNumerator(Integer framerateNumerator)
framerateNumerator - When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a
        fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this
        fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for
        transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In
        this example, specify 23.976.public void setProfile(String profile)
profile - Specify the XAVC profile for this output. For more information, see the Sony documentation at
        https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating
        points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.XavcProfilepublic String getProfile()
XavcProfilepublic XavcSettings withProfile(String profile)
profile - Specify the XAVC profile for this output. For more information, see the Sony documentation at
        https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating
        points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.XavcProfilepublic XavcSettings withProfile(XavcProfile profile)
profile - Specify the XAVC profile for this output. For more information, see the Sony documentation at
        https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating
        points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.XavcProfilepublic void setSlowPal(String slowPal)
slowPal - Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL
        to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling
        this setting will slightly reduce the duration of your video. Related settings: You must also set Frame
        rate to 25.XavcSlowPalpublic String getSlowPal()
XavcSlowPalpublic XavcSettings withSlowPal(String slowPal)
slowPal - Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL
        to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling
        this setting will slightly reduce the duration of your video. Related settings: You must also set Frame
        rate to 25.XavcSlowPalpublic XavcSettings withSlowPal(XavcSlowPal slowPal)
slowPal - Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL
        to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling
        this setting will slightly reduce the duration of your video. Related settings: You must also set Frame
        rate to 25.XavcSlowPalpublic void setSoftness(Integer softness)
softness - Ignore this setting unless your downstream workflow requires that you specify it explicitly. Otherwise, we
        recommend that you adjust the softness of your output by using a lower value for the setting Sharpness or
        by enabling a noise reducer filter. The Softness setting specifies the quantization matrices that the
        encoder uses. Keep the default value, 0, for flat quantization. Choose the value 1 or 16 to use the
        default JVT softening quantization matricies from the H.264 specification. Choose a value from 17 to 128
        to use planar interpolation. Increasing values from 17 to 128 result in increasing reduction of
        high-frequency data. The value 128 results in the softest video.public Integer getSoftness()
public XavcSettings withSoftness(Integer softness)
softness - Ignore this setting unless your downstream workflow requires that you specify it explicitly. Otherwise, we
        recommend that you adjust the softness of your output by using a lower value for the setting Sharpness or
        by enabling a noise reducer filter. The Softness setting specifies the quantization matrices that the
        encoder uses. Keep the default value, 0, for flat quantization. Choose the value 1 or 16 to use the
        default JVT softening quantization matricies from the H.264 specification. Choose a value from 17 to 128
        to use planar interpolation. Increasing values from 17 to 128 result in increasing reduction of
        high-frequency data. The value 128 results in the softest video.public void setSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on spatial variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual
        degradation and uses more bits on areas where any small distortion will be noticeable. For example,
        complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits.
        Enabling this feature will almost always improve your video quality. Note, though, that this feature
        doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be
        focusing their attention on a part of the screen with a lot of complex texture, you might choose to
        disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for
        Adaptive quantization depending on your content. For homogeneous content, such as cartoons and video
        games, set it to Low. For content with a wider variety of textures, set it to High or Higher.XavcSpatialAdaptiveQuantizationpublic String getSpatialAdaptiveQuantization()
XavcSpatialAdaptiveQuantizationpublic XavcSettings withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on spatial variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual
        degradation and uses more bits on areas where any small distortion will be noticeable. For example,
        complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits.
        Enabling this feature will almost always improve your video quality. Note, though, that this feature
        doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be
        focusing their attention on a part of the screen with a lot of complex texture, you might choose to
        disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for
        Adaptive quantization depending on your content. For homogeneous content, such as cartoons and video
        games, set it to Low. For content with a wider variety of textures, set it to High or Higher.XavcSpatialAdaptiveQuantizationpublic XavcSettings withSpatialAdaptiveQuantization(XavcSpatialAdaptiveQuantization spatialAdaptiveQuantization)
spatialAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on spatial variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual
        degradation and uses more bits on areas where any small distortion will be noticeable. For example,
        complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits.
        Enabling this feature will almost always improve your video quality. Note, though, that this feature
        doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be
        focusing their attention on a part of the screen with a lot of complex texture, you might choose to
        disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for
        Adaptive quantization depending on your content. For homogeneous content, such as cartoons and video
        games, set it to Low. For content with a wider variety of textures, set it to High or Higher.XavcSpatialAdaptiveQuantizationpublic void setTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on temporal variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on
        complex objects with sharp edges that move a lot. For example, this feature improves the readability of
        text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always
        improve your video quality. Note, though, that this feature doesn't take into account where the viewer's
        attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen
        that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to
        disable this feature. Related setting: When you enable temporal adaptive quantization, adjust the strength
        of the filter with the setting Adaptive quantization.XavcTemporalAdaptiveQuantizationpublic String getTemporalAdaptiveQuantization()
XavcTemporalAdaptiveQuantizationpublic XavcSettings withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on temporal variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on
        complex objects with sharp edges that move a lot. For example, this feature improves the readability of
        text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always
        improve your video quality. Note, though, that this feature doesn't take into account where the viewer's
        attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen
        that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to
        disable this feature. Related setting: When you enable temporal adaptive quantization, adjust the strength
        of the filter with the setting Adaptive quantization.XavcTemporalAdaptiveQuantizationpublic XavcSettings withTemporalAdaptiveQuantization(XavcTemporalAdaptiveQuantization temporalAdaptiveQuantization)
temporalAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. For this setting, keep the default value, Enabled, to adjust
        quantization within each frame based on temporal variation of content complexity. When you enable this
        feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on
        complex objects with sharp edges that move a lot. For example, this feature improves the readability of
        text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always
        improve your video quality. Note, though, that this feature doesn't take into account where the viewer's
        attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen
        that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to
        disable this feature. Related setting: When you enable temporal adaptive quantization, adjust the strength
        of the filter with the setting Adaptive quantization.XavcTemporalAdaptiveQuantizationpublic void setXavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
xavc4kIntraCbgProfileSettings - Required when you set Profile to the value XAVC_4K_INTRA_CBG.public Xavc4kIntraCbgProfileSettings getXavc4kIntraCbgProfileSettings()
public XavcSettings withXavc4kIntraCbgProfileSettings(Xavc4kIntraCbgProfileSettings xavc4kIntraCbgProfileSettings)
xavc4kIntraCbgProfileSettings - Required when you set Profile to the value XAVC_4K_INTRA_CBG.public void setXavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
xavc4kIntraVbrProfileSettings - Required when you set Profile to the value XAVC_4K_INTRA_VBR.public Xavc4kIntraVbrProfileSettings getXavc4kIntraVbrProfileSettings()
public XavcSettings withXavc4kIntraVbrProfileSettings(Xavc4kIntraVbrProfileSettings xavc4kIntraVbrProfileSettings)
xavc4kIntraVbrProfileSettings - Required when you set Profile to the value XAVC_4K_INTRA_VBR.public void setXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
xavc4kProfileSettings - Required when you set Profile to the value XAVC_4K.public Xavc4kProfileSettings getXavc4kProfileSettings()
public XavcSettings withXavc4kProfileSettings(Xavc4kProfileSettings xavc4kProfileSettings)
xavc4kProfileSettings - Required when you set Profile to the value XAVC_4K.public void setXavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
xavcHdIntraCbgProfileSettings - Required when you set Profile to the value XAVC_HD_INTRA_CBG.public XavcHdIntraCbgProfileSettings getXavcHdIntraCbgProfileSettings()
public XavcSettings withXavcHdIntraCbgProfileSettings(XavcHdIntraCbgProfileSettings xavcHdIntraCbgProfileSettings)
xavcHdIntraCbgProfileSettings - Required when you set Profile to the value XAVC_HD_INTRA_CBG.public void setXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
xavcHdProfileSettings - Required when you set Profile to the value XAVC_HD.public XavcHdProfileSettings getXavcHdProfileSettings()
public XavcSettings withXavcHdProfileSettings(XavcHdProfileSettings xavcHdProfileSettings)
xavcHdProfileSettings - Required when you set Profile to the value XAVC_HD.public String toString()
toString in class ObjectObject.toString()public XavcSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.