| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static H264Telecine |
H264Telecine.fromValue(String value)
Use this in place of valueOf.
|
static H264Telecine |
H264Telecine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H264Telecine[] |
H264Telecine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H264Settings |
H264Settings.withTelecine(H264Telecine 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 or soft telecine to create a smoother picture.
|
Copyright © 2024. All rights reserved.