| 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.withAudioSelectorGroups(Map<String,AudioSelectorGroup> audioSelectorGroups)
Specifies set of audio selectors within an input to combine.
|
Input |
Input.withAudioSelectors(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.
|
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 (crop) to specify the video area that the service will include in the output video frame.
|
Input |
Input.withDeblockFilter(InputDeblockFilter deblockFilter)
Enable Deblock (InputDeblockFilter) to produce smoother motion in the output.
|
Input |
Input.withDeblockFilter(String deblockFilter)
Enable Deblock (InputDeblockFilter) 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 (InputDenoiseFilter) to filter noise from the input.
|
Input |
Input.withDenoiseFilter(String denoiseFilter)
Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
Input |
Input.withFileInput(String fileInput)
Specify the source file for your transcoding job.
|
Input |
Input.withFilterEnable(InputFilterEnable filterEnable)
Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock
filters.
|
Input |
Input.withFilterEnable(String filterEnable)
Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock
filters.
|
Input |
Input.withFilterStrength(Integer filterStrength)
Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise).
|
Input |
Input.withImageInserter(ImageInserter imageInserter)
Enable the image inserter feature to include a graphic overlay on your video.
|
Input |
Input.withInputClippings(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 |
Input.withInputClippings(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 |
Input.withPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
Input |
Input.withProgramNumber(Integer programNumber)
Use Program (programNumber) to select a specific program from within a multi-program transport stream.
|
Input |
Input.withPsiControl(InputPsiControl psiControl)
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans.
|
Input |
Input.withPsiControl(String psiControl)
Set PSI control (InputPsiControl) 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 (InputTimecodeSource), to specify how the
service counts input video frames.
|
Input |
Input.withTimecodeSource(String timecodeSource)
Use this Timecode source setting, located under the input settings (InputTimecodeSource), 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.withVideoSelector(VideoSelector videoSelector)
Selector for video.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
JobSettings.getInputs()
Use Inputs (inputs) to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
JobSettings |
JobSettings.withInputs(Input... inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSettings.setInputs(Collection<Input> inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
JobSettings |
JobSettings.withInputs(Collection<Input> inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
Copyright © 2020. All rights reserved.