| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoDescription |
VideoDescription.clone() |
VideoDescription |
Output.getVideoDescription()
VideoDescription contains a group of video encoding settings.
|
VideoDescription |
PresetSettings.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 anti-alias filter is automatically applied to all outputs.
|
VideoDescription |
VideoDescription.withAntiAlias(String antiAlias)
The anti-alias filter is automatically applied 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)
Choose Insert (INSERT) for this setting to include color metadata in this output.
|
VideoDescription |
VideoDescription.withColorMetadata(String colorMetadata)
Choose Insert (INSERT) for this setting to include color metadata in this output.
|
VideoDescription |
VideoDescription.withCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
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 Selection placement (position) to define the video area in your output frame.
|
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)
Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio.
|
VideoDescription |
VideoDescription.withScalingBehavior(String scalingBehavior)
Specify how the service handles outputs that have a different aspect ratio from the input 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 |
Output.setVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
void |
PresetSettings.setVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
Output |
Output.withVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
PresetSettings |
PresetSettings.withVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
Copyright © 2023. All rights reserved.