@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class XavcHdProfileSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
XavcHdProfileSettings() |
Modifier and Type | Method and Description |
---|---|
XavcHdProfileSettings |
clone() |
boolean |
equals(Object obj) |
String |
getBitrateClass()
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
String |
getFlickerAdaptiveQuantization()
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
String |
getGopBReference()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
Integer |
getGopClosedCadence()
Frequency of closed GOPs.
|
Integer |
getHrdBufferSize()
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
String |
getInterlaceMode()
Choose the scan line type for the output.
|
String |
getQualityTuningLevel()
Optional.
|
Integer |
getSlices()
Number of slices per picture.
|
String |
getTelecine()
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBitrateClass(String bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
void |
setFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
void |
setGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
void |
setGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
void |
setHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
void |
setInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
void |
setQualityTuningLevel(String qualityTuningLevel)
Optional.
|
void |
setSlices(Integer slices)
Number of slices per picture.
|
void |
setTelecine(String telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
String |
toString()
Returns a string representation of this object.
|
XavcHdProfileSettings |
withBitrateClass(String bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
XavcHdProfileSettings |
withBitrateClass(XavcHdProfileBitrateClass bitrateClass)
Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output.
|
XavcHdProfileSettings |
withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
XavcHdProfileSettings |
withFlickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive
quantization (XavcAdaptiveQuantization).
|
XavcHdProfileSettings |
withGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcHdProfileSettings |
withGopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcHdProfileSettings |
withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
XavcHdProfileSettings |
withHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output.
|
XavcHdProfileSettings |
withInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
XavcHdProfileSettings |
withInterlaceMode(XavcInterlaceMode interlaceMode)
Choose the scan line type for the output.
|
XavcHdProfileSettings |
withQualityTuningLevel(String qualityTuningLevel)
Optional.
|
XavcHdProfileSettings |
withQualityTuningLevel(XavcHdProfileQualityTuningLevel qualityTuningLevel)
Optional.
|
XavcHdProfileSettings |
withSlices(Integer slices)
Number of slices per picture.
|
XavcHdProfileSettings |
withTelecine(String telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
XavcHdProfileSettings |
withTelecine(XavcHdProfileTelecine telecine)
Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970.
|
public void setBitrateClass(String bitrateClass)
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.XavcHdProfileBitrateClass
public String getBitrateClass()
XavcHdProfileBitrateClass
public XavcHdProfileSettings withBitrateClass(String bitrateClass)
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.XavcHdProfileBitrateClass
public XavcHdProfileSettings withBitrateClass(XavcHdProfileBitrateClass bitrateClass)
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.XavcHdProfileBitrateClass
public void setFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting
Adaptive quantization (XavcAdaptiveQuantization). 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 (adaptiveQuantization) to a value other than Off (OFF) or
Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive
quantization provides.XavcFlickerAdaptiveQuantization
public String getFlickerAdaptiveQuantization()
XavcFlickerAdaptiveQuantization
public XavcHdProfileSettings withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting
Adaptive quantization (XavcAdaptiveQuantization). 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 (adaptiveQuantization) to a value other than Off (OFF) or
Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive
quantization provides.XavcFlickerAdaptiveQuantization
public XavcHdProfileSettings withFlickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting
Adaptive quantization (XavcAdaptiveQuantization). 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 (adaptiveQuantization) to a value other than Off (OFF) or
Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive
quantization provides.XavcFlickerAdaptiveQuantization
public void setGopBReference(String gopBReference)
gopBReference
- Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to
prevent the encoder from using B-frames as reference frames.XavcGopBReference
public String getGopBReference()
XavcGopBReference
public XavcHdProfileSettings withGopBReference(String gopBReference)
gopBReference
- Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to
prevent the encoder from using B-frames as reference frames.XavcGopBReference
public XavcHdProfileSettings withGopBReference(XavcGopBReference gopBReference)
gopBReference
- Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to
prevent the encoder from using B-frames as reference frames.XavcGopBReference
public void setGopClosedCadence(Integer gopClosedCadence)
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.public Integer getGopClosedCadence()
public XavcHdProfileSettings withGopClosedCadence(Integer gopClosedCadence)
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.public void setHrdBufferSize(Integer hrdBufferSize)
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.public Integer getHrdBufferSize()
public XavcHdProfileSettings withHrdBufferSize(Integer hrdBufferSize)
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.public void setInterlaceMode(String interlaceMode)
interlaceMode
- Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a
progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom
field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout.
Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) 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.XavcInterlaceMode
public String getInterlaceMode()
XavcInterlaceMode
public XavcHdProfileSettings withInterlaceMode(String interlaceMode)
interlaceMode
- Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a
progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom
field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout.
Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) 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.XavcInterlaceMode
public XavcHdProfileSettings withInterlaceMode(XavcInterlaceMode interlaceMode)
interlaceMode
- Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a
progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom
field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout.
Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) 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.XavcInterlaceMode
public void setQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed
for output video quality. The default behavior is faster, lower quality, single-pass encoding.XavcHdProfileQualityTuningLevel
public String getQualityTuningLevel()
XavcHdProfileQualityTuningLevel
public XavcHdProfileSettings withQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed
for output video quality. The default behavior is faster, lower quality, single-pass encoding.XavcHdProfileQualityTuningLevel
public XavcHdProfileSettings withQualityTuningLevel(XavcHdProfileQualityTuningLevel qualityTuningLevel)
qualityTuningLevel
- Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed
for output video quality. The default behavior is faster, lower quality, single-pass encoding.XavcHdProfileQualityTuningLevel
public void setSlices(Integer slices)
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.public Integer getSlices()
public XavcHdProfileSettings withSlices(Integer slices)
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.public void setTelecine(String telecine)
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 (HARD). Otherwise, keep the default value None
(NONE). For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.XavcHdProfileTelecine
public String getTelecine()
XavcHdProfileTelecine
public XavcHdProfileSettings withTelecine(String telecine)
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 (HARD). Otherwise, keep the default value None
(NONE). For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.XavcHdProfileTelecine
public XavcHdProfileSettings withTelecine(XavcHdProfileTelecine telecine)
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 (HARD). Otherwise, keep the default value None
(NONE). For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.XavcHdProfileTelecine
public String toString()
toString
in class Object
Object.toString()
public XavcHdProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.