Class Deinterlacer
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.Deinterlacer
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
@Generated("software.amazon.awssdk:codegen") public final class Deinterlacer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
Settings for deinterlacer- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Deinterlacer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeinterlaceAlgorithm
algorithm()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.String
algorithmAsString()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.static Deinterlacer.Builder
builder()
DeinterlacerControl
control()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive.String
controlAsString()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
DeinterlacerMode
mode()
Use Deinterlacer to choose how the service will do deinterlacing.String
modeAsString()
Use Deinterlacer to choose how the service will do deinterlacing.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends Deinterlacer.Builder>
serializableBuilderClass()
Deinterlacer.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
algorithm
public final DeinterlaceAlgorithm algorithm()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.If the service returns an enum value that is not available in the current SDK version,
algorithm
will returnDeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromalgorithmAsString()
.- Returns:
- Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.
- See Also:
DeinterlaceAlgorithm
-
algorithmAsString
public final String algorithmAsString()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.If the service returns an enum value that is not available in the current SDK version,
algorithm
will returnDeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromalgorithmAsString()
.- Returns:
- Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.
- See Also:
DeinterlaceAlgorithm
-
control
public final DeinterlacerControl control()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.If the service returns an enum value that is not available in the current SDK version,
control
will returnDeinterlacerControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcontrolAsString()
.- Returns:
- - When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.
- See Also:
DeinterlacerControl
-
controlAsString
public final String controlAsString()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.If the service returns an enum value that is not available in the current SDK version,
control
will returnDeinterlacerControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcontrolAsString()
.- Returns:
- - When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.
- See Also:
DeinterlacerControl
-
mode
public final DeinterlacerMode mode()
Use Deinterlacer to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.If the service returns an enum value that is not available in the current SDK version,
mode
will returnDeinterlacerMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommodeAsString()
.- Returns:
- Use Deinterlacer to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.
- See Also:
DeinterlacerMode
-
modeAsString
public final String modeAsString()
Use Deinterlacer to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.If the service returns an enum value that is not available in the current SDK version,
mode
will returnDeinterlacerMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommodeAsString()
.- Returns:
- Use Deinterlacer to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.
- See Also:
DeinterlacerMode
-
toBuilder
public Deinterlacer.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
-
builder
public static Deinterlacer.Builder builder()
-
serializableBuilderClass
public static Class<? extends Deinterlacer.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-