| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AvcIntraSettings |
AvcIntraSettings.clone() |
AvcIntraSettings |
VideoCodecSettings.getAvcIntraSettings()
Required when you set your output video codec to AVC-Intra.
|
AvcIntraSettings |
AvcIntraSettings.withAvcIntraClass(AvcIntraClass avcIntraClass)
Specify the AVC-Intra class of your output.
|
AvcIntraSettings |
AvcIntraSettings.withAvcIntraClass(String avcIntraClass)
Specify the AVC-Intra class of your output.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateControl(AvcIntraFramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateConversionAlgorithm(AvcIntraFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
AvcIntraSettings |
AvcIntraSettings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
AvcIntraSettings |
AvcIntraSettings.withInterlaceMode(AvcIntraInterlaceMode interlaceMode)
Choose the scan line type for the output.
|
AvcIntraSettings |
AvcIntraSettings.withInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
AvcIntraSettings |
AvcIntraSettings.withSlowPal(AvcIntraSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
AvcIntraSettings |
AvcIntraSettings.withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
AvcIntraSettings |
AvcIntraSettings.withTelecine(AvcIntraTelecine 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 (HARD) to create a smoother picture.
|
AvcIntraSettings |
AvcIntraSettings.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 (HARD) to create a smoother picture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setAvcIntraSettings(AvcIntraSettings avcIntraSettings)
Required when you set your output video codec to AVC-Intra.
|
VideoCodecSettings |
VideoCodecSettings.withAvcIntraSettings(AvcIntraSettings avcIntraSettings)
Required when you set your output video codec to AVC-Intra.
|
Copyright © 2021. All rights reserved.