| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoDescription |
VideoDescription.clone() |
VideoDescription |
PresetSettings.getVideoDescription()
(VideoDescription) contains a group of video encoding settings.
|
VideoDescription |
Output.getVideoDescription()
(VideoDescription) contains a group of video encoding settings.
|
VideoDescription |
VideoDescription.withAfdSignaling(AfdSignaling afdSignaling) |
VideoDescription |
VideoDescription.withAfdSignaling(String afdSignaling) |
VideoDescription |
VideoDescription.withAntiAlias(AntiAlias antiAlias) |
VideoDescription |
VideoDescription.withAntiAlias(String antiAlias) |
VideoDescription |
VideoDescription.withCodecSettings(VideoCodecSettings codecSettings) |
VideoDescription |
VideoDescription.withColorMetadata(ColorMetadata colorMetadata) |
VideoDescription |
VideoDescription.withColorMetadata(String colorMetadata) |
VideoDescription |
VideoDescription.withCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
VideoDescription.withDropFrameTimecode(DropFrameTimecode dropFrameTimecode) |
VideoDescription |
VideoDescription.withDropFrameTimecode(String dropFrameTimecode) |
VideoDescription |
VideoDescription.withFixedAfd(Integer fixedAfd)
Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED).
|
VideoDescription |
VideoDescription.withHeight(Integer height)
Use the Height (Height) setting to define the video resolution height for this output.
|
VideoDescription |
VideoDescription.withPosition(Rectangle position)
Use Position (Position) to point to a rectangle object to define your position.
|
VideoDescription |
VideoDescription.withRespondToAfd(RespondToAfd respondToAfd) |
VideoDescription |
VideoDescription.withRespondToAfd(String respondToAfd) |
VideoDescription |
VideoDescription.withScalingBehavior(ScalingBehavior scalingBehavior) |
VideoDescription |
VideoDescription.withScalingBehavior(String scalingBehavior) |
VideoDescription |
VideoDescription.withSharpness(Integer sharpness)
Use Sharpness (Sharpness)setting to specify the strength of anti-aliasing.
|
VideoDescription |
VideoDescription.withTimecodeInsertion(String timecodeInsertion) |
VideoDescription |
VideoDescription.withTimecodeInsertion(VideoTimecodeInsertion timecodeInsertion) |
VideoDescription |
VideoDescription.withVideoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
VideoDescription |
VideoDescription.withWidth(Integer width)
Use Width (Width) to define the video resolution width, in pixels, for this output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresetSettings.setVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
void |
Output.setVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
PresetSettings |
PresetSettings.withVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
Output |
Output.withVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
Copyright © 2018. All rights reserved.