@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Deinterlacer extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Deinterlacer() |
| Modifier and Type | Method and Description |
|---|---|
Deinterlacer |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithm()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
String |
getControl()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
String |
getMode()
Use Deinterlacer to choose how the service will do deinterlacing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAlgorithm(String algorithm)
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
void |
setControl(String control)
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
void |
setMode(String mode)
Use Deinterlacer to choose how the service will do deinterlacing.
|
String |
toString()
Returns a string representation of this object.
|
Deinterlacer |
withAlgorithm(DeinterlaceAlgorithm algorithm)
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
Deinterlacer |
withAlgorithm(String algorithm)
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
Deinterlacer |
withControl(DeinterlacerControl control)
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
Deinterlacer |
withControl(String control)
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
Deinterlacer |
withMode(DeinterlacerMode mode)
Use Deinterlacer to choose how the service will do deinterlacing.
|
Deinterlacer |
withMode(String mode)
Use Deinterlacer to choose how the service will do deinterlacing.
|
public void setAlgorithm(String algorithm)
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.DeinterlaceAlgorithmpublic String getAlgorithm()
DeinterlaceAlgorithmpublic Deinterlacer withAlgorithm(String algorithm)
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.DeinterlaceAlgorithmpublic Deinterlacer withAlgorithm(DeinterlaceAlgorithm algorithm)
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.DeinterlaceAlgorithmpublic void setControl(String control)
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.DeinterlacerControlpublic String getControl()
DeinterlacerControlpublic Deinterlacer withControl(String control)
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.DeinterlacerControlpublic Deinterlacer withControl(DeinterlacerControl control)
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.DeinterlacerControlpublic void setMode(String mode)
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.DeinterlacerModepublic String getMode()
DeinterlacerModepublic Deinterlacer withMode(String mode)
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.DeinterlacerModepublic Deinterlacer withMode(DeinterlacerMode mode)
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.DeinterlacerModepublic String toString()
toString in class ObjectObject.toString()public Deinterlacer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.