static ProresSettings.Builder |
ProresSettings.builder() |
|
ProresSettings.Builder |
ProresSettings.Builder.chromaSampling(String chromaSampling) |
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use
4:4:4 chroma sampling.
|
ProresSettings.Builder |
ProresSettings.Builder.chromaSampling(ProresChromaSampling chromaSampling) |
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use
4:4:4 chroma sampling.
|
ProresSettings.Builder |
ProresSettings.Builder.codecProfile(String codecProfile) |
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
ProresSettings.Builder |
ProresSettings.Builder.codecProfile(ProresCodecProfile codecProfile) |
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateControl(String framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateControl(ProresFramerateControl framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateConversionAlgorithm(String framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateConversionAlgorithm(ProresFramerateConversionAlgorithm framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateDenominator(Integer framerateDenominator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
ProresSettings.Builder |
ProresSettings.Builder.framerateNumerator(Integer framerateNumerator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
ProresSettings.Builder |
ProresSettings.Builder.interlaceMode(String interlaceMode) |
Choose the scan line type for the output.
|
ProresSettings.Builder |
ProresSettings.Builder.interlaceMode(ProresInterlaceMode interlaceMode) |
Choose the scan line type for the output.
|
ProresSettings.Builder |
ProresSettings.Builder.parControl(String parControl) |
Optional.
|
ProresSettings.Builder |
ProresSettings.Builder.parControl(ProresParControl parControl) |
Optional.
|
ProresSettings.Builder |
ProresSettings.Builder.parDenominator(Integer parDenominator) |
Required when you set Pixel aspect ratio to SPECIFIED.
|
ProresSettings.Builder |
ProresSettings.Builder.parNumerator(Integer parNumerator) |
Required when you set Pixel aspect ratio to SPECIFIED.
|
ProresSettings.Builder |
ProresSettings.Builder.scanTypeConversionMode(String scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
ProresSettings.Builder |
ProresSettings.Builder.scanTypeConversionMode(ProresScanTypeConversionMode scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
ProresSettings.Builder |
ProresSettings.Builder.slowPal(String slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
ProresSettings.Builder |
ProresSettings.Builder.slowPal(ProresSlowPal slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
ProresSettings.Builder |
ProresSettings.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.
|
ProresSettings.Builder |
ProresSettings.Builder.telecine(ProresTelecine 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.
|
ProresSettings.Builder |
ProresSettings.toBuilder() |
|