| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Vc3Settings |
Vc3Settings.clone() |
Vc3Settings |
VideoCodecSettings.getVc3Settings()
Required when you set Codec to the value VC3
|
Vc3Settings |
Vc3Settings.withFramerateControl(String framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vc3Settings |
Vc3Settings.withFramerateControl(Vc3FramerateControl framerateControl)
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vc3Settings |
Vc3Settings.withFramerateConversionAlgorithm(String framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vc3Settings |
Vc3Settings.withFramerateConversionAlgorithm(Vc3FramerateConversionAlgorithm framerateConversionAlgorithm)
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vc3Settings |
Vc3Settings.withFramerateDenominator(Integer framerateDenominator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vc3Settings |
Vc3Settings.withFramerateNumerator(Integer framerateNumerator)
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vc3Settings |
Vc3Settings.withInterlaceMode(String interlaceMode)
Optional.
|
Vc3Settings |
Vc3Settings.withInterlaceMode(Vc3InterlaceMode interlaceMode)
Optional.
|
Vc3Settings |
Vc3Settings.withScanTypeConversionMode(String scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
Vc3Settings |
Vc3Settings.withScanTypeConversionMode(Vc3ScanTypeConversionMode scanTypeConversionMode)
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
Vc3Settings |
Vc3Settings.withSlowPal(String slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
Vc3Settings |
Vc3Settings.withSlowPal(Vc3SlowPal slowPal)
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
Vc3Settings |
Vc3Settings.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.
|
Vc3Settings |
Vc3Settings.withTelecine(Vc3Telecine 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.
|
Vc3Settings |
Vc3Settings.withVc3Class(String vc3Class)
Specify the VC3 class to choose the quality characteristics for this output.
|
Vc3Settings |
Vc3Settings.withVc3Class(Vc3Class vc3Class)
Specify the VC3 class to choose the quality characteristics for this output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setVc3Settings(Vc3Settings vc3Settings)
Required when you set Codec to the value VC3
|
VideoCodecSettings |
VideoCodecSettings.withVc3Settings(Vc3Settings vc3Settings)
Required when you set Codec to the value VC3
|
Copyright © 2023. All rights reserved.