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 |
alternateTransferFunctionSei(H265AlternateTransferFunctionSei alternateTransferFunctionSei)
Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical
Transfer Function (EOTF).
|
H265Settings.Builder |
alternateTransferFunctionSei(String alternateTransferFunctionSei)
Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical
Transfer Function (EOTF).
|
H265Settings.Builder |
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
H265Settings.Builder |
codecLevel(H265CodecLevel codecLevel)
H.265 Level.
|
H265Settings.Builder |
codecLevel(String codecLevel)
H.265 Level.
|
H265Settings.Builder |
codecProfile(H265CodecProfile codecProfile)
Represents the Profile and Tier, per the HEVC (H.265) specification.
|
H265Settings.Builder |
codecProfile(String codecProfile)
Represents the Profile and Tier, per the HEVC (H.265) specification.
|
H265Settings.Builder |
dynamicSubGop(H265DynamicSubGop dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H265Settings.Builder |
dynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H265Settings.Builder |
flickerAdaptiveQuantization(H265FlickerAdaptiveQuantization flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings.Builder |
flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H265Settings.Builder |
framerateControl(H265FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H265Settings.Builder |
framerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H265Settings.Builder |
framerateConversionAlgorithm(H265FramerateConversionAlgorithm framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H265Settings.Builder |
framerateConversionAlgorithm(String framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H265Settings.Builder |
framerateDenominator(Integer framerateDenominator)
Frame rate denominator.
|
H265Settings.Builder |
framerateNumerator(Integer framerateNumerator)
Frame rate numerator - frame rate is a fraction, e.g.
|
H265Settings.Builder |
gopBReference(H265GopBReference gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H265Settings.Builder |
gopBReference(String gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H265Settings.Builder |
gopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
H265Settings.Builder |
gopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
H265Settings.Builder |
gopSizeUnits(H265GopSizeUnits gopSizeUnits)
Indicates if the GOP Size in H265 is specified in frames or seconds.
|
H265Settings.Builder |
gopSizeUnits(String gopSizeUnits)
Indicates if the GOP Size in H265 is specified in frames or seconds.
|
H265Settings.Builder |
hrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
H265Settings.Builder |
hrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
H265Settings.Builder |
interlaceMode(H265InterlaceMode interlaceMode)
Choose the scan line type for the output.
|
H265Settings.Builder |
interlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
H265Settings.Builder |
maxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
H265Settings.Builder |
minIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
H265Settings.Builder |
numberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
H265Settings.Builder |
numberReferenceFrames(Integer numberReferenceFrames)
Number of reference frames to use.
|
H265Settings.Builder |
parControl(H265ParControl parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H265Settings.Builder |
parControl(String parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H265Settings.Builder |
parDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
H265Settings.Builder |
parNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
H265Settings.Builder |
qualityTuningLevel(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.Builder |
qualityTuningLevel(String qualityTuningLevel)
Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality
singlepass, or high-quality multipass video encoding.
|
default H265Settings.Builder |
qvbrSettings(Consumer<H265QvbrSettings.Builder> qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
H265Settings.Builder |
qvbrSettings(H265QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.265 codec.
|
H265Settings.Builder |
rateControlMode(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.Builder |
rateControlMode(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.Builder |
sampleAdaptiveOffsetFilterMode(H265SampleAdaptiveOffsetFilterMode sampleAdaptiveOffsetFilterMode)
Specify Sample Adaptive Offset (SAO) filter strength.
|
H265Settings.Builder |
sampleAdaptiveOffsetFilterMode(String sampleAdaptiveOffsetFilterMode)
Specify Sample Adaptive Offset (SAO) filter strength.
|
H265Settings.Builder |
sceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H265Settings.Builder |
sceneChangeDetect(String sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H265Settings.Builder |
slices(Integer slices)
Number of slices per picture.
|
H265Settings.Builder |
slowPal(H265SlowPal slowPal)
Enables Slow PAL rate conversion.
|
H265Settings.Builder |
slowPal(String slowPal)
Enables Slow PAL rate conversion.
|
H265Settings.Builder |
spatialAdaptiveQuantization(H265SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H265Settings.Builder |
spatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H265Settings.Builder |
telecine(H265Telecine telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H265Settings.Builder |
telecine(String telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H265Settings.Builder |
temporalAdaptiveQuantization(H265TemporalAdaptiveQuantization temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H265Settings.Builder |
temporalAdaptiveQuantization(String temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H265Settings.Builder |
temporalIds(H265TemporalIds temporalIds)
Enables temporal layer identifiers in the encoded bitstream.
|
H265Settings.Builder |
temporalIds(String temporalIds)
Enables temporal layer identifiers in the encoded bitstream.
|
H265Settings.Builder |
tiles(H265Tiles tiles)
Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.
|
H265Settings.Builder |
tiles(String tiles)
Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.
|
H265Settings.Builder |
unregisteredSeiTimecode(H265UnregisteredSeiTimecode unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
H265Settings.Builder |
unregisteredSeiTimecode(String unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
H265Settings.Builder |
writeMp4PackagingType(H265WriteMp4PackagingType writeMp4PackagingType)
If the location of parameter set NAL units doesn't matter in your workflow, ignore this setting.
|
H265Settings.Builder |
writeMp4PackagingType(String writeMp4PackagingType)
If the location of parameter set NAL units doesn't matter in your workflow, ignore this setting.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
H265Settings.Builder adaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization
- Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H265AdaptiveQuantization
,
H265AdaptiveQuantization
H265Settings.Builder adaptiveQuantization(H265AdaptiveQuantization adaptiveQuantization)
adaptiveQuantization
- Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H265AdaptiveQuantization
,
H265AdaptiveQuantization
H265Settings.Builder alternateTransferFunctionSei(String alternateTransferFunctionSei)
alternateTransferFunctionSei
- Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG)
Electro-Optical Transfer Function (EOTF).H265AlternateTransferFunctionSei
,
H265AlternateTransferFunctionSei
H265Settings.Builder alternateTransferFunctionSei(H265AlternateTransferFunctionSei alternateTransferFunctionSei)
alternateTransferFunctionSei
- Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG)
Electro-Optical Transfer Function (EOTF).H265AlternateTransferFunctionSei
,
H265AlternateTransferFunctionSei
H265Settings.Builder bitrate(Integer bitrate)
bitrate
- Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs,
bitrates must be unique when rounded down to the nearest multiple of 1000.H265Settings.Builder codecLevel(String codecLevel)
codecLevel
- H.265 Level.H265CodecLevel
,
H265CodecLevel
H265Settings.Builder codecLevel(H265CodecLevel codecLevel)
codecLevel
- H.265 Level.H265CodecLevel
,
H265CodecLevel
H265Settings.Builder codecProfile(String codecProfile)
codecProfile
- Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as
[Profile] / [Tier], so "Main/High" represents Main Profile with High Tier. 4:2:2 profiles are only
available with the HEVC 4:2:2 License.H265CodecProfile
,
H265CodecProfile
H265Settings.Builder codecProfile(H265CodecProfile codecProfile)
codecProfile
- Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as
[Profile] / [Tier], so "Main/High" represents Main Profile with High Tier. 4:2:2 profiles are only
available with the HEVC 4:2:2 License.H265CodecProfile
,
H265CodecProfile
H265Settings.Builder dynamicSubGop(String dynamicSubGop)
dynamicSubGop
- Choose Adaptive to improve subjective video quality for high-motion content. This will cause the
service to use fewer B-frames (which infer information based on other frames) for high-motion portions
of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by
the value you provide for the setting B frames between reference frames
(numberBFramesBetweenReferenceFrames).H265DynamicSubGop
,
H265DynamicSubGop
H265Settings.Builder dynamicSubGop(H265DynamicSubGop dynamicSubGop)
dynamicSubGop
- Choose Adaptive to improve subjective video quality for high-motion content. This will cause the
service to use fewer B-frames (which infer information based on other frames) for high-motion portions
of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by
the value you provide for the setting B frames between reference frames
(numberBFramesBetweenReferenceFrames).H265DynamicSubGop
,
H265DynamicSubGop
H265Settings.Builder flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H265FlickerAdaptiveQuantization
,
H265FlickerAdaptiveQuantization
H265Settings.Builder flickerAdaptiveQuantization(H265FlickerAdaptiveQuantization flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H265FlickerAdaptiveQuantization
,
H265FlickerAdaptiveQuantization
H265Settings.Builder framerateControl(String framerateControl)
framerateControl
- If you are using the console, use the Framerate setting to specify the frame rate for this output. If
you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame
rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in
the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame
rate as a fraction. If you are creating your transcoding job sepecification as a JSON file without the
console, use FramerateControl to specify which value the service uses for the frame rate for this
output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input.
Choose SPECIFIED if you want the service to use the frame rate you specify in the settings
FramerateNumerator and FramerateDenominator.H265FramerateControl
,
H265FramerateControl
H265Settings.Builder framerateControl(H265FramerateControl framerateControl)
framerateControl
- If you are using the console, use the Framerate setting to specify the frame rate for this output. If
you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame
rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in
the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame
rate as a fraction. If you are creating your transcoding job sepecification as a JSON file without the
console, use FramerateControl to specify which value the service uses for the frame rate for this
output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input.
Choose SPECIFIED if you want the service to use the frame rate you specify in the settings
FramerateNumerator and FramerateDenominator.H265FramerateControl
,
H265FramerateControl
H265Settings.Builder framerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm
- When set to INTERPOLATE, produces smoother motion during frame rate conversion.H265FramerateConversionAlgorithm
,
H265FramerateConversionAlgorithm
H265Settings.Builder framerateConversionAlgorithm(H265FramerateConversionAlgorithm framerateConversionAlgorithm)
framerateConversionAlgorithm
- When set to INTERPOLATE, produces smoother motion during frame rate conversion.H265FramerateConversionAlgorithm
,
H265FramerateConversionAlgorithm
H265Settings.Builder framerateDenominator(Integer framerateDenominator)
framerateDenominator
- Frame rate denominator.H265Settings.Builder framerateNumerator(Integer framerateNumerator)
framerateNumerator
- Frame rate numerator - frame rate is a fraction, e.g. 24000 / 1001 = 23.976 fps.H265Settings.Builder gopBReference(String gopBReference)
gopBReference
- If enable, use reference B frames for GOP structures that have B frames > 1.H265GopBReference
,
H265GopBReference
H265Settings.Builder gopBReference(H265GopBReference gopBReference)
gopBReference
- If enable, use reference B frames for GOP structures that have B frames > 1.H265GopBReference
,
H265GopBReference
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 Length (keyframe interval) in frames or seconds. Must be greater than zero.H265Settings.Builder gopSizeUnits(String gopSizeUnits)
gopSizeUnits
- Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will
convert the GOP Size into a frame count at run time.H265GopSizeUnits
,
H265GopSizeUnits
H265Settings.Builder gopSizeUnits(H265GopSizeUnits gopSizeUnits)
gopSizeUnits
- Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will
convert the GOP Size into a frame count at run time.H265GopSizeUnits
,
H265GopSizeUnits
H265Settings.Builder hrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
hrdBufferInitialFillPercentage
- Percentage of the buffer that should initially be filled (HRD buffer model).H265Settings.Builder hrdBufferSize(Integer hrdBufferSize)
hrdBufferSize
- Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.H265Settings.Builder interlaceMode(String interlaceMode)
interlaceMode
- Choose the scan line type for the output. Choose Progressive (PROGRESSIVE) to create a progressive
output, regardless of the scan type of your input. Choose Top Field First (TOP_FIELD) or Bottom Field
First (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout.
Choose Follow, Default Top (FOLLOW_TOP_FIELD) or Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) to
create an interlaced output with the same field polarity as the source. If the source is interlaced,
the output will be interlaced with the same polarity as the source (it will follow the source). The
output could therefore be a mix of "top field first" and "bottom field first". If the source is
progressive, your output will be interlaced with "top field first" or "bottom field first" polarity,
depending on which of the Follow options you chose. If you don't choose a value, the service will
default to Progressive (PROGRESSIVE).H265InterlaceMode
,
H265InterlaceMode
H265Settings.Builder interlaceMode(H265InterlaceMode interlaceMode)
interlaceMode
- Choose the scan line type for the output. Choose Progressive (PROGRESSIVE) to create a progressive
output, regardless of the scan type of your input. Choose Top Field First (TOP_FIELD) or Bottom Field
First (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout.
Choose Follow, Default Top (FOLLOW_TOP_FIELD) or Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) to
create an interlaced output with the same field polarity as the source. If the source is interlaced,
the output will be interlaced with the same polarity as the source (it will follow the source). The
output could therefore be a mix of "top field first" and "bottom field first". If the source is
progressive, your output will be interlaced with "top field first" or "bottom field first" polarity,
depending on which of the Follow options you chose. If you don't choose a value, the service will
default to Progressive (PROGRESSIVE).H265InterlaceMode
,
H265InterlaceMode
H265Settings.Builder maxBitrate(Integer maxBitrate)
maxBitrate
- Maximum bitrate in bits/second. For example, enter five megabits per second as 5000000. Required when
Rate control mode is QVBR.H265Settings.Builder minIInterval(Integer minIInterval)
minIInterval
- 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. This setting is only used when
Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1H265Settings.Builder numberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
numberBFramesBetweenReferenceFrames
- Number of B-frames between reference frames.H265Settings.Builder numberReferenceFrames(Integer numberReferenceFrames)
numberReferenceFrames
- Number of reference frames to use. The encoder may use more than requested if using B-frames and/or
interlaced encoding.H265Settings.Builder parControl(String parControl)
parControl
- Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the
input. Using the console, do this by choosing Follow source for Pixel aspect ratio.H265ParControl
,
H265ParControl
H265Settings.Builder parControl(H265ParControl parControl)
parControl
- Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the
input. Using the console, do this by choosing Follow source for Pixel aspect ratio.H265ParControl
,
H265ParControl
H265Settings.Builder parDenominator(Integer parDenominator)
parDenominator
- Pixel Aspect Ratio denominator.H265Settings.Builder parNumerator(Integer parNumerator)
parNumerator
- Pixel Aspect Ratio numerator.H265Settings.Builder qualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass,
high-quality singlepass, or high-quality multipass video encoding.H265QualityTuningLevel
,
H265QualityTuningLevel
H265Settings.Builder qualityTuningLevel(H265QualityTuningLevel qualityTuningLevel)
qualityTuningLevel
- Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass,
high-quality singlepass, or high-quality multipass video encoding.H265QualityTuningLevel
,
H265QualityTuningLevel
H265Settings.Builder qvbrSettings(H265QvbrSettings qvbrSettings)
qvbrSettings
- Settings for quality-defined variable bitrate encoding with the H.265 codec. Required when you set
Rate control mode to QVBR. Not valid when you set Rate control mode to a value other than QVBR, or
when you don't define Rate control mode.default H265Settings.Builder qvbrSettings(Consumer<H265QvbrSettings.Builder> qvbrSettings)
H265QvbrSettings.Builder
avoiding the need to create one manually via
H265QvbrSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to qvbrSettings(H265QvbrSettings)
.qvbrSettings
- a consumer that will call methods on H265QvbrSettings.Builder
qvbrSettings(H265QvbrSettings)
H265Settings.Builder rateControlMode(String rateControlMode)
rateControlMode
- Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR)
or quality-defined variable bitrate (QVBR).H265RateControlMode
,
H265RateControlMode
H265Settings.Builder rateControlMode(H265RateControlMode rateControlMode)
rateControlMode
- Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR)
or quality-defined variable bitrate (QVBR).H265RateControlMode
,
H265RateControlMode
H265Settings.Builder sampleAdaptiveOffsetFilterMode(String sampleAdaptiveOffsetFilterMode)
sampleAdaptiveOffsetFilterMode
- Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength
based on contentH265SampleAdaptiveOffsetFilterMode
,
H265SampleAdaptiveOffsetFilterMode
H265Settings.Builder sampleAdaptiveOffsetFilterMode(H265SampleAdaptiveOffsetFilterMode sampleAdaptiveOffsetFilterMode)
sampleAdaptiveOffsetFilterMode
- Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength
based on contentH265SampleAdaptiveOffsetFilterMode
,
H265SampleAdaptiveOffsetFilterMode
H265Settings.Builder sceneChangeDetect(String sceneChangeDetect)
sceneChangeDetect
- Enable this setting to insert I-frames at scene changes that the service automatically detects. This
improves video quality and is enabled by default. If this output uses QVBR, choose Transition
detection (TRANSITION_DETECTION) for further video quality improvement. For more information about
QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.H265SceneChangeDetect
,
H265SceneChangeDetect
H265Settings.Builder sceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
sceneChangeDetect
- Enable this setting to insert I-frames at scene changes that the service automatically detects. This
improves video quality and is enabled by default. If this output uses QVBR, choose Transition
detection (TRANSITION_DETECTION) for further video quality improvement. For more information about
QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.H265SceneChangeDetect
,
H265SceneChangeDetect
H265Settings.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.H265Settings.Builder slowPal(String slowPal)
slowPal
- Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped
up correspondingly.H265SlowPal
,
H265SlowPal
H265Settings.Builder slowPal(H265SlowPal slowPal)
slowPal
- Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped
up correspondingly.H265SlowPal
,
H265SlowPal
H265Settings.Builder spatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Adjust quantization within each frame based on spatial variation of content complexity.H265SpatialAdaptiveQuantization
,
H265SpatialAdaptiveQuantization
H265Settings.Builder spatialAdaptiveQuantization(H265SpatialAdaptiveQuantization spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Adjust quantization within each frame based on spatial variation of content complexity.H265SpatialAdaptiveQuantization
,
H265SpatialAdaptiveQuantization
H265Settings.Builder telecine(String telecine)
telecine
- This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This
field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and
the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the
output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from
23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.H265Telecine
,
H265Telecine
H265Settings.Builder telecine(H265Telecine telecine)
telecine
- This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This
field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and
the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the
output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from
23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.H265Telecine
,
H265Telecine
H265Settings.Builder temporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Adjust quantization within each frame based on temporal variation of content complexity.H265TemporalAdaptiveQuantization
,
H265TemporalAdaptiveQuantization
H265Settings.Builder temporalAdaptiveQuantization(H265TemporalAdaptiveQuantization temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Adjust quantization within each frame based on temporal variation of content complexity.H265TemporalAdaptiveQuantization
,
H265TemporalAdaptiveQuantization
H265Settings.Builder temporalIds(String temporalIds)
temporalIds
- Enables temporal layer identifiers in the encoded bitstream. Up to 3 layers are supported depending on
GOP structure: I- and P-frames form one layer, reference B-frames can form a second layer and
non-reference b-frames can form a third layer. Decoders can optionally decode only the lower temporal
layers to generate a lower frame rate output. For example, given a bitstream with temporal IDs and
with b-frames = 1 (i.e. IbPbPb display order), a decoder could decode all the frames for full frame
rate output or only the I and P frames (lowest temporal layer) for a half frame rate output.H265TemporalIds
,
H265TemporalIds
H265Settings.Builder temporalIds(H265TemporalIds temporalIds)
temporalIds
- Enables temporal layer identifiers in the encoded bitstream. Up to 3 layers are supported depending on
GOP structure: I- and P-frames form one layer, reference B-frames can form a second layer and
non-reference b-frames can form a third layer. Decoders can optionally decode only the lower temporal
layers to generate a lower frame rate output. For example, given a bitstream with temporal IDs and
with b-frames = 1 (i.e. IbPbPb display order), a decoder could decode all the frames for full frame
rate output or only the I and P frames (lowest temporal layer) for a half frame rate output.H265TemporalIds
,
H265TemporalIds
H265Settings.Builder tiles(String tiles)
H265Settings.Builder tiles(H265Tiles tiles)
H265Settings.Builder unregisteredSeiTimecode(String unregisteredSeiTimecode)
unregisteredSeiTimecode
- Inserts timecode for each frame as 4 bytes of an unregistered SEI message.H265UnregisteredSeiTimecode
,
H265UnregisteredSeiTimecode
H265Settings.Builder unregisteredSeiTimecode(H265UnregisteredSeiTimecode unregisteredSeiTimecode)
unregisteredSeiTimecode
- Inserts timecode for each frame as 4 bytes of an unregistered SEI message.H265UnregisteredSeiTimecode
,
H265UnregisteredSeiTimecode
H265Settings.Builder writeMp4PackagingType(String writeMp4PackagingType)
writeMp4PackagingType
- If the location of parameter set NAL units doesn't matter in your workflow, ignore this setting. Use
this setting in your CMAF, DASH, or file MP4 output. For file MP4 outputs, choosing HVC1 can create
video that doesn't work properly with some downstream systems and video players. Choose HVC1 to mark
your output as HVC1. This makes your output compliant with the following specification: ISO IECJTC1
SC29 N13798 Text ISO/IEC FDIS 14496-15 3rd Edition. For these outputs, the service stores parameter
set NAL units in the sample headers but not in the samples directly. The service defaults to marking
your output as HEV1. For these outputs, the service writes parameter set NAL units directly into the
samples.H265WriteMp4PackagingType
,
H265WriteMp4PackagingType
H265Settings.Builder writeMp4PackagingType(H265WriteMp4PackagingType writeMp4PackagingType)
writeMp4PackagingType
- If the location of parameter set NAL units doesn't matter in your workflow, ignore this setting. Use
this setting in your CMAF, DASH, or file MP4 output. For file MP4 outputs, choosing HVC1 can create
video that doesn't work properly with some downstream systems and video players. Choose HVC1 to mark
your output as HVC1. This makes your output compliant with the following specification: ISO IECJTC1
SC29 N13798 Text ISO/IEC FDIS 14496-15 3rd Edition. For these outputs, the service stores parameter
set NAL units in the sample headers but not in the samples directly. The service defaults to marking
your output as HEV1. For these outputs, the service writes parameter set NAL units directly into the
samples.H265WriteMp4PackagingType
,
H265WriteMp4PackagingType
Copyright © 2019. All rights reserved.