| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
BandwidthReductionFilter |
BandwidthReductionFilter.clone() |
BandwidthReductionFilter |
H265Settings.getBandwidthReductionFilter()
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
BandwidthReductionFilter |
H264Settings.getBandwidthReductionFilter()
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
BandwidthReductionFilter |
BandwidthReductionFilter.withSharpening(BandwidthReductionFilterSharpening sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
BandwidthReductionFilter |
BandwidthReductionFilter.withSharpening(String sharpening)
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
BandwidthReductionFilter |
BandwidthReductionFilter.withStrength(BandwidthReductionFilterStrength strength)
Specify the strength of the Bandwidth reduction filter.
|
BandwidthReductionFilter |
BandwidthReductionFilter.withStrength(String strength)
Specify the strength of the Bandwidth reduction filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
H265Settings.setBandwidthReductionFilter(BandwidthReductionFilter bandwidthReductionFilter)
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
void |
H264Settings.setBandwidthReductionFilter(BandwidthReductionFilter bandwidthReductionFilter)
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
H265Settings |
H265Settings.withBandwidthReductionFilter(BandwidthReductionFilter bandwidthReductionFilter)
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
H264Settings |
H264Settings.withBandwidthReductionFilter(BandwidthReductionFilter bandwidthReductionFilter)
The Bandwidth reduction filter increases the video quality of your output relative to its bitrate.
|
Copyright © 2025. All rights reserved.