VideoDescription.Builder |
VideoDescription.Builder.afdSignaling(String afdSignaling) |
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.afdSignaling(AfdSignaling afdSignaling) |
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.antiAlias(String antiAlias) |
The anti-alias filter is automatically applied to all outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.antiAlias(AntiAlias 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(String colorMetadata) |
Choose Insert for this setting to include color metadata in this output.
|
VideoDescription.Builder |
VideoDescription.Builder.colorMetadata(ColorMetadata 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(String dropFrameTimecode) |
Applies only to 29.97 fps outputs.
|
VideoDescription.Builder |
VideoDescription.Builder.dropFrameTimecode(DropFrameTimecode 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(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.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.scalingBehavior(String scalingBehavior) |
Specify the video Scaling behavior when your output has a different resolution than your input.
|
VideoDescription.Builder |
VideoDescription.Builder.scalingBehavior(ScalingBehavior scalingBehavior) |
Specify the video Scaling behavior when your output has a different resolution than your input.
|
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.
|