| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Vp9Settings |
Vp9Settings.clone() |
Vp9Settings |
VideoCodecSettings.getVp9Settings()
Required when you set Codec to the value VP9.
|
Vp9Settings |
Vp9Settings.withBitrate(Integer bitrate)
Target bitrate in bits/second.
|
Vp9Settings |
Vp9Settings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vp9Settings |
Vp9Settings.withFramerateControl(Vp9FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vp9Settings |
Vp9Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vp9Settings |
Vp9Settings.withFramerateConversionAlgorithm(Vp9FramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vp9Settings |
Vp9Settings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vp9Settings |
Vp9Settings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vp9Settings |
Vp9Settings.withGopSize(Double gopSize)
GOP Length (keyframe interval) in frames.
|
Vp9Settings |
Vp9Settings.withHrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
Vp9Settings |
Vp9Settings.withMaxBitrate(Integer maxBitrate)
Ignore this setting unless you set qualityTuningLevel to MULTI_PASS.
|
Vp9Settings |
Vp9Settings.withParControl(String parControl)
Optional.
|
Vp9Settings |
Vp9Settings.withParControl(Vp9ParControl parControl)
Optional.
|
Vp9Settings |
Vp9Settings.withParDenominator(Integer parDenominator)
Required when you set Pixel aspect ratio to SPECIFIED.
|
Vp9Settings |
Vp9Settings.withParNumerator(Integer parNumerator)
Required when you set Pixel aspect ratio to SPECIFIED.
|
Vp9Settings |
Vp9Settings.withQualityTuningLevel(String qualityTuningLevel)
Optional.
|
Vp9Settings |
Vp9Settings.withQualityTuningLevel(Vp9QualityTuningLevel qualityTuningLevel)
Optional.
|
Vp9Settings |
Vp9Settings.withRateControlMode(String rateControlMode)
With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.
|
Vp9Settings |
Vp9Settings.withRateControlMode(Vp9RateControlMode rateControlMode)
With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setVp9Settings(Vp9Settings vp9Settings)
Required when you set Codec to the value VP9.
|
VideoCodecSettings |
VideoCodecSettings.withVp9Settings(Vp9Settings vp9Settings)
Required when you set Codec to the value VP9.
|
Copyright © 2023. All rights reserved.