public static interface TemporalFilterSettings.Builder extends SdkPojo, CopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
| Modifier and Type | Method and Description |
|---|---|
TemporalFilterSettings.Builder |
postFilterSharpening(String postFilterSharpening)
If you enable this filter, the results are the following: - If the source content is noisy (it contains
excessive digital artifacts), the filter cleans up the source.
|
TemporalFilterSettings.Builder |
postFilterSharpening(TemporalFilterPostFilterSharpening postFilterSharpening)
If you enable this filter, the results are the following: - If the source content is noisy (it contains
excessive digital artifacts), the filter cleans up the source.
|
TemporalFilterSettings.Builder |
strength(String strength)
Choose a filter strength.
|
TemporalFilterSettings.Builder |
strength(TemporalFilterStrength strength)
Choose a filter strength.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemporalFilterSettings.Builder postFilterSharpening(String postFilterSharpening)
postFilterSharpening - If you enable this filter, the results are the following: - If the source content is noisy (it
contains excessive digital artifacts), the filter cleans up the source. - If the source content is
already clean, the filter tends to decrease the bitrate, especially when the rate control mode is
QVBR.TemporalFilterPostFilterSharpening,
TemporalFilterPostFilterSharpeningTemporalFilterSettings.Builder postFilterSharpening(TemporalFilterPostFilterSharpening postFilterSharpening)
postFilterSharpening - If you enable this filter, the results are the following: - If the source content is noisy (it
contains excessive digital artifacts), the filter cleans up the source. - If the source content is
already clean, the filter tends to decrease the bitrate, especially when the rate control mode is
QVBR.TemporalFilterPostFilterSharpening,
TemporalFilterPostFilterSharpeningTemporalFilterSettings.Builder strength(String strength)
strength - Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good
information, resulting in an image that is overly soft.TemporalFilterStrength,
TemporalFilterStrengthTemporalFilterSettings.Builder strength(TemporalFilterStrength strength)
strength - Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good
information, resulting in an image that is overly soft.TemporalFilterStrength,
TemporalFilterStrengthCopyright © 2022. All rights reserved.