| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoDescription.Builder |
VideoDescription.Builder.afdSignaling(AfdSignaling afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.afdSignaling(String afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.antiAlias(AntiAlias antiAlias)
The anti-alias filter is automatically applied to all outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.antiAlias(String antiAlias)
The anti-alias filter is automatically applied to all outputs.
|
static VideoDescription.Builder |
VideoDescription.builder() |
default VideoDescription.Builder |
VideoDescription.Builder.codecSettings(Consumer<VideoCodecSettings.Builder> codecSettings)
Video codec settings contains the group of settings related to video encoding.
|
VideoDescription.Builder |
VideoDescription.Builder.codecSettings(VideoCodecSettings codecSettings)
Video codec settings contains the group of settings related to video encoding.
|
VideoDescription.Builder |
VideoDescription.Builder.colorMetadata(ColorMetadata colorMetadata)
Choose Insert for this setting to include color metadata in this output.
|
VideoDescription.Builder |
VideoDescription.Builder.colorMetadata(String colorMetadata)
Choose Insert for this setting to include color metadata in this output.
|
default VideoDescription.Builder |
VideoDescription.Builder.crop(Consumer<Rectangle.Builder> crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
VideoDescription.Builder |
VideoDescription.Builder.crop(Rectangle crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
VideoDescription.Builder |
VideoDescription.Builder.dropFrameTimecode(DropFrameTimecode dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.dropFrameTimecode(String dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.fixedAfd(Integer fixedAfd)
Applies only if you set AFD Signaling to Fixed.
|
VideoDescription.Builder |
VideoDescription.Builder.height(Integer height)
Use Height to define the video resolution height, in pixels, for this output.
|
default VideoDescription.Builder |
VideoDescription.Builder.position(Consumer<Rectangle.Builder> position)
Use Selection placement to define the video area in your output frame.
|
VideoDescription.Builder |
VideoDescription.Builder.position(Rectangle position)
Use Selection placement to define the video area in your output frame.
|
VideoDescription.Builder |
VideoDescription.Builder.respondToAfd(RespondToAfd respondToAfd)
Use Respond to AFD to specify how the service changes the video itself in response to AFD values in the
input.
|
VideoDescription.Builder |
VideoDescription.Builder.respondToAfd(String respondToAfd)
Use Respond to AFD to specify how the service changes the video itself in response to AFD values in the
input.
|
VideoDescription.Builder |
VideoDescription.Builder.scalingBehavior(ScalingBehavior scalingBehavior)
Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio.
|
VideoDescription.Builder |
VideoDescription.Builder.scalingBehavior(String scalingBehavior)
Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio.
|
VideoDescription.Builder |
VideoDescription.Builder.sharpness(Integer sharpness)
Use Sharpness setting to specify the strength of anti-aliasing.
|
VideoDescription.Builder |
VideoDescription.Builder.timecodeInsertion(String timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.timecodeInsertion(VideoTimecodeInsertion timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoDescription.Builder |
VideoDescription.toBuilder() |
default VideoDescription.Builder |
VideoDescription.Builder.videoPreprocessors(Consumer<VideoPreprocessor.Builder> videoPreprocessors)
Find additional transcoding features under Preprocessors.
|
VideoDescription.Builder |
VideoDescription.Builder.videoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors.
|
VideoDescription.Builder |
VideoDescription.Builder.width(Integer width)
Use Width to define the video resolution width, in pixels, for this output.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VideoDescription.Builder> |
VideoDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PresetSettings.Builder |
PresetSettings.Builder.videoDescription(Consumer<VideoDescription.Builder> videoDescription)
VideoDescription contains a group of video encoding settings.
|
default Output.Builder |
Output.Builder.videoDescription(Consumer<VideoDescription.Builder> videoDescription)
VideoDescription contains a group of video encoding settings.
|
Copyright © 2023. All rights reserved.