public static interface H265Settings.Builder extends SdkPojo, CopyableBuilder<H265Settings.Builder,H265Settings>
| Modifier and Type | Method and Description |
|---|---|
H265Settings.Builder |
adaptiveQuantization(H265AdaptiveQuantization adaptiveQuantization)
Adaptive quantization.
|
H265Settings.Builder |
adaptiveQuantization(String adaptiveQuantization)
Adaptive quantization.
|
H265Settings.Builder |
afdSignaling(AfdSignaling afdSignaling)
Indicates that AFD values will be written into the output stream.
|
H265Settings.Builder |
afdSignaling(String afdSignaling)
Indicates that AFD values will be written into the output stream.
|
H265Settings.Builder |
alternativeTransferFunction(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.Builder |
alternativeTransferFunction(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.Builder |
bitrate(Integer bitrate)
Average bitrate in bits/second.
|
H265Settings.Builder |
bufSize(Integer bufSize)
Size of buffer (HRD buffer model) in bits.
|
H265Settings.Builder |
colorMetadata(H265ColorMetadata colorMetadata)
Includes colorspace metadata in the output.
|
H265Settings.Builder |
colorMetadata(String colorMetadata)
Includes colorspace metadata in the output.
|
default H265Settings.Builder |
colorSpaceSettings(Consumer<H265ColorSpaceSettings.Builder> colorSpaceSettings)
Color Space settings This is a convenience method that creates an instance of the
H265ColorSpaceSettings.Builder avoiding the need to create one manually via
H265ColorSpaceSettings.builder(). |
H265Settings.Builder |
colorSpaceSettings(H265ColorSpaceSettings colorSpaceSettings)
Color Space settings
|
default H265Settings.Builder |
filterSettings(Consumer<H265FilterSettings.Builder> filterSettings)
Optional filters that you can apply to an encode.
|
H265Settings.Builder |
filterSettings(H265FilterSettings filterSettings)
Optional filters that you can apply to an encode.
|
H265Settings.Builder |
fixedAfd(FixedAfd fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
H265Settings.Builder |
fixedAfd(String fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
H265Settings.Builder |
flickerAq(H265FlickerAq flickerAq)
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings.Builder |
flickerAq(String flickerAq)
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings.Builder |
framerateDenominator(Integer framerateDenominator)
Framerate denominator.
|
H265Settings.Builder |
framerateNumerator(Integer framerateNumerator)
Framerate numerator - framerate is a fraction, e.g.
|
H265Settings.Builder |
gopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
H265Settings.Builder |
gopSize(Double gopSize)
GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
H265Settings.Builder |
gopSizeUnits(H265GopSizeUnits gopSizeUnits)
Indicates if the gopSize is specified in frames or seconds.
|
H265Settings.Builder |
gopSizeUnits(String gopSizeUnits)
Indicates if the gopSize is specified in frames or seconds.
|
H265Settings.Builder |
level(H265Level level)
H.265 Level.
|
H265Settings.Builder |
level(String level)
H.265 Level.
|
H265Settings.Builder |
lookAheadRateControl(H265LookAheadRateControl lookAheadRateControl)
Amount of lookahead.
|
H265Settings.Builder |
lookAheadRateControl(String lookAheadRateControl)
Amount of lookahead.
|
H265Settings.Builder |
maxBitrate(Integer maxBitrate)
For QVBR: See the tooltip for Quality level
|
H265Settings.Builder |
minIInterval(Integer minIInterval)
Only meaningful if sceneChangeDetect is set to enabled.
|
H265Settings.Builder |
parDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
H265Settings.Builder |
parNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
H265Settings.Builder |
profile(H265Profile profile)
H.265 Profile.
|
H265Settings.Builder |
profile(String profile)
H.265 Profile.
|
H265Settings.Builder |
qvbrQualityLevel(Integer qvbrQualityLevel)
Controls the target quality for the video encode.
|
H265Settings.Builder |
rateControlMode(H265RateControlMode rateControlMode)
Rate control mode.
|
H265Settings.Builder |
rateControlMode(String rateControlMode)
Rate control mode.
|
H265Settings.Builder |
scanType(H265ScanType scanType)
Sets the scan type of the output to progressive or top-field-first interlaced.
|
H265Settings.Builder |
scanType(String scanType)
Sets the scan type of the output to progressive or top-field-first interlaced.
|
H265Settings.Builder |
sceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
Scene change detection.
|
H265Settings.Builder |
sceneChangeDetect(String sceneChangeDetect)
Scene change detection.
|
H265Settings.Builder |
slices(Integer slices)
Number of slices per picture.
|
H265Settings.Builder |
tier(H265Tier tier)
H.265 Tier.
|
H265Settings.Builder |
tier(String tier)
H.265 Tier.
|
H265Settings.Builder |
timecodeInsertion(H265TimecodeInsertionBehavior timecodeInsertion)
Determines how timecodes should be inserted into the video elementary stream.
|
H265Settings.Builder |
timecodeInsertion(String timecodeInsertion)
Determines how timecodes should be inserted into the video elementary stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildH265Settings.Builder adaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization - Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H265AdaptiveQuantization,
H265AdaptiveQuantizationH265Settings.Builder adaptiveQuantization(H265AdaptiveQuantization adaptiveQuantization)
adaptiveQuantization - Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H265AdaptiveQuantization,
H265AdaptiveQuantizationH265Settings.Builder afdSignaling(String afdSignaling)
afdSignaling - Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the
system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set
to "fixed", the AFD value will be the value configured in the fixedAfd parameter.AfdSignaling,
AfdSignalingH265Settings.Builder afdSignaling(AfdSignaling afdSignaling)
afdSignaling - Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the
system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set
to "fixed", the AFD value will be the value configured in the fixedAfd parameter.AfdSignaling,
AfdSignalingH265Settings.Builder alternativeTransferFunction(String alternativeTransferFunction)
alternativeTransferFunction - Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards
compatibility with non-HDR decoders and displays.H265AlternativeTransferFunction,
H265AlternativeTransferFunctionH265Settings.Builder alternativeTransferFunction(H265AlternativeTransferFunction alternativeTransferFunction)
alternativeTransferFunction - Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards
compatibility with non-HDR decoders and displays.H265AlternativeTransferFunction,
H265AlternativeTransferFunctionH265Settings.Builder bitrate(Integer bitrate)
bitrate - Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR.
In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to
the nearest multiple of 1000.H265Settings.Builder bufSize(Integer bufSize)
bufSize - Size of buffer (HRD buffer model) in bits.H265Settings.Builder colorMetadata(String colorMetadata)
colorMetadata - Includes colorspace metadata in the output.H265ColorMetadata,
H265ColorMetadataH265Settings.Builder colorMetadata(H265ColorMetadata colorMetadata)
colorMetadata - Includes colorspace metadata in the output.H265ColorMetadata,
H265ColorMetadataH265Settings.Builder colorSpaceSettings(H265ColorSpaceSettings colorSpaceSettings)
colorSpaceSettings - Color Space settingsdefault H265Settings.Builder colorSpaceSettings(Consumer<H265ColorSpaceSettings.Builder> colorSpaceSettings)
H265ColorSpaceSettings.Builder avoiding the need to create one manually via
H265ColorSpaceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to colorSpaceSettings(H265ColorSpaceSettings).
colorSpaceSettings - a consumer that will call methods on H265ColorSpaceSettings.BuildercolorSpaceSettings(H265ColorSpaceSettings)H265Settings.Builder filterSettings(H265FilterSettings filterSettings)
filterSettings - Optional filters that you can apply to an encode.default H265Settings.Builder filterSettings(Consumer<H265FilterSettings.Builder> filterSettings)
H265FilterSettings.Builder avoiding the need to create one manually via
H265FilterSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterSettings(H265FilterSettings).
filterSettings - a consumer that will call methods on H265FilterSettings.BuilderfilterSettings(H265FilterSettings)H265Settings.Builder fixedAfd(String fixedAfd)
H265Settings.Builder fixedAfd(FixedAfd fixedAfd)
H265Settings.Builder flickerAq(String flickerAq)
flickerAq - If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H265FlickerAq,
H265FlickerAqH265Settings.Builder flickerAq(H265FlickerAq flickerAq)
flickerAq - If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H265FlickerAq,
H265FlickerAqH265Settings.Builder framerateDenominator(Integer framerateDenominator)
framerateDenominator - Framerate denominator.H265Settings.Builder framerateNumerator(Integer framerateNumerator)
framerateNumerator - Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.H265Settings.Builder gopClosedCadence(Integer gopClosedCadence)
gopClosedCadence - Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a
decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0
will break output segmenting.H265Settings.Builder gopSize(Double gopSize)
gopSize - GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is
frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds,
gopSize must be greater than 0, but need not be an integer.H265Settings.Builder gopSizeUnits(String gopSizeUnits)
gopSizeUnits - Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the
gopSize into a frame count at run time.H265GopSizeUnits,
H265GopSizeUnitsH265Settings.Builder gopSizeUnits(H265GopSizeUnits gopSizeUnits)
gopSizeUnits - Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the
gopSize into a frame count at run time.H265GopSizeUnits,
H265GopSizeUnitsH265Settings.Builder level(String level)
H265Settings.Builder level(H265Level level)
H265Settings.Builder lookAheadRateControl(String lookAheadRateControl)
lookAheadRateControl - Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce
better quality for certain content.H265LookAheadRateControl,
H265LookAheadRateControlH265Settings.Builder lookAheadRateControl(H265LookAheadRateControl lookAheadRateControl)
lookAheadRateControl - Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce
better quality for certain content.H265LookAheadRateControl,
H265LookAheadRateControlH265Settings.Builder maxBitrate(Integer maxBitrate)
maxBitrate - For QVBR: See the tooltip for Quality levelH265Settings.Builder minIInterval(Integer minIInterval)
minIInterval - Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is
used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change
Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is
shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well
as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP
size + Min-I-interval - 1H265Settings.Builder parDenominator(Integer parDenominator)
parDenominator - Pixel Aspect Ratio denominator.H265Settings.Builder parNumerator(Integer parNumerator)
parNumerator - Pixel Aspect Ratio numerator.H265Settings.Builder profile(String profile)
profile - H.265 Profile.H265Profile,
H265ProfileH265Settings.Builder profile(H265Profile profile)
profile - H.265 Profile.H265Profile,
H265ProfileH265Settings.Builder qvbrQualityLevel(Integer qvbrQualityLevel)
qvbrQualityLevel - Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set
values for the QVBR quality level field and Max bitrate field that suit your most important viewing
devices. Recommended values are: - Primary screen: Quality level: 8 to 10. Max bitrate: 4M - PC or
tablet: Quality level: 7. Max bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M to
1.5MH265Settings.Builder rateControlMode(String rateControlMode)
rateControlMode - Rate control mode.
QVBR: Quality will match the specified quality level except when it is constrained by the maximum
bitrate. Recommended if you or your viewers pay for bandwidth.
CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets
to devices that cannot handle variable bitrates.
Multiplex: This rate control mode is only supported (and is required) when the video is being
delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the
properties within the Multiplex Program.H265RateControlMode,
H265RateControlModeH265Settings.Builder rateControlMode(H265RateControlMode rateControlMode)
rateControlMode - Rate control mode.
QVBR: Quality will match the specified quality level except when it is constrained by the maximum
bitrate. Recommended if you or your viewers pay for bandwidth.
CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets
to devices that cannot handle variable bitrates.
Multiplex: This rate control mode is only supported (and is required) when the video is being
delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the
properties within the Multiplex Program.H265RateControlMode,
H265RateControlModeH265Settings.Builder scanType(String scanType)
scanType - Sets the scan type of the output to progressive or top-field-first interlaced.H265ScanType,
H265ScanTypeH265Settings.Builder scanType(H265ScanType scanType)
scanType - Sets the scan type of the output to progressive or top-field-first interlaced.H265ScanType,
H265ScanTypeH265Settings.Builder sceneChangeDetect(String sceneChangeDetect)
sceneChangeDetect - Scene change detection.H265SceneChangeDetect,
H265SceneChangeDetectH265Settings.Builder sceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
sceneChangeDetect - Scene change detection.H265SceneChangeDetect,
H265SceneChangeDetectH265Settings.Builder slices(Integer slices)
slices - Number of slices per picture. Must be less than or equal to the number of macroblock rows for
progressive pictures, and less than or equal to half the number of macroblock rows for interlaced
pictures. This field is optional; when no value is specified the encoder will choose the number of
slices based on encode resolution.H265Settings.Builder tier(String tier)
H265Settings.Builder tier(H265Tier tier)
H265Settings.Builder timecodeInsertion(String timecodeInsertion)
timecodeInsertion - Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not
include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified
in Timecode ConfigH265TimecodeInsertionBehavior,
H265TimecodeInsertionBehaviorH265Settings.Builder timecodeInsertion(H265TimecodeInsertionBehavior timecodeInsertion)
timecodeInsertion - Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not
include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified
in Timecode ConfigH265TimecodeInsertionBehavior,
H265TimecodeInsertionBehaviorCopyright © 2022. All rights reserved.