public static interface Deinterlacer.Builder extends SdkPojo, CopyableBuilder<Deinterlacer.Builder,Deinterlacer>
| Modifier and Type | Method and Description |
|---|---|
Deinterlacer.Builder |
algorithm(DeinterlaceAlgorithm algorithm)
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
Deinterlacer.Builder |
algorithm(String algorithm)
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
Deinterlacer.Builder |
control(DeinterlacerControl control)
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
Deinterlacer.Builder |
control(String control)
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
Deinterlacer.Builder |
mode(DeinterlacerMode mode)
Use Deinterlacer to choose how the service will do deinterlacing.
|
Deinterlacer.Builder |
mode(String mode)
Use Deinterlacer to choose how the service will do deinterlacing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeinterlacer.Builder algorithm(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.DeinterlaceAlgorithm,
DeinterlaceAlgorithmDeinterlacer.Builder algorithm(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.DeinterlaceAlgorithm,
DeinterlaceAlgorithmDeinterlacer.Builder control(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,
DeinterlacerControlDeinterlacer.Builder control(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,
DeinterlacerControlDeinterlacer.Builder mode(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.DeinterlacerMode,
DeinterlacerModeDeinterlacer.Builder mode(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.DeinterlacerMode,
DeinterlacerModeCopyright © 2023. All rights reserved.