| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
UncompressedSettings |
UncompressedSettings.clone() |
UncompressedSettings |
VideoCodecSettings.getUncompressedSettings()
Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
|
UncompressedSettings |
UncompressedSettings.withFourcc(String fourcc)
The four character code for the uncompressed video.
|
UncompressedSettings |
UncompressedSettings.withFourcc(UncompressedFourcc fourcc)
The four character code for the uncompressed video.
|
UncompressedSettings |
UncompressedSettings.withFramerateControl(String framerateControl)
Use the Framerate setting to specify the frame rate for this output.
|
UncompressedSettings |
UncompressedSettings.withFramerateControl(UncompressedFramerateControl framerateControl)
Use the Framerate setting to specify the frame rate for this output.
|
UncompressedSettings |
UncompressedSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
UncompressedSettings |
UncompressedSettings.withFramerateConversionAlgorithm(UncompressedFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
UncompressedSettings |
UncompressedSettings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
UncompressedSettings |
UncompressedSettings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
UncompressedSettings |
UncompressedSettings.withInterlaceMode(String interlaceMode)
Optional.
|
UncompressedSettings |
UncompressedSettings.withInterlaceMode(UncompressedInterlaceMode interlaceMode)
Optional.
|
UncompressedSettings |
UncompressedSettings.withScanTypeConversionMode(String scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
UncompressedSettings |
UncompressedSettings.withScanTypeConversionMode(UncompressedScanTypeConversionMode scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
UncompressedSettings |
UncompressedSettings.withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
UncompressedSettings |
UncompressedSettings.withSlowPal(UncompressedSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
UncompressedSettings |
UncompressedSettings.withTelecine(String telecine)
When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is
interlaced, you can optionally enable hard telecine to create a smoother picture.
|
UncompressedSettings |
UncompressedSettings.withTelecine(UncompressedTelecine telecine)
When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is
interlaced, you can optionally enable hard telecine to create a smoother picture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setUncompressedSettings(UncompressedSettings uncompressedSettings)
Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
|
VideoCodecSettings |
VideoCodecSettings.withUncompressedSettings(UncompressedSettings uncompressedSettings)
Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
|
Copyright © 2024. All rights reserved.