public static interface H264Settings.Builder extends SdkPojo, CopyableBuilder<H264Settings.Builder,H264Settings>
Modifier and Type | Method and Description |
---|---|
H264Settings.Builder |
adaptiveQuantization(H264AdaptiveQuantization adaptiveQuantization)
Adaptive quantization.
|
H264Settings.Builder |
adaptiveQuantization(String adaptiveQuantization)
Adaptive quantization.
|
H264Settings.Builder |
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
H264Settings.Builder |
codecLevel(H264CodecLevel codecLevel)
Specify an H.264 level that is consistent with your output video settings.
|
H264Settings.Builder |
codecLevel(String codecLevel)
Specify an H.264 level that is consistent with your output video settings.
|
H264Settings.Builder |
codecProfile(H264CodecProfile codecProfile)
H.264 Profile.
|
H264Settings.Builder |
codecProfile(String codecProfile)
H.264 Profile.
|
H264Settings.Builder |
dynamicSubGop(H264DynamicSubGop dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H264Settings.Builder |
dynamicSubGop(String dynamicSubGop)
Choose Adaptive to improve subjective video quality for high-motion content.
|
H264Settings.Builder |
entropyEncoding(H264EntropyEncoding entropyEncoding)
Entropy encoding mode.
|
H264Settings.Builder |
entropyEncoding(String entropyEncoding)
Entropy encoding mode.
|
H264Settings.Builder |
fieldEncoding(H264FieldEncoding fieldEncoding)
Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.
|
H264Settings.Builder |
fieldEncoding(String fieldEncoding)
Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.
|
H264Settings.Builder |
flickerAdaptiveQuantization(H264FlickerAdaptiveQuantization flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H264Settings.Builder |
flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
H264Settings.Builder |
framerateControl(H264FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H264Settings.Builder |
framerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
H264Settings.Builder |
framerateConversionAlgorithm(H264FramerateConversionAlgorithm framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H264Settings.Builder |
framerateConversionAlgorithm(String framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
H264Settings.Builder |
framerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
H264Settings.Builder |
framerateNumerator(Integer framerateNumerator)
Frame rate numerator - frame rate is a fraction, e.g.
|
H264Settings.Builder |
gopBReference(H264GopBReference gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H264Settings.Builder |
gopBReference(String gopBReference)
If enable, use reference B frames for GOP structures that have B frames > 1.
|
H264Settings.Builder |
gopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs.
|
H264Settings.Builder |
gopSize(Double gopSize)
GOP Length (keyframe interval) in frames or seconds.
|
H264Settings.Builder |
gopSizeUnits(H264GopSizeUnits gopSizeUnits)
Indicates if the GOP Size in H264 is specified in frames or seconds.
|
H264Settings.Builder |
gopSizeUnits(String gopSizeUnits)
Indicates if the GOP Size in H264 is specified in frames or seconds.
|
H264Settings.Builder |
hrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
Percentage of the buffer that should initially be filled (HRD buffer model).
|
H264Settings.Builder |
hrdBufferSize(Integer hrdBufferSize)
Size of buffer (HRD buffer model) in bits.
|
H264Settings.Builder |
interlaceMode(H264InterlaceMode interlaceMode)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
H264Settings.Builder |
interlaceMode(String interlaceMode)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
H264Settings.Builder |
maxBitrate(Integer maxBitrate)
Maximum bitrate in bits/second.
|
H264Settings.Builder |
minIInterval(Integer minIInterval)
Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection.
|
H264Settings.Builder |
numberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
Number of B-frames between reference frames.
|
H264Settings.Builder |
numberReferenceFrames(Integer numberReferenceFrames)
Number of reference frames to use.
|
H264Settings.Builder |
parControl(H264ParControl parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H264Settings.Builder |
parControl(String parControl)
Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input.
|
H264Settings.Builder |
parDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
H264Settings.Builder |
parNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
H264Settings.Builder |
qualityTuningLevel(H264QualityTuningLevel qualityTuningLevel)
Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality
singlepass, or high-quality multipass video encoding.
|
H264Settings.Builder |
qualityTuningLevel(String qualityTuningLevel)
Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality
singlepass, or high-quality multipass video encoding.
|
default H264Settings.Builder |
qvbrSettings(Consumer<H264QvbrSettings.Builder> qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.264 codec.
|
H264Settings.Builder |
qvbrSettings(H264QvbrSettings qvbrSettings)
Settings for quality-defined variable bitrate encoding with the H.264 codec.
|
H264Settings.Builder |
rateControlMode(H264RateControlMode rateControlMode)
Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or
quality-defined variable bitrate (QVBR).
|
H264Settings.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).
|
H264Settings.Builder |
repeatPps(H264RepeatPps repeatPps)
Places a PPS header on each encoded picture, even if repeated.
|
H264Settings.Builder |
repeatPps(String repeatPps)
Places a PPS header on each encoded picture, even if repeated.
|
H264Settings.Builder |
sceneChangeDetect(H264SceneChangeDetect sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H264Settings.Builder |
sceneChangeDetect(String sceneChangeDetect)
Enable this setting to insert I-frames at scene changes that the service automatically detects.
|
H264Settings.Builder |
slices(Integer slices)
Number of slices per picture.
|
H264Settings.Builder |
slowPal(H264SlowPal slowPal)
Enables Slow PAL rate conversion.
|
H264Settings.Builder |
slowPal(String slowPal)
Enables Slow PAL rate conversion.
|
H264Settings.Builder |
softness(Integer softness)
Softness.
|
H264Settings.Builder |
spatialAdaptiveQuantization(H264SpatialAdaptiveQuantization spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H264Settings.Builder |
spatialAdaptiveQuantization(String spatialAdaptiveQuantization)
Adjust quantization within each frame based on spatial variation of content complexity.
|
H264Settings.Builder |
syntax(H264Syntax syntax)
Produces a bitstream compliant with SMPTE RP-2027.
|
H264Settings.Builder |
syntax(String syntax)
Produces a bitstream compliant with SMPTE RP-2027.
|
H264Settings.Builder |
telecine(H264Telecine telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H264Settings.Builder |
telecine(String telecine)
This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970.
|
H264Settings.Builder |
temporalAdaptiveQuantization(H264TemporalAdaptiveQuantization temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H264Settings.Builder |
temporalAdaptiveQuantization(String temporalAdaptiveQuantization)
Adjust quantization within each frame based on temporal variation of content complexity.
|
H264Settings.Builder |
unregisteredSeiTimecode(H264UnregisteredSeiTimecode unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
H264Settings.Builder |
unregisteredSeiTimecode(String unregisteredSeiTimecode)
Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
H264Settings.Builder adaptiveQuantization(String adaptiveQuantization)
adaptiveQuantization
- Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H264AdaptiveQuantization
,
H264AdaptiveQuantization
H264Settings.Builder adaptiveQuantization(H264AdaptiveQuantization adaptiveQuantization)
adaptiveQuantization
- Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.H264AdaptiveQuantization
,
H264AdaptiveQuantization
H264Settings.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.H264Settings.Builder codecLevel(String codecLevel)
codecLevel
- Specify an H.264 level that is consistent with your output video settings. If you aren't sure what
level to specify, choose Auto (AUTO).H264CodecLevel
,
H264CodecLevel
H264Settings.Builder codecLevel(H264CodecLevel codecLevel)
codecLevel
- Specify an H.264 level that is consistent with your output video settings. If you aren't sure what
level to specify, choose Auto (AUTO).H264CodecLevel
,
H264CodecLevel
H264Settings.Builder codecProfile(String codecProfile)
codecProfile
- H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.H264CodecProfile
,
H264CodecProfile
H264Settings.Builder codecProfile(H264CodecProfile codecProfile)
codecProfile
- H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.H264CodecProfile
,
H264CodecProfile
H264Settings.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).H264DynamicSubGop
,
H264DynamicSubGop
H264Settings.Builder dynamicSubGop(H264DynamicSubGop 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).H264DynamicSubGop
,
H264DynamicSubGop
H264Settings.Builder entropyEncoding(String entropyEncoding)
entropyEncoding
- Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.H264EntropyEncoding
,
H264EntropyEncoding
H264Settings.Builder entropyEncoding(H264EntropyEncoding entropyEncoding)
entropyEncoding
- Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.H264EntropyEncoding
,
H264EntropyEncoding
H264Settings.Builder fieldEncoding(String fieldEncoding)
fieldEncoding
- Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.H264FieldEncoding
,
H264FieldEncoding
H264Settings.Builder fieldEncoding(H264FieldEncoding fieldEncoding)
fieldEncoding
- Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.H264FieldEncoding
,
H264FieldEncoding
H264Settings.Builder flickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H264FlickerAdaptiveQuantization
,
H264FlickerAdaptiveQuantization
H264Settings.Builder flickerAdaptiveQuantization(H264FlickerAdaptiveQuantization flickerAdaptiveQuantization)
flickerAdaptiveQuantization
- Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.H264FlickerAdaptiveQuantization
,
H264FlickerAdaptiveQuantization
H264Settings.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 specification 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.H264FramerateControl
,
H264FramerateControl
H264Settings.Builder framerateControl(H264FramerateControl 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 specification 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.H264FramerateControl
,
H264FramerateControl
H264Settings.Builder framerateConversionAlgorithm(String framerateConversionAlgorithm)
framerateConversionAlgorithm
- When set to INTERPOLATE, produces smoother motion during frame rate conversion.H264FramerateConversionAlgorithm
,
H264FramerateConversionAlgorithm
H264Settings.Builder framerateConversionAlgorithm(H264FramerateConversionAlgorithm framerateConversionAlgorithm)
framerateConversionAlgorithm
- When set to INTERPOLATE, produces smoother motion during frame rate conversion.H264FramerateConversionAlgorithm
,
H264FramerateConversionAlgorithm
H264Settings.Builder framerateDenominator(Integer framerateDenominator)
framerateDenominator
- When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a
fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator
of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the
console for transcode jobs that use frame rate conversion, provide the value as a decimal number for
Framerate. In this example, specify 23.976.H264Settings.Builder framerateNumerator(Integer framerateNumerator)
framerateNumerator
- Frame rate numerator - frame rate is a fraction, e.g. 24000 / 1001 = 23.976 fps.H264Settings.Builder gopBReference(String gopBReference)
gopBReference
- If enable, use reference B frames for GOP structures that have B frames > 1.H264GopBReference
,
H264GopBReference
H264Settings.Builder gopBReference(H264GopBReference gopBReference)
gopBReference
- If enable, use reference B frames for GOP structures that have B frames > 1.H264GopBReference
,
H264GopBReference
H264Settings.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.H264Settings.Builder gopSize(Double gopSize)
gopSize
- GOP Length (keyframe interval) in frames or seconds. Must be greater than zero.H264Settings.Builder gopSizeUnits(String gopSizeUnits)
gopSizeUnits
- Indicates if the GOP Size in H264 is specified in frames or seconds. If seconds the system will
convert the GOP Size into a frame count at run time.H264GopSizeUnits
,
H264GopSizeUnits
H264Settings.Builder gopSizeUnits(H264GopSizeUnits gopSizeUnits)
gopSizeUnits
- Indicates if the GOP Size in H264 is specified in frames or seconds. If seconds the system will
convert the GOP Size into a frame count at run time.H264GopSizeUnits
,
H264GopSizeUnits
H264Settings.Builder hrdBufferInitialFillPercentage(Integer hrdBufferInitialFillPercentage)
hrdBufferInitialFillPercentage
- Percentage of the buffer that should initially be filled (HRD buffer model).H264Settings.Builder hrdBufferSize(Integer hrdBufferSize)
hrdBufferSize
- Size of buffer (HRD buffer model) in bits. For example, enter five megabits as 5000000.H264Settings.Builder interlaceMode(String interlaceMode)
interlaceMode
- Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First
(TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output
having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOW_TOP_FIELD) and
Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore,
behavior depends on the input scan type, as follows. - 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, the
output will be interlaced with "top field first" or "bottom field first" polarity, depending on which
of the Follow options you chose.H264InterlaceMode
,
H264InterlaceMode
H264Settings.Builder interlaceMode(H264InterlaceMode interlaceMode)
interlaceMode
- Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First
(TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output
having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOW_TOP_FIELD) and
Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore,
behavior depends on the input scan type, as follows. - 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, the
output will be interlaced with "top field first" or "bottom field first" polarity, depending on which
of the Follow options you chose.H264InterlaceMode
,
H264InterlaceMode
H264Settings.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.H264Settings.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 - 1H264Settings.Builder numberBFramesBetweenReferenceFrames(Integer numberBFramesBetweenReferenceFrames)
numberBFramesBetweenReferenceFrames
- Number of B-frames between reference frames.H264Settings.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.H264Settings.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.H264ParControl
,
H264ParControl
H264Settings.Builder parControl(H264ParControl 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.H264ParControl
,
H264ParControl
H264Settings.Builder parDenominator(Integer parDenominator)
parDenominator
- Pixel Aspect Ratio denominator.H264Settings.Builder parNumerator(Integer parNumerator)
parNumerator
- Pixel Aspect Ratio numerator.H264Settings.Builder qualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel
- Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass,
high-quality singlepass, or high-quality multipass video encoding.H264QualityTuningLevel
,
H264QualityTuningLevel
H264Settings.Builder qualityTuningLevel(H264QualityTuningLevel qualityTuningLevel)
qualityTuningLevel
- Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass,
high-quality singlepass, or high-quality multipass video encoding.H264QualityTuningLevel
,
H264QualityTuningLevel
H264Settings.Builder qvbrSettings(H264QvbrSettings qvbrSettings)
qvbrSettings
- Settings for quality-defined variable bitrate encoding with the H.264 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 H264Settings.Builder qvbrSettings(Consumer<H264QvbrSettings.Builder> qvbrSettings)
H264QvbrSettings.Builder
avoiding the need to create one manually via
H264QvbrSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to qvbrSettings(H264QvbrSettings)
.qvbrSettings
- a consumer that will call methods on H264QvbrSettings.Builder
qvbrSettings(H264QvbrSettings)
H264Settings.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).H264RateControlMode
,
H264RateControlMode
H264Settings.Builder rateControlMode(H264RateControlMode rateControlMode)
rateControlMode
- Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR)
or quality-defined variable bitrate (QVBR).H264RateControlMode
,
H264RateControlMode
H264Settings.Builder repeatPps(String repeatPps)
repeatPps
- Places a PPS header on each encoded picture, even if repeated.H264RepeatPps
,
H264RepeatPps
H264Settings.Builder repeatPps(H264RepeatPps repeatPps)
repeatPps
- Places a PPS header on each encoded picture, even if repeated.H264RepeatPps
,
H264RepeatPps
H264Settings.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.H264SceneChangeDetect
,
H264SceneChangeDetect
H264Settings.Builder sceneChangeDetect(H264SceneChangeDetect 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.H264SceneChangeDetect
,
H264SceneChangeDetect
H264Settings.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.H264Settings.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.H264SlowPal
,
H264SlowPal
H264Settings.Builder slowPal(H264SlowPal slowPal)
slowPal
- Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped
up correspondingly.H264SlowPal
,
H264SlowPal
H264Settings.Builder softness(Integer softness)
softness
- Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image.H264Settings.Builder spatialAdaptiveQuantization(String spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Adjust quantization within each frame based on spatial variation of content complexity.H264SpatialAdaptiveQuantization
,
H264SpatialAdaptiveQuantization
H264Settings.Builder spatialAdaptiveQuantization(H264SpatialAdaptiveQuantization spatialAdaptiveQuantization)
spatialAdaptiveQuantization
- Adjust quantization within each frame based on spatial variation of content complexity.H264SpatialAdaptiveQuantization
,
H264SpatialAdaptiveQuantization
H264Settings.Builder syntax(String syntax)
syntax
- Produces a bitstream compliant with SMPTE RP-2027.H264Syntax
,
H264Syntax
H264Settings.Builder syntax(H264Syntax syntax)
syntax
- Produces a bitstream compliant with SMPTE RP-2027.H264Syntax
,
H264Syntax
H264Settings.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.H264Telecine
,
H264Telecine
H264Settings.Builder telecine(H264Telecine 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.H264Telecine
,
H264Telecine
H264Settings.Builder temporalAdaptiveQuantization(String temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Adjust quantization within each frame based on temporal variation of content complexity.H264TemporalAdaptiveQuantization
,
H264TemporalAdaptiveQuantization
H264Settings.Builder temporalAdaptiveQuantization(H264TemporalAdaptiveQuantization temporalAdaptiveQuantization)
temporalAdaptiveQuantization
- Adjust quantization within each frame based on temporal variation of content complexity.H264TemporalAdaptiveQuantization
,
H264TemporalAdaptiveQuantization
H264Settings.Builder unregisteredSeiTimecode(String unregisteredSeiTimecode)
unregisteredSeiTimecode
- Inserts timecode for each frame as 4 bytes of an unregistered SEI message.H264UnregisteredSeiTimecode
,
H264UnregisteredSeiTimecode
H264Settings.Builder unregisteredSeiTimecode(H264UnregisteredSeiTimecode unregisteredSeiTimecode)
unregisteredSeiTimecode
- Inserts timecode for each frame as 4 bytes of an unregistered SEI message.H264UnregisteredSeiTimecode
,
H264UnregisteredSeiTimecode
Copyright © 2019. All rights reserved.