static Vc3Settings.Builder |
Vc3Settings.builder() |
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateControl(String framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateControl(Vc3FramerateControl framerateControl) |
If you are using the console, use the Framerate setting to specify the frame rate for this output.
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateConversionAlgorithm(String framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateConversionAlgorithm(Vc3FramerateConversionAlgorithm framerateConversionAlgorithm) |
Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateDenominator(Integer framerateDenominator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vc3Settings.Builder |
Vc3Settings.Builder.framerateNumerator(Integer framerateNumerator) |
When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction.
|
Vc3Settings.Builder |
Vc3Settings.Builder.interlaceMode(String interlaceMode) |
Optional.
|
Vc3Settings.Builder |
Vc3Settings.Builder.interlaceMode(Vc3InterlaceMode interlaceMode) |
Optional.
|
Vc3Settings.Builder |
Vc3Settings.Builder.scanTypeConversionMode(String scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
Vc3Settings.Builder |
Vc3Settings.Builder.scanTypeConversionMode(Vc3ScanTypeConversionMode scanTypeConversionMode) |
Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate.
|
Vc3Settings.Builder |
Vc3Settings.Builder.slowPal(String slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
Vc3Settings.Builder |
Vc3Settings.Builder.slowPal(Vc3SlowPal slowPal) |
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
|
Vc3Settings.Builder |
Vc3Settings.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.
|
Vc3Settings.Builder |
Vc3Settings.Builder.telecine(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.Builder |
Vc3Settings.toBuilder() |
|
Vc3Settings.Builder |
Vc3Settings.Builder.vc3Class(String vc3Class) |
Specify the VC3 class to choose the quality characteristics for this output.
|
Vc3Settings.Builder |
Vc3Settings.Builder.vc3Class(Vc3Class vc3Class) |
Specify the VC3 class to choose the quality characteristics for this output.
|