| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Mpeg2Settings |
Mpeg2Settings.clone() |
Mpeg2Settings |
VideoCodecSettings.getMpeg2Settings() |
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(Mpeg2AdaptiveQuantization adaptiveQuantization)
Choose Off to disable adaptive quantization.
|
Mpeg2Settings |
Mpeg2Settings.withAdaptiveQuantization(String adaptiveQuantization)
Choose Off to disable adaptive quantization.
|
Mpeg2Settings |
Mpeg2Settings.withAfdSignaling(AfdSignaling afdSignaling)
Indicates the AFD values that MediaLive will write into the video encode.
|
Mpeg2Settings |
Mpeg2Settings.withAfdSignaling(String afdSignaling)
Indicates the AFD values that MediaLive will write into the video encode.
|
Mpeg2Settings |
Mpeg2Settings.withColorMetadata(Mpeg2ColorMetadata colorMetadata)
Specifies whether to include the color space metadata.
|
Mpeg2Settings |
Mpeg2Settings.withColorMetadata(String colorMetadata)
Specifies whether to include the color space metadata.
|
Mpeg2Settings |
Mpeg2Settings.withColorSpace(Mpeg2ColorSpace colorSpace)
Choose the type of color space conversion to apply to the output.
|
Mpeg2Settings |
Mpeg2Settings.withColorSpace(String colorSpace)
Choose the type of color space conversion to apply to the output.
|
Mpeg2Settings |
Mpeg2Settings.withDisplayAspectRatio(Mpeg2DisplayRatio displayAspectRatio)
Sets the pixel aspect ratio for the encode.
|
Mpeg2Settings |
Mpeg2Settings.withDisplayAspectRatio(String displayAspectRatio)
Sets the pixel aspect ratio for the encode.
|
Mpeg2Settings |
Mpeg2Settings.withFilterSettings(Mpeg2FilterSettings filterSettings)
Optionally specify a noise reduction filter, which can improve quality of compressed content.
|
Mpeg2Settings |
Mpeg2Settings.withFixedAfd(FixedAfd fixedAfd)
Complete this field only when afdSignaling is set to FIXED.
|
Mpeg2Settings |
Mpeg2Settings.withFixedAfd(String fixedAfd)
Complete this field only when afdSignaling is set to FIXED.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateDenominator(Integer framerateDenominator)
description": "The framerate denominator.
|
Mpeg2Settings |
Mpeg2Settings.withFramerateNumerator(Integer framerateNumerator)
The framerate numerator.
|
Mpeg2Settings |
Mpeg2Settings.withGopClosedCadence(Integer gopClosedCadence)
MPEG2: default is open GOP.
|
Mpeg2Settings |
Mpeg2Settings.withGopNumBFrames(Integer gopNumBFrames)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withGopSize(Double gopSize)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withGopSizeUnits(Mpeg2GopSizeUnits gopSizeUnits)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withGopSizeUnits(String gopSizeUnits)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withScanType(Mpeg2ScanType scanType)
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
|
Mpeg2Settings |
Mpeg2Settings.withScanType(String scanType)
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
|
Mpeg2Settings |
Mpeg2Settings.withSubgopLength(Mpeg2SubGopLength subgopLength)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withSubgopLength(String subgopLength)
Relates to the GOP structure.
|
Mpeg2Settings |
Mpeg2Settings.withTimecodeInsertion(Mpeg2TimecodeInsertionBehavior timecodeInsertion)
Determines how MediaLive inserts timecodes in the output video.
|
Mpeg2Settings |
Mpeg2Settings.withTimecodeInsertion(String timecodeInsertion)
Determines how MediaLive inserts timecodes in the output video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setMpeg2Settings(Mpeg2Settings mpeg2Settings) |
VideoCodecSettings |
VideoCodecSettings.withMpeg2Settings(Mpeg2Settings mpeg2Settings) |
Copyright © 2022. All rights reserved.