| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mpeg2Settings |
Mpeg2Settings.clone() |
Mpeg2Settings |
VideoCodecSettings.getMpeg2Settings()
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.
|
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(Mpeg2AdaptiveQuantization adaptiveQuantization)
Adaptive quantization.
|
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(String adaptiveQuantization)
Adaptive quantization.
|
Mpeg2Settings |
Mpeg2Settings.withBitrate(Integer bitrate)
Average bitrate in bits/second.
|
Mpeg2Settings |
Mpeg2Settings.withCodecLevel(Mpeg2CodecLevel codecLevel)
Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.
|
Mpeg2Settings |
Mpeg2Settings.withCodecLevel(String codecLevel)
Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.
|
Mpeg2Settings |
Mpeg2Settings.withCodecProfile(Mpeg2CodecProfile codecProfile)
Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.
|
Mpeg2Settings |
Mpeg2Settings.withCodecProfile(String codecProfile)
Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.
|
Mpeg2Settings |
Mpeg2Settings.withDynamicSubGop(Mpeg2DynamicSubGop dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
Mpeg2Settings |
Mpeg2Settings.withDynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateControl(Mpeg2FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateConversionAlgorithm(Mpeg2FramerateConversionAlgorithm framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateDenominator(Integer framerateDenominator)
Frame rate denominator.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateNumerator(Integer framerateNumerator)
Frame rate numerator - frame rate 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)
Indicates if the GOP Size in MPEG2 is specified in frames or seconds.
|
Mpeg2Settings |
Mpeg2Settings.withGopSizeUnits(String gopSizeUnits)
Indicates if the GOP Size in MPEG2 is specified in frames or seconds.
|
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) in bits.
|
Mpeg2Settings |
Mpeg2Settings.withInterlaceMode(Mpeg2InterlaceMode interlaceMode)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
Mpeg2Settings |
Mpeg2Settings.withInterlaceMode(String interlaceMode)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
Mpeg2Settings |
Mpeg2Settings.withIntraDcPrecision(Mpeg2IntraDcPrecision intraDcPrecision)
Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients.
|
Mpeg2Settings |
Mpeg2Settings.withIntraDcPrecision(String intraDcPrecision)
Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients.
|
Mpeg2Settings |
Mpeg2Settings.withMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
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)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
Mpeg2Settings |
Mpeg2Settings.withParControl(String parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
Mpeg2Settings |
Mpeg2Settings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
Mpeg2Settings |
Mpeg2Settings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
Mpeg2Settings |
Mpeg2Settings.withQualityTuningLevel(Mpeg2QualityTuningLevel qualityTuningLevel)
Use Quality tuning level (Mpeg2QualityTuningLevel) to specifiy whether to use single-pass or multipass video
encoding.
|
Mpeg2Settings |
Mpeg2Settings.withQualityTuningLevel(String qualityTuningLevel)
Use Quality tuning level (Mpeg2QualityTuningLevel) to specifiy whether to use single-pass or multipass video
encoding.
|
Mpeg2Settings |
Mpeg2Settings.withRateControlMode(Mpeg2RateControlMode rateControlMode)
Use Rate control mode (Mpeg2RateControlMode) to specifiy whether the bitrate is variable (vbr) or constant (cbr).
|
Mpeg2Settings |
Mpeg2Settings.withRateControlMode(String rateControlMode)
Use Rate control mode (Mpeg2RateControlMode) to specifiy whether the bitrate is variable (vbr) or constant (cbr).
|
Mpeg2Settings |
Mpeg2Settings.withSceneChangeDetect(Mpeg2SceneChangeDetect sceneChangeDetect)
Scene change detection (inserts I-frames on scene changes).
|
Mpeg2Settings |
Mpeg2Settings.withSceneChangeDetect(String sceneChangeDetect)
Scene change detection (inserts I-frames on scene changes).
|
Mpeg2Settings |
Mpeg2Settings.withSlowPal(Mpeg2SlowPal slowPal)
Enables Slow PAL rate conversion.
|
Mpeg2Settings |
Mpeg2Settings.withSlowPal(String slowPal)
Enables Slow PAL rate conversion.
|
Mpeg2Settings |
Mpeg2Settings.withSoftness(Integer softness)
Softness.
|
Mpeg2Settings |
Mpeg2Settings.withSpatialAdaptiveQuantization(Mpeg2SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
Mpeg2Settings |
Mpeg2Settings.withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
Mpeg2Settings |
Mpeg2Settings.withSyntax(Mpeg2Syntax syntax)
Produces a Type D-10 compatible bitstream (SMPTE 356M-2001).
|
Mpeg2Settings |
Mpeg2Settings.withSyntax(String syntax)
Produces a Type D-10 compatible bitstream (SMPTE 356M-2001).
|
Mpeg2Settings |
Mpeg2Settings.withTelecine(Mpeg2Telecine telecine)
Only use Telecine (Mpeg2Telecine) when you set Framerate (Framerate) to 29.970.
|
Mpeg2Settings |
Mpeg2Settings.withTelecine(String telecine)
Only use Telecine (Mpeg2Telecine) when you set Framerate (Framerate) to 29.970.
|
Mpeg2Settings |
Mpeg2Settings.withTemporalAdaptiveQuantization(Mpeg2TemporalAdaptiveQuantization temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
Mpeg2Settings |
Mpeg2Settings.withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setMpeg2Settings(Mpeg2Settings mpeg2Settings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.
|
VideoCodecSettings |
VideoCodecSettings.withMpeg2Settings(Mpeg2Settings mpeg2Settings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.
|
Copyright © 2019. All rights reserved.