| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
H265Settings |
H265Settings.clone() |
H265Settings |
VideoCodecSettings.getH265Settings() |
H265Settings |
H265Settings.withAdaptiveQuantization(H265AdaptiveQuantization adaptiveQuantization)
Adaptive quantization.
|
H265Settings |
H265Settings.withAdaptiveQuantization(String adaptiveQuantization)
Adaptive quantization.
|
H265Settings |
H265Settings.withAfdSignaling(AfdSignaling afdSignaling)
Indicates that AFD values will be written into the output stream.
|
H265Settings |
H265Settings.withAfdSignaling(String afdSignaling)
Indicates that AFD values will be written into the output stream.
|
H265Settings |
H265Settings.withAlternativeTransferFunction(H265AlternativeTransferFunction alternativeTransferFunction)
Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility
with non-HDR decoders and displays.
|
H265Settings |
H265Settings.withAlternativeTransferFunction(String alternativeTransferFunction)
Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility
with non-HDR decoders and displays.
|
H265Settings |
H265Settings.withBitrate(Integer bitrate)
Average bitrate in bits/second.
|
H265Settings |
H265Settings.withBufSize(Integer bufSize)
Size of buffer (HRD buffer model) in bits.
|
H265Settings |
H265Settings.withColorMetadata(H265ColorMetadata colorMetadata)
Includes colorspace metadata in the output.
|
H265Settings |
H265Settings.withColorMetadata(String colorMetadata)
Includes colorspace metadata in the output.
|
H265Settings |
H265Settings.withColorSpaceSettings(H265ColorSpaceSettings colorSpaceSettings)
Color Space settings
|
H265Settings |
H265Settings.withFilterSettings(H265FilterSettings filterSettings)
Optional filters that you can apply to an encode.
|
H265Settings |
H265Settings.withFixedAfd(FixedAfd fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
H265Settings |
H265Settings.withFixedAfd(String fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
H265Settings |
H265Settings.withFlickerAq(H265FlickerAq flickerAq)
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings |
H265Settings.withFlickerAq(String flickerAq)
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings |
H265Settings.withFramerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
H265Settings |
H265Settings.withFramerateNumerator(Integer framerateNumerator)
Framerate numerator - framerate is a fraction, e.g.
|
H265Settings |
H265Settings.withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
H265Settings |
H265Settings.withGopSize(Double gopSize)
GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
H265Settings |
H265Settings.withGopSizeUnits(H265GopSizeUnits gopSizeUnits)
Indicates if the gopSize is specified in frames or seconds.
|
H265Settings |
H265Settings.withGopSizeUnits(String gopSizeUnits)
Indicates if the gopSize is specified in frames or seconds.
|
H265Settings |
H265Settings.withLevel(H265Level level)
H.265 Level.
|
H265Settings |
H265Settings.withLevel(String level)
H.265 Level.
|
H265Settings |
H265Settings.withLookAheadRateControl(H265LookAheadRateControl lookAheadRateControl)
Amount of lookahead.
|
H265Settings |
H265Settings.withLookAheadRateControl(String lookAheadRateControl)
Amount of lookahead.
|
H265Settings |
H265Settings.withMaxBitrate(Integer maxBitrate)
For QVBR: See the tooltip for Quality level
|
H265Settings |
H265Settings.withMinIInterval(Integer minIInterval)
Only meaningful if sceneChangeDetect is set to enabled.
|
H265Settings |
H265Settings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
H265Settings |
H265Settings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
H265Settings |
H265Settings.withProfile(H265Profile profile)
H.265 Profile.
|
H265Settings |
H265Settings.withProfile(String profile)
H.265 Profile.
|
H265Settings |
H265Settings.withQvbrQualityLevel(Integer qvbrQualityLevel)
Controls the target quality for the video encode.
|
H265Settings |
H265Settings.withRateControlMode(H265RateControlMode rateControlMode)
Rate control mode.
|
H265Settings |
H265Settings.withRateControlMode(String rateControlMode)
Rate control mode.
|
H265Settings |
H265Settings.withScanType(H265ScanType scanType)
Sets the scan type of the output to progressive or top-field-first interlaced.
|
H265Settings |
H265Settings.withScanType(String scanType)
Sets the scan type of the output to progressive or top-field-first interlaced.
|
H265Settings |
H265Settings.withSceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
Scene change detection.
|
H265Settings |
H265Settings.withSceneChangeDetect(String sceneChangeDetect)
Scene change detection.
|
H265Settings |
H265Settings.withSlices(Integer slices)
Number of slices per picture.
|
H265Settings |
H265Settings.withTier(H265Tier tier)
H.265 Tier.
|
H265Settings |
H265Settings.withTier(String tier)
H.265 Tier.
|
H265Settings |
H265Settings.withTimecodeInsertion(H265TimecodeInsertionBehavior timecodeInsertion)
Determines how timecodes should be inserted into the video elementary stream.
|
H265Settings |
H265Settings.withTimecodeInsertion(String timecodeInsertion)
Determines how timecodes should be inserted into the video elementary stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setH265Settings(H265Settings h265Settings) |
VideoCodecSettings |
VideoCodecSettings.withH265Settings(H265Settings h265Settings) |
Copyright © 2021. All rights reserved.