Interface XavcHdProfileSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<XavcHdProfileSettings.Builder,XavcHdProfileSettings>
,SdkBuilder<XavcHdProfileSettings.Builder,XavcHdProfileSettings>
,SdkPojo
- Enclosing class:
- XavcHdProfileSettings
public static interface XavcHdProfileSettings.Builder extends SdkPojo, CopyableBuilder<XavcHdProfileSettings.Builder,XavcHdProfileSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XavcHdProfileSettings.Builder
bitrateClass(String bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.XavcHdProfileSettings.Builder
bitrateClass(XavcHdProfileBitrateClass bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.XavcHdProfileSettings.Builder
flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive quantization.XavcHdProfileSettings.Builder
flickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive quantization.XavcHdProfileSettings.Builder
gopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.XavcHdProfileSettings.Builder
gopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.XavcHdProfileSettings.Builder
gopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.XavcHdProfileSettings.Builder
hrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.XavcHdProfileSettings.Builder
interlaceMode(String interlaceMode)
Choose the scan line type for the output.XavcHdProfileSettings.Builder
interlaceMode(XavcInterlaceMode interlaceMode)
Choose the scan line type for the output.XavcHdProfileSettings.Builder
qualityTuningLevel(String qualityTuningLevel)
Optional.XavcHdProfileSettings.Builder
qualityTuningLevel(XavcHdProfileQualityTuningLevel qualityTuningLevel)
Optional.XavcHdProfileSettings.Builder
slices(Integer slices)
Number of slices per picture.XavcHdProfileSettings.Builder
telecine(String telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.XavcHdProfileSettings.Builder
telecine(XavcHdProfileTelecine telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bitrateClass
XavcHdProfileSettings.Builder bitrateClass(String bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Parameters:
bitrateClass
- Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileBitrateClass
,XavcHdProfileBitrateClass
-
bitrateClass
XavcHdProfileSettings.Builder bitrateClass(XavcHdProfileBitrateClass bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Parameters:
bitrateClass
- Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileBitrateClass
,XavcHdProfileBitrateClass
-
flickerAdaptiveQuantization
XavcHdProfileSettings.Builder flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
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. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.- Parameters:
flickerAdaptiveQuantization
- 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. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcFlickerAdaptiveQuantization
,XavcFlickerAdaptiveQuantization
-
flickerAdaptiveQuantization
XavcHdProfileSettings.Builder flickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
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. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.- Parameters:
flickerAdaptiveQuantization
- 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. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcFlickerAdaptiveQuantization
,XavcFlickerAdaptiveQuantization
-
gopBReference
XavcHdProfileSettings.Builder gopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder from using B-frames as reference frames.- Parameters:
gopBReference
- Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder from using B-frames as reference frames.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcGopBReference
,XavcGopBReference
-
gopBReference
XavcHdProfileSettings.Builder gopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder from using B-frames as reference frames.- Parameters:
gopBReference
- Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder from using B-frames as reference frames.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcGopBReference
,XavcGopBReference
-
gopClosedCadence
XavcHdProfileSettings.Builder gopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.- Parameters:
gopClosedCadence
- Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hrdBufferSize
XavcHdProfileSettings.Builder hrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.- Parameters:
hrdBufferSize
- Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interlaceMode
XavcHdProfileSettings.Builder interlaceMode(String interlaceMode)
Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Parameters:
interlaceMode
- Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcInterlaceMode
,XavcInterlaceMode
-
interlaceMode
XavcHdProfileSettings.Builder interlaceMode(XavcInterlaceMode interlaceMode)
Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Parameters:
interlaceMode
- Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcInterlaceMode
,XavcInterlaceMode
-
qualityTuningLevel
XavcHdProfileSettings.Builder qualityTuningLevel(String qualityTuningLevel)
Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.- Parameters:
qualityTuningLevel
- Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileQualityTuningLevel
,XavcHdProfileQualityTuningLevel
-
qualityTuningLevel
XavcHdProfileSettings.Builder qualityTuningLevel(XavcHdProfileQualityTuningLevel qualityTuningLevel)
Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.- Parameters:
qualityTuningLevel
- Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileQualityTuningLevel
,XavcHdProfileQualityTuningLevel
-
slices
XavcHdProfileSettings.Builder slices(Integer slices)
Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.- Parameters:
slices
- Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telecine
XavcHdProfileSettings.Builder telecine(String telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.- Parameters:
telecine
- Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileTelecine
,XavcHdProfileTelecine
-
telecine
XavcHdProfileSettings.Builder telecine(XavcHdProfileTelecine telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.- Parameters:
telecine
- Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdProfileTelecine
,XavcHdProfileTelecine
-
-