AvcIntraSettings.Builder |
AvcIntraSettings.Builder.avcIntraClass(String avcIntraClass) |
Specify the AVC-Intra class of your output.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.avcIntraClass(AvcIntraClass avcIntraClass) |
Specify the AVC-Intra class of your output.
|
default AvcIntraSettings.Builder |
AvcIntraSettings.Builder.avcIntraUhdSettings(Consumer<AvcIntraUhdSettings.Builder> avcIntraUhdSettings) |
Optional when you set AVC-Intra class to Class 4K/2K.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.avcIntraUhdSettings(AvcIntraUhdSettings avcIntraUhdSettings) |
Optional when you set AVC-Intra class to Class 4K/2K.
|
static AvcIntraSettings.Builder |
AvcIntraSettings.builder() |
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateControl(String framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateControl(AvcIntraFramerateControl framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateConversionAlgorithm(String framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateConversionAlgorithm(AvcIntraFramerateConversionAlgorithm framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateDenominator(Integer framerateDenominator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.framerateNumerator(Integer framerateNumerator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.interlaceMode(String interlaceMode) |
Choose the scan line type for the output.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.interlaceMode(AvcIntraInterlaceMode interlaceMode) |
Choose the scan line type for the output.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.scanTypeConversionMode(String scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.scanTypeConversionMode(AvcIntraScanTypeConversionMode scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.slowPal(String slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.slowPal(AvcIntraSlowPal slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.telecine(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.
|
AvcIntraSettings.Builder |
AvcIntraSettings.Builder.telecine(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 to create a smoother picture.
|
AvcIntraSettings.Builder |
AvcIntraSettings.toBuilder() |
|