Av1Settings.Builder |
Av1Settings.Builder.adaptiveQuantization(String adaptiveQuantization) |
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings.Builder |
Av1Settings.Builder.adaptiveQuantization(Av1AdaptiveQuantization adaptiveQuantization) |
Specify the strength of any adaptive quantization filters that you enable.
|
Av1Settings.Builder |
Av1Settings.Builder.bitDepth(String bitDepth) |
Specify the Bit depth.
|
Av1Settings.Builder |
Av1Settings.Builder.bitDepth(Av1BitDepth bitDepth) |
Specify the Bit depth.
|
static Av1Settings.Builder |
Av1Settings.builder() |
|
Av1Settings.Builder |
Av1Settings.Builder.filmGrainSynthesis(String filmGrainSynthesis) |
Film grain synthesis replaces film grain present in your content with similar quality synthesized AV1 film
grain.
|
Av1Settings.Builder |
Av1Settings.Builder.filmGrainSynthesis(Av1FilmGrainSynthesis filmGrainSynthesis) |
Film grain synthesis replaces film grain present in your content with similar quality synthesized AV1 film
grain.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateControl(String framerateControl) |
Use the Framerate setting to specify the frame rate for this output.
|
Av1Settings.Builder |
Av1Settings.Builder.framerateControl(Av1FramerateControl framerateControl) |
Use the Framerate setting to specify the frame rate for this output.
|
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.framerateConversionAlgorithm(Av1FramerateConversionAlgorithm 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.
|
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.qvbrSettings(Av1QvbrSettings qvbrSettings) |
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
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.rateControlMode(Av1RateControlMode 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(String spatialAdaptiveQuantization) |
Keep the default value, Enabled, to adjust quantization within each frame based on spatial variation of
content complexity.
|
Av1Settings.Builder |
Av1Settings.Builder.spatialAdaptiveQuantization(Av1SpatialAdaptiveQuantization spatialAdaptiveQuantization) |
Keep the default value, Enabled, to adjust quantization within each frame based on spatial variation of
content complexity.
|
Av1Settings.Builder |
Av1Settings.toBuilder() |
|