@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 Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (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 (DeinterlaceMode) 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 Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (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 (DeinterlaceMode) 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 Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (ADAPTIVE).
|
Deinterlacer |
withAlgorithm(String algorithm)
Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (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 (DeinterlaceMode) to choose how the service will do deinterlacing.
|
Deinterlacer |
withMode(String mode)
Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing.
|
public void setAlgorithm(String algorithm)
algorithm
- Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive
(ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND)
produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a
ticker, such as a scrolling headline at the bottom of the frame.DeinterlaceAlgorithm
public String getAlgorithm()
DeinterlaceAlgorithm
public Deinterlacer withAlgorithm(String algorithm)
algorithm
- Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive
(ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND)
produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a
ticker, such as a scrolling headline at the bottom of the frame.DeinterlaceAlgorithm
public Deinterlacer withAlgorithm(DeinterlaceAlgorithm algorithm)
algorithm
- Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive
(ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND)
produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a
ticker, such as a scrolling headline at the bottom of the frame.DeinterlaceAlgorithm
public 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.DeinterlacerControl
public String getControl()
DeinterlacerControl
public 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.DeinterlacerControl
public 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.DeinterlacerControl
public void setMode(String mode)
mode
- Use Deinterlacer (DeinterlaceMode) 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.DeinterlacerMode
public String getMode()
DeinterlacerMode
public Deinterlacer withMode(String mode)
mode
- Use Deinterlacer (DeinterlaceMode) 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.DeinterlacerMode
public Deinterlacer withMode(DeinterlacerMode mode)
mode
- Use Deinterlacer (DeinterlaceMode) 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.DeinterlacerMode
public String toString()
toString
in class Object
Object.toString()
public Deinterlacer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.