| 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)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription |
VideoDescription.withAfdSignaling(String afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription |
VideoDescription.withAntiAlias(AntiAlias antiAlias)
The service automatically applies the anti-alias filter to all outputs.
|
VideoDescription |
VideoDescription.withAntiAlias(String antiAlias)
The service automatically applies the anti-alias filter to all outputs.
|
VideoDescription |
VideoDescription.withCodecSettings(VideoCodecSettings codecSettings)
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
VideoDescription |
VideoDescription.withColorMetadata(ColorMetadata colorMetadata)
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
VideoDescription |
VideoDescription.withColorMetadata(String colorMetadata)
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
VideoDescription |
VideoDescription.withCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
VideoDescription.withDropFrameTimecode(DropFrameTimecode dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
VideoDescription |
VideoDescription.withDropFrameTimecode(String dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
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)
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
VideoDescription |
VideoDescription.withRespondToAfd(String respondToAfd)
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
VideoDescription |
VideoDescription.withScalingBehavior(ScalingBehavior scalingBehavior)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
VideoDescription.withScalingBehavior(String scalingBehavior)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
VideoDescription.withSharpness(Integer sharpness)
Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing.
|
VideoDescription |
VideoDescription.withTimecodeInsertion(String timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoDescription |
VideoDescription.withTimecodeInsertion(VideoTimecodeInsertion timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
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 © 2019. All rights reserved.