| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
H265Settings |
H265Settings.clone() |
H265Settings |
VideoCodecSettings.getH265Settings()
Settings for H265 codec
|
H265Settings |
H265Settings.withAdaptiveQuantization(H265AdaptiveQuantization adaptiveQuantization)
Adaptive quantization.
|
H265Settings |
H265Settings.withAdaptiveQuantization(String adaptiveQuantization)
Adaptive quantization.
|
H265Settings |
H265Settings.withAlternateTransferFunctionSei(H265AlternateTransferFunctionSei alternateTransferFunctionSei)
Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer
Function (EOTF).
|
H265Settings |
H265Settings.withAlternateTransferFunctionSei(String alternateTransferFunctionSei)
Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer
Function (EOTF).
|
H265Settings |
H265Settings.withBitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
H265Settings |
H265Settings.withCodecLevel(H265CodecLevel codecLevel)
H.265 Level.
|
H265Settings |
H265Settings.withCodecLevel(String codecLevel)
H.265 Level.
|
H265Settings |
H265Settings.withCodecProfile(H265CodecProfile codecProfile)
Represents the Profile and Tier, per the HEVC (H.265) specification.
|
H265Settings |
H265Settings.withCodecProfile(String codecProfile)
Represents the Profile and Tier, per the HEVC (H.265) specification.
|
H265Settings |
H265Settings.withDynamicSubGop(H265DynamicSubGop dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H265Settings |
H265Settings.withDynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H265Settings |
H265Settings.withFlickerAdaptiveQuantization(H265FlickerAdaptiveQuantization flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings |
H265Settings.withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings |
H265Settings.withFramerateControl(H265FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H265Settings |
H265Settings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H265Settings |
H265Settings.withFramerateConversionAlgorithm(H265FramerateConversionAlgorithm framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H265Settings |
H265Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H265Settings |
H265Settings.withFramerateDenominator(Integer framerateDenominator)
Frame rate denominator.
|
H265Settings |
H265Settings.withFramerateNumerator(Integer framerateNumerator)
Frame rate numerator - frame rate is a fraction, e.g.
|
H265Settings |
H265Settings.withGopBReference(H265GopBReference gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H265Settings |
H265Settings.withGopBReference(String gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H265Settings |
H265Settings.withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
H265Settings |
H265Settings.withGopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
H265Settings |
H265Settings.withGopSizeUnits(H265GopSizeUnits gopSizeUnits)
Indicates if the GOP Size in H265 is specified in frames or seconds.
|
H265Settings |
H265Settings.withGopSizeUnits(String gopSizeUnits)
Indicates if the GOP Size in H265 is specified in frames or seconds.
|
H265Settings |
H265Settings.withHrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
H265Settings |
H265Settings.withHrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
H265Settings |
H265Settings.withInterlaceMode(H265InterlaceMode interlaceMode)
Choose the scan line type for the output.
|
H265Settings |
H265Settings.withInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
H265Settings |
H265Settings.withMaxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
H265Settings |
H265Settings.withMinIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
H265Settings |
H265Settings.withNumberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
H265Settings |
H265Settings.withNumberReferenceFrames(Integer numberReferenceFrames)
Number of reference frames to use.
|
H265Settings |
H265Settings.withParControl(H265ParControl parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H265Settings |
H265Settings.withParControl(String parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H265Settings |
H265Settings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
H265Settings |
H265Settings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
H265Settings |
H265Settings.withQualityTuningLevel(H265QualityTuningLevel qualityTuningLevel)
Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality
singlepass, or high-quality multipass video encoding.
|
H265Settings |
H265Settings.withQualityTuningLevel(String qualityTuningLevel)
Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality
singlepass, or high-quality multipass video encoding.
|
H265Settings |
H265Settings.withQvbrSettings(H265QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
H265Settings |
H265Settings.withRateControlMode(H265RateControlMode rateControlMode)
Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or
quality-defined variable bitrate (QVBR).
|
H265Settings |
H265Settings.withRateControlMode(String rateControlMode)
Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or
quality-defined variable bitrate (QVBR).
|
H265Settings |
H265Settings.withSampleAdaptiveOffsetFilterMode(H265SampleAdaptiveOffsetFilterMode sampleAdaptiveOffsetFilterMode)
Specify Sample Adaptive Offset (SAO) filter strength.
|
H265Settings |
H265Settings.withSampleAdaptiveOffsetFilterMode(String sampleAdaptiveOffsetFilterMode)
Specify Sample Adaptive Offset (SAO) filter strength.
|
H265Settings |
H265Settings.withSceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H265Settings |
H265Settings.withSceneChangeDetect(String sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H265Settings |
H265Settings.withSlices(Integer slices)
Number of slices per picture.
|
H265Settings |
H265Settings.withSlowPal(H265SlowPal slowPal)
Enables Slow PAL rate conversion.
|
H265Settings |
H265Settings.withSlowPal(String slowPal)
Enables Slow PAL rate conversion.
|
H265Settings |
H265Settings.withSpatialAdaptiveQuantization(H265SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H265Settings |
H265Settings.withSpatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H265Settings |
H265Settings.withTelecine(H265Telecine telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H265Settings |
H265Settings.withTelecine(String telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H265Settings |
H265Settings.withTemporalAdaptiveQuantization(H265TemporalAdaptiveQuantization temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H265Settings |
H265Settings.withTemporalAdaptiveQuantization(String temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H265Settings |
H265Settings.withTemporalIds(H265TemporalIds temporalIds)
Enables temporal layer identifiers in the encoded bitstream.
|
H265Settings |
H265Settings.withTemporalIds(String temporalIds)
Enables temporal layer identifiers in the encoded bitstream.
|
H265Settings |
H265Settings.withTiles(H265Tiles tiles)
Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.
|
H265Settings |
H265Settings.withTiles(String tiles)
Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.
|
H265Settings |
H265Settings.withUnregisteredSeiTimecode(H265UnregisteredSeiTimecode unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
H265Settings |
H265Settings.withUnregisteredSeiTimecode(String unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
H265Settings |
H265Settings.withWriteMp4PackagingType(H265WriteMp4PackagingType writeMp4PackagingType)
Use this setting only for outputs encoded with H.265 that are in CMAF or DASH output groups.
|
H265Settings |
H265Settings.withWriteMp4PackagingType(String writeMp4PackagingType)
Use this setting only for outputs encoded with H.265 that are in CMAF or DASH output groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setH265Settings(H265Settings h265Settings)
Settings for H265 codec
|
VideoCodecSettings |
VideoCodecSettings.withH265Settings(H265Settings h265Settings)
Settings for H265 codec
|
Copyright © 2019. All rights reserved.