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