| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Av1Settings.Builder |
Av1Settings.Builder.adaptiveQuantization(Av1AdaptiveQuantization adaptiveQuantization)
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings.Builder |
Av1Settings.Builder.adaptiveQuantization(String adaptiveQuantization)
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings.Builder |
Av1Settings.Builder.bitDepth(Av1BitDepth bitDepth)
Specify the Bit depth (Av1BitDepth).
|
Av1Settings.Builder |
Av1Settings.Builder.bitDepth(String bitDepth)
Specify the Bit depth (Av1BitDepth).
|
static Av1Settings.Builder |
Av1Settings.builder() |
Av1Settings.Builder |
Av1Settings.Builder.framerateControl(Av1FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateConversionAlgorithm(Av1FramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Av1Settings.Builder |
Av1Settings.Builder.gopSize(Double gopSize)
Specify the GOP length (keyframe interval) in frames.
|
Av1Settings.Builder |
Av1Settings.Builder.maxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
Av1Settings.Builder |
Av1Settings.Builder.numberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Specify from the number of B-frames, in the range of 0-15.
|
Av1Settings.Builder |
Av1Settings.Builder.qvbrSettings(Av1QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
default Av1Settings.Builder |
Av1Settings.Builder.qvbrSettings(Consumer<Av1QvbrSettings.Builder> qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
Av1Settings.Builder |
Av1Settings.Builder.rateControlMode(Av1RateControlMode rateControlMode)
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
Av1Settings.Builder |
Av1Settings.Builder.rateControlMode(String rateControlMode)
'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR).
|
Av1Settings.Builder |
Av1Settings.Builder.slices(Integer slices)
Specify the number of slices per picture.
|
Av1Settings.Builder |
Av1Settings.Builder.spatialAdaptiveQuantization(Av1SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial
variation of content complexity.
|
Av1Settings.Builder |
Av1Settings.Builder.spatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial
variation of content complexity.
|
Av1Settings.Builder |
Av1Settings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Av1Settings.Builder> |
Av1Settings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.av1Settings(Consumer<Av1Settings.Builder> av1Settings)
Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
Copyright © 2023. All rights reserved.