| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ProresSettings |
ProresSettings.clone() |
ProresSettings |
VideoCodecSettings.getProresSettings()
Required when you set Codec to the value PRORES.
|
ProresSettings |
ProresSettings.withChromaSampling(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 |
ProresSettings.withChromaSampling(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 |
ProresSettings.withCodecProfile(ProresCodecProfile codecProfile)
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
ProresSettings |
ProresSettings.withCodecProfile(String codecProfile)
Use Profile to specify the type of Apple ProRes codec to use for this output.
|
ProresSettings |
ProresSettings.withFramerateControl(ProresFramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
ProresSettings |
ProresSettings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
ProresSettings |
ProresSettings.withFramerateConversionAlgorithm(ProresFramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
ProresSettings |
ProresSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
ProresSettings |
ProresSettings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
ProresSettings |
ProresSettings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
ProresSettings |
ProresSettings.withInterlaceMode(ProresInterlaceMode interlaceMode)
Choose the scan line type for the output.
|
ProresSettings |
ProresSettings.withInterlaceMode(String interlaceMode)
Choose the scan line type for the output.
|
ProresSettings |
ProresSettings.withParControl(ProresParControl parControl)
Optional.
|
ProresSettings |
ProresSettings.withParControl(String parControl)
Optional.
|
ProresSettings |
ProresSettings.withParDenominator(Integer parDenominator)
Required when you set Pixel aspect ratio to SPECIFIED.
|
ProresSettings |
ProresSettings.withParNumerator(Integer parNumerator)
Required when you set Pixel aspect ratio to SPECIFIED.
|
ProresSettings |
ProresSettings.withScanTypeConversionMode(ProresScanTypeConversionMode scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
ProresSettings |
ProresSettings.withScanTypeConversionMode(String scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
ProresSettings |
ProresSettings.withSlowPal(ProresSlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
ProresSettings |
ProresSettings.withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
ProresSettings |
ProresSettings.withTelecine(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 |
ProresSettings.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setProresSettings(ProresSettings proresSettings)
Required when you set Codec to the value PRORES.
|
VideoCodecSettings |
VideoCodecSettings.withProresSettings(ProresSettings proresSettings)
Required when you set Codec to the value PRORES.
|
Copyright © 2023. All rights reserved.