| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ProresSettings |
ProresSettings.clone() |
ProresSettings |
VideoCodecSettings.getProresSettings()
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.
|
ProresSettings |
ProresSettings.withCodecProfile(ProresCodecProfile codecProfile)
Use Profile (ProResCodecProfile) to specifiy the type of Apple ProRes codec to use for this output.
|
ProresSettings |
ProresSettings.withCodecProfile(String codecProfile)
Use Profile (ProResCodecProfile) to specifiy 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)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
ProresSettings |
ProresSettings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
When set to INTERPOLATE, produces smoother motion during frame rate conversion.
|
ProresSettings |
ProresSettings.withFramerateDenominator(Integer framerateDenominator)
Frame rate denominator.
|
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)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
ProresSettings |
ProresSettings.withInterlaceMode(String interlaceMode)
Use Interlace mode (InterlaceMode) to choose the scan line type for the output.
|
ProresSettings |
ProresSettings.withParControl(ProresParControl parControl)
Use (ProresParControl) to specify how the service determines the pixel aspect ratio.
|
ProresSettings |
ProresSettings.withParControl(String parControl)
Use (ProresParControl) to specify how the service determines the pixel aspect ratio.
|
ProresSettings |
ProresSettings.withParDenominator(Integer parDenominator)
Pixel Aspect Ratio denominator.
|
ProresSettings |
ProresSettings.withParNumerator(Integer parNumerator)
Pixel Aspect Ratio numerator.
|
ProresSettings |
ProresSettings.withSlowPal(ProresSlowPal slowPal)
Enables Slow PAL rate conversion.
|
ProresSettings |
ProresSettings.withSlowPal(String slowPal)
Enables Slow PAL rate conversion.
|
ProresSettings |
ProresSettings.withTelecine(ProresTelecine telecine)
Only use Telecine (ProresTelecine) when you set Framerate (Framerate) to 29.970.
|
ProresSettings |
ProresSettings.withTelecine(String telecine)
Only use Telecine (ProresTelecine) when you set Framerate (Framerate) to 29.970.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setProresSettings(ProresSettings proresSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.
|
VideoCodecSettings |
VideoCodecSettings.withProresSettings(ProresSettings proresSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.
|
Copyright © 2020. All rights reserved.