| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.addAudioSelectorGroupsEntry(String key,
AudioSelectorGroup value)
Add a single AudioSelectorGroups entry
|
Input |
Input.addAudioSelectorsEntry(String key,
AudioSelector value)
Add a single AudioSelectors entry
|
Input |
Input.addCaptionSelectorsEntry(String key,
CaptionSelector value)
Add a single CaptionSelectors entry
|
Input |
Input.clearAudioSelectorGroupsEntries()
Removes all the entries added into AudioSelectorGroups.
|
Input |
Input.clearAudioSelectorsEntries()
Removes all the entries added into AudioSelectors.
|
Input |
Input.clearCaptionSelectorsEntries()
Removes all the entries added into CaptionSelectors.
|
Input |
Input.clone() |
Input |
Input.withAdvancedInputFilter(AdvancedInputFilter advancedInputFilter)
Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding.
|
Input |
Input.withAdvancedInputFilter(String advancedInputFilter)
Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding.
|
Input |
Input.withAdvancedInputFilterSettings(AdvancedInputFilterSettings advancedInputFilterSettings)
Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
Input |
Input.withAudioSelectorGroups(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.
|
Input |
Input.withAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
Input |
Input.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
Input |
Input.withCrop(Rectangle crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
Input |
Input.withDeblockFilter(InputDeblockFilter deblockFilter)
Enable Deblock to produce smoother motion in the output.
|
Input |
Input.withDeblockFilter(String deblockFilter)
Enable Deblock to produce smoother motion in the output.
|
Input |
Input.withDecryptionSettings(InputDecryptionSettings decryptionSettings)
Settings for decrypting any input files that you encrypt before you upload them to Amazon S3.
|
Input |
Input.withDenoiseFilter(InputDenoiseFilter denoiseFilter)
Enable Denoise to filter noise from the input.
|
Input |
Input.withDenoiseFilter(String denoiseFilter)
Enable Denoise to filter noise from the input.
|
Input |
Input.withDolbyVisionMetadataXml(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 |
Input.withFileInput(String fileInput)
Specify the source file for your transcoding job.
|
Input |
Input.withFilterEnable(InputFilterEnable filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Input |
Input.withFilterEnable(String filterEnable)
Specify whether to apply input filtering to improve the video quality of your input.
|
Input |
Input.withFilterStrength(Integer filterStrength)
Specify the strength of the input filter.
|
Input |
Input.withImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
Input |
Input.withInputClippings(Collection<InputClipping> inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
Input |
Input.withInputClippings(InputClipping... inputClippings)
Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
|
Input |
Input.withInputScanType(InputScanType inputScanType)
When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.
|
Input |
Input.withInputScanType(String inputScanType)
When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.
|
Input |
Input.withPosition(Rectangle position)
Use Selection placement to define the video area in your output frame.
|
Input |
Input.withProgramNumber(Integer programNumber)
Use Program to select a specific program from within a multi-program transport stream.
|
Input |
Input.withPsiControl(InputPsiControl psiControl)
Set PSI control for transport stream inputs to specify which data the demux process to scans.
|
Input |
Input.withPsiControl(String psiControl)
Set PSI control for transport stream inputs to specify which data the demux process to scans.
|
Input |
Input.withSupplementalImps(Collection<String> supplementalImps)
Provide a list of any necessary supplemental IMPs.
|
Input |
Input.withSupplementalImps(String... supplementalImps)
Provide a list of any necessary supplemental IMPs.
|
Input |
Input.withTimecodeSource(InputTimecodeSource timecodeSource)
Use this Timecode source setting, located under the input settings, to specify how the service counts input video
frames.
|
Input |
Input.withTimecodeSource(String timecodeSource)
Use this Timecode source setting, located under the input settings, to specify how the service counts input video
frames.
|
Input |
Input.withTimecodeStart(String timecodeStart)
Specify the timecode that you want the service to use for this input's initial frame.
|
Input |
Input.withVideoGenerator(InputVideoGenerator videoGenerator)
When you include Video generator, MediaConvert creates a video input with black frames.
|
Input |
Input.withVideoOverlays(Collection<VideoOverlay> videoOverlays)
Contains an array of video overlays.
|
Input |
Input.withVideoOverlays(VideoOverlay... videoOverlays)
Contains an array of video overlays.
|
Input |
Input.withVideoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
JobSettings.getInputs()
Use Inputs to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
JobSettings |
JobSettings.withInputs(Input... inputs)
Use Inputs to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSettings.setInputs(Collection<Input> inputs)
Use Inputs to define source file used in the transcode job.
|
JobSettings |
JobSettings.withInputs(Collection<Input> inputs)
Use Inputs to define source file used in the transcode job.
|
Copyright © 2025. All rights reserved.