| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Av1Settings |
Av1Settings.clone() |
Av1Settings |
VideoCodecSettings.getAv1Settings()
Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
Av1Settings |
Av1Settings.withAdaptiveQuantization(Av1AdaptiveQuantization adaptiveQuantization)
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings |
Av1Settings.withAdaptiveQuantization(String adaptiveQuantization)
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings |
Av1Settings.withFramerateControl(Av1FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Av1Settings |
Av1Settings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Av1Settings |
Av1Settings.withFramerateConversionAlgorithm(Av1FramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Av1Settings |
Av1Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Av1Settings |
Av1Settings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Av1Settings |
Av1Settings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Av1Settings |
Av1Settings.withGopSize(Double gopSize)
Specify the GOP length (keyframe interval) in frames.
|
Av1Settings |
Av1Settings.withMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
Av1Settings |
Av1Settings.withNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Specify from the number of B-frames, in the range of 0-15.
|
Av1Settings |
Av1Settings.withQvbrSettings(Av1QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
Av1Settings |
Av1Settings.withRateControlMode(Av1RateControlMode rateControlMode)
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
Av1Settings |
Av1Settings.withRateControlMode(String rateControlMode)
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
Av1Settings |
Av1Settings.withSlices(Integer slices)
Specify the number of slices per picture.
|
Av1Settings |
Av1Settings.withSpatialAdaptiveQuantization(Av1SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of
content complexity.
|
Av1Settings |
Av1Settings.withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of
content complexity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setAv1Settings(Av1Settings av1Settings)
Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
VideoCodecSettings |
VideoCodecSettings.withAv1Settings(Av1Settings av1Settings)
Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
Copyright © 2021. All rights reserved.