| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Input.Builder |
Input.Builder.advancedInputFilter(AdvancedInputFilter advancedInputFilter)
Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding.
|
Input.Builder |
Input.Builder.advancedInputFilter(String advancedInputFilter)
Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding.
|
Input.Builder |
Input.Builder.advancedInputFilterSettings(AdvancedInputFilterSettings advancedInputFilterSettings)
Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
default Input.Builder |
Input.Builder.advancedInputFilterSettings(Consumer<AdvancedInputFilterSettings.Builder> advancedInputFilterSettings)
Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
Input.Builder |
Input.Builder.audioSelectorGroups(Map<String,AudioSelectorGroup> audioSelectorGroups)
Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single
output audio tab (AudioDescription).
|
Input.Builder |
Input.Builder.audioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in
your outputs.
|
static Input.Builder |
Input.builder() |
Input.Builder |
Input.Builder.captionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
default Input.Builder |
Input.Builder.crop(Consumer<Rectangle.Builder> crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video
frame.
|
Input.Builder |
Input.Builder.crop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video
frame.
|
Input.Builder |
Input.Builder.deblockFilter(InputDeblockFilter deblockFilter)
Enable Deblock (InputDeblockFilter) to produce smoother motion in the output.
|
Input.Builder |
Input.Builder.deblockFilter(String deblockFilter)
Enable Deblock (InputDeblockFilter) to produce smoother motion in the output.
|
default Input.Builder |
Input.Builder.decryptionSettings(Consumer<InputDecryptionSettings.Builder> decryptionSettings)
Settings for decrypting any input files that you encrypt before you upload them to Amazon S3.
|
Input.Builder |
Input.Builder.decryptionSettings(InputDecryptionSettings decryptionSettings)
Settings for decrypting any input files that you encrypt before you upload them to Amazon S3.
|
Input.Builder |
Input.Builder.denoiseFilter(InputDenoiseFilter denoiseFilter)
Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
Input.Builder |
Input.Builder.denoiseFilter(String denoiseFilter)
Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
Input.Builder |
Input.Builder.dolbyVisionMetadataXml(String dolbyVisionMetadataXml)
Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a
separate XML file.
|
Input.Builder |
Input.Builder.fileInput(String fileInput)
Specify the source file for your transcoding job.
|
Input.Builder |
Input.Builder.filterEnable(InputFilterEnable filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Input.Builder |
Input.Builder.filterEnable(String filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Input.Builder |
Input.Builder.filterStrength(Integer filterStrength)
Specify the strength of the input filter.
|
default Input.Builder |
Input.Builder.imageInserter(Consumer<ImageInserter.Builder> imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
Input.Builder |
Input.Builder.imageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
Input.Builder |
Input.Builder.inputClippings(Collection<InputClipping> inputClippings)
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used
in the outputs.
|
Input.Builder |
Input.Builder.inputClippings(Consumer<InputClipping.Builder>... inputClippings)
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used
in the outputs.
|
Input.Builder |
Input.Builder.inputClippings(InputClipping... inputClippings)
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used
in the outputs.
|
Input.Builder |
Input.Builder.inputScanType(InputScanType inputScanType)
When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.
|
Input.Builder |
Input.Builder.inputScanType(String inputScanType)
When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.
|
default Input.Builder |
Input.Builder.position(Consumer<Rectangle.Builder> position)
Use Selection placement (position) to define the video area in your output frame.
|
Input.Builder |
Input.Builder.position(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
Input.Builder |
Input.Builder.programNumber(Integer programNumber)
Use Program (programNumber) to select a specific program from within a multi-program transport stream.
|
Input.Builder |
Input.Builder.psiControl(InputPsiControl psiControl)
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to
scans.
|
Input.Builder |
Input.Builder.psiControl(String psiControl)
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to
scans.
|
Input.Builder |
Input.Builder.supplementalImps(Collection<String> supplementalImps)
Provide a list of any necessary supplemental IMPs.
|
Input.Builder |
Input.Builder.supplementalImps(String... supplementalImps)
Provide a list of any necessary supplemental IMPs.
|
Input.Builder |
Input.Builder.timecodeSource(InputTimecodeSource timecodeSource)
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
Input.Builder |
Input.Builder.timecodeSource(String timecodeSource)
Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the
service counts input video frames.
|
Input.Builder |
Input.Builder.timecodeStart(String timecodeStart)
Specify the timecode that you want the service to use for this input's initial frame.
|
Input.Builder |
Input.toBuilder() |
default Input.Builder |
Input.Builder.videoGenerator(Consumer<InputVideoGenerator.Builder> videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
Input.Builder |
Input.Builder.videoGenerator(InputVideoGenerator videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
default Input.Builder |
Input.Builder.videoSelector(Consumer<VideoSelector.Builder> videoSelector)
Input video selectors contain the video settings for the input.
|
Input.Builder |
Input.Builder.videoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Input.Builder> |
Input.serializableBuilderClass() |
Copyright © 2023. All rights reserved.