Interface Xavc4kProfileSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Xavc4kProfileSettings.Builder,Xavc4kProfileSettings>,SdkBuilder<Xavc4kProfileSettings.Builder,Xavc4kProfileSettings>,SdkPojo
- Enclosing class:
- Xavc4kProfileSettings
public static interface Xavc4kProfileSettings.Builder extends SdkPojo, CopyableBuilder<Xavc4kProfileSettings.Builder,Xavc4kProfileSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xavc4kProfileSettings.BuilderbitrateClass(String bitrateClass)Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.Xavc4kProfileSettings.BuilderbitrateClass(Xavc4kProfileBitrateClass bitrateClass)Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.Xavc4kProfileSettings.BuildercodecProfile(String codecProfile)Specify the codec profile for this output.Xavc4kProfileSettings.BuildercodecProfile(Xavc4kProfileCodecProfile codecProfile)Specify the codec profile for this output.Xavc4kProfileSettings.BuilderflickerAdaptiveQuantization(String flickerAdaptiveQuantization)The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive quantization.Xavc4kProfileSettings.BuilderflickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive quantization.Xavc4kProfileSettings.BuildergopBReference(String gopBReference)Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.Xavc4kProfileSettings.BuildergopBReference(XavcGopBReference gopBReference)Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.Xavc4kProfileSettings.BuildergopClosedCadence(Integer gopClosedCadence)Frequency of closed GOPs.Xavc4kProfileSettings.BuilderhrdBufferSize(Integer hrdBufferSize)Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.Xavc4kProfileSettings.BuilderqualityTuningLevel(String qualityTuningLevel)Optional.Xavc4kProfileSettings.BuilderqualityTuningLevel(Xavc4kProfileQualityTuningLevel qualityTuningLevel)Optional.Xavc4kProfileSettings.Builderslices(Integer slices)Number of slices per picture.-
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, sdkFields
-
-
-
-
Method Detail
-
bitrateClass
Xavc4kProfileSettings.Builder bitrateClass(String bitrateClass)
Specify the XAVC 4k (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 4k (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:
Xavc4kProfileBitrateClass,Xavc4kProfileBitrateClass
-
bitrateClass
Xavc4kProfileSettings.Builder bitrateClass(Xavc4kProfileBitrateClass bitrateClass)
Specify the XAVC 4k (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 4k (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:
Xavc4kProfileBitrateClass,Xavc4kProfileBitrateClass
-
codecProfile
Xavc4kProfileSettings.Builder codecProfile(String codecProfile)
Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.- Parameters:
codecProfile- Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Xavc4kProfileCodecProfile,Xavc4kProfileCodecProfile
-
codecProfile
Xavc4kProfileSettings.Builder codecProfile(Xavc4kProfileCodecProfile codecProfile)
Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.- Parameters:
codecProfile- Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Xavc4kProfileCodecProfile,Xavc4kProfileCodecProfile
-
flickerAdaptiveQuantization
Xavc4kProfileSettings.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
Xavc4kProfileSettings.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
Xavc4kProfileSettings.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
Xavc4kProfileSettings.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
Xavc4kProfileSettings.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
Xavc4kProfileSettings.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.
-
qualityTuningLevel
Xavc4kProfileSettings.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:
Xavc4kProfileQualityTuningLevel,Xavc4kProfileQualityTuningLevel
-
qualityTuningLevel
Xavc4kProfileSettings.Builder qualityTuningLevel(Xavc4kProfileQualityTuningLevel 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:
Xavc4kProfileQualityTuningLevel,Xavc4kProfileQualityTuningLevel
-
slices
Xavc4kProfileSettings.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.
-
-