| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mpeg2Settings |
Mpeg2Settings.clone() |
Mpeg2Settings |
VideoCodecSettings.getMpeg2Settings() |
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(Mpeg2AdaptiveQuantization adaptiveQuantization) |
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(String adaptiveQuantization) |
Mpeg2Settings |
Mpeg2Settings.withBitrate(Integer bitrate)
Average bitrate in bits/second.
|
Mpeg2Settings |
Mpeg2Settings.withCodecLevel(Mpeg2CodecLevel codecLevel) |
Mpeg2Settings |
Mpeg2Settings.withCodecLevel(String codecLevel) |
Mpeg2Settings |
Mpeg2Settings.withCodecProfile(Mpeg2CodecProfile codecProfile) |
Mpeg2Settings |
Mpeg2Settings.withCodecProfile(String codecProfile) |
Mpeg2Settings |
Mpeg2Settings.withFramerateControl(Mpeg2FramerateControl framerateControl) |
Mpeg2Settings |
Mpeg2Settings.withFramerateControl(String framerateControl) |
Mpeg2Settings |
Mpeg2Settings.withFramerateConversionAlgorithm(Mpeg2FramerateConversionAlgorithm framerateConversionAlgorithm) |
Mpeg2Settings |
Mpeg2Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm) |
Mpeg2Settings |
Mpeg2Settings.withFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateNumerator(Integer framerateNumerator)
Framerate numerator - framerate is a fraction, e.g.
|
Mpeg2Settings |
Mpeg2Settings.withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
Mpeg2Settings |
Mpeg2Settings.withGopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
Mpeg2Settings |
Mpeg2Settings.withGopSizeUnits(Mpeg2GopSizeUnits gopSizeUnits) |
Mpeg2Settings |
Mpeg2Settings.withGopSizeUnits(String gopSizeUnits) |
Mpeg2Settings |
Mpeg2Settings.withHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
Mpeg2Settings |
Mpeg2Settings.withHrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model).
|
Mpeg2Settings |
Mpeg2Settings.withInterlaceMode(Mpeg2InterlaceMode interlaceMode) |
Mpeg2Settings |
Mpeg2Settings.withInterlaceMode(String interlaceMode) |
Mpeg2Settings |
Mpeg2Settings.withIntraDcPrecision(Mpeg2IntraDcPrecision intraDcPrecision) |
Mpeg2Settings |
Mpeg2Settings.withIntraDcPrecision(String intraDcPrecision) |
Mpeg2Settings |
Mpeg2Settings.withMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second (for VBR mode only).
|
Mpeg2Settings |
Mpeg2Settings.withMinIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
Mpeg2Settings |
Mpeg2Settings.withNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
Mpeg2Settings |
Mpeg2Settings.withParControl(Mpeg2ParControl parControl) |
Mpeg2Settings |
Mpeg2Settings.withParControl(String parControl) |
Mpeg2Settings |
Mpeg2Settings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
Mpeg2Settings |
Mpeg2Settings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
Mpeg2Settings |
Mpeg2Settings.withQualityTuningLevel(Mpeg2QualityTuningLevel qualityTuningLevel) |
Mpeg2Settings |
Mpeg2Settings.withQualityTuningLevel(String qualityTuningLevel) |
Mpeg2Settings |
Mpeg2Settings.withRateControlMode(Mpeg2RateControlMode rateControlMode) |
Mpeg2Settings |
Mpeg2Settings.withRateControlMode(String rateControlMode) |
Mpeg2Settings |
Mpeg2Settings.withSceneChangeDetect(Mpeg2SceneChangeDetect sceneChangeDetect) |
Mpeg2Settings |
Mpeg2Settings.withSceneChangeDetect(String sceneChangeDetect) |
Mpeg2Settings |
Mpeg2Settings.withSlowPal(Mpeg2SlowPal slowPal) |
Mpeg2Settings |
Mpeg2Settings.withSlowPal(String slowPal) |
Mpeg2Settings |
Mpeg2Settings.withSoftness(Integer softness)
Softness.
|
Mpeg2Settings |
Mpeg2Settings.withSpatialAdaptiveQuantization(Mpeg2SpatialAdaptiveQuantization spatialAdaptiveQuantization) |
Mpeg2Settings |
Mpeg2Settings.withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization) |
Mpeg2Settings |
Mpeg2Settings.withSyntax(Mpeg2Syntax syntax) |
Mpeg2Settings |
Mpeg2Settings.withSyntax(String syntax) |
Mpeg2Settings |
Mpeg2Settings.withTelecine(Mpeg2Telecine telecine) |
Mpeg2Settings |
Mpeg2Settings.withTelecine(String telecine) |
Mpeg2Settings |
Mpeg2Settings.withTemporalAdaptiveQuantization(Mpeg2TemporalAdaptiveQuantization temporalAdaptiveQuantization) |
Mpeg2Settings |
Mpeg2Settings.withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization) |
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setMpeg2Settings(Mpeg2Settings mpeg2Settings) |
VideoCodecSettings |
VideoCodecSettings.withMpeg2Settings(Mpeg2Settings mpeg2Settings) |
Copyright © 2018. All rights reserved.