| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoSelector |
VideoSelector.clone() |
VideoSelector |
Input.getVideoSelector()
Input video selectors contain the video settings for the input.
|
VideoSelector |
InputTemplate.getVideoSelector()
Input video selectors contain the video settings for the input.
|
VideoSelector |
VideoSelector.withAlphaBehavior(AlphaBehavior alphaBehavior)
Ignore this setting unless this input is a QuickTime animation with an alpha channel.
|
VideoSelector |
VideoSelector.withAlphaBehavior(String alphaBehavior)
Ignore this setting unless this input is a QuickTime animation with an alpha channel.
|
VideoSelector |
VideoSelector.withColorSpace(ColorSpace colorSpace)
If your input video has accurate color space metadata, or if you don't know about color space: Keep the default
value, Follow.
|
VideoSelector |
VideoSelector.withColorSpace(String colorSpace)
If your input video has accurate color space metadata, or if you don't know about color space: Keep the default
value, Follow.
|
VideoSelector |
VideoSelector.withColorSpaceUsage(ColorSpaceUsage colorSpaceUsage)
There are two sources for color metadata, the input file and the job input settings Color space and HDR master
display information settings.
|
VideoSelector |
VideoSelector.withColorSpaceUsage(String colorSpaceUsage)
There are two sources for color metadata, the input file and the job input settings Color space and HDR master
display information settings.
|
VideoSelector |
VideoSelector.withEmbeddedTimecodeOverride(EmbeddedTimecodeOverride embeddedTimecodeOverride)
Set Embedded timecode override to Use MDPM when your AVCHD input contains timecode tag data in the Modified
Digital Video Pack Metadata.
|
VideoSelector |
VideoSelector.withEmbeddedTimecodeOverride(String embeddedTimecodeOverride)
Set Embedded timecode override to Use MDPM when your AVCHD input contains timecode tag data in the Modified
Digital Video Pack Metadata.
|
VideoSelector |
VideoSelector.withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
VideoSelector |
VideoSelector.withMaxLuminance(Integer maxLuminance)
Specify the maximum mastering display luminance.
|
VideoSelector |
VideoSelector.withPadVideo(PadVideo padVideo)
Use this setting if your input has video and audio durations that don't align, and your output or player has
strict alignment requirements.
|
VideoSelector |
VideoSelector.withPadVideo(String padVideo)
Use this setting if your input has video and audio durations that don't align, and your output or player has
strict alignment requirements.
|
VideoSelector |
VideoSelector.withPid(Integer pid)
Use PID to select specific video data from an input file.
|
VideoSelector |
VideoSelector.withProgramNumber(Integer programNumber)
Selects a specific program from within a multi-program transport stream.
|
VideoSelector |
VideoSelector.withRotate(InputRotate rotate)
Use Rotate to specify how the service rotates your video.
|
VideoSelector |
VideoSelector.withRotate(String rotate)
Use Rotate to specify how the service rotates your video.
|
VideoSelector |
VideoSelector.withSampleRange(InputSampleRange sampleRange)
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the
default value, Follow, for this setting.
|
VideoSelector |
VideoSelector.withSampleRange(String sampleRange)
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the
default value, Follow, for this setting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setVideoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
void |
InputTemplate.setVideoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
Input |
Input.withVideoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
InputTemplate |
InputTemplate.withVideoSelector(VideoSelector videoSelector)
Input video selectors contain the video settings for the input.
|
Copyright © 2025. All rights reserved.