Uses of Class
com.amazonaws.services.elastictranscoder.model.VideoParameters
Packages that use VideoParameters
-
Uses of VideoParameters in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return VideoParametersModifier and TypeMethodDescriptionVideoParameters.addCodecOptionsEntry
(String key, String value) VideoParameters.clearCodecOptionsEntries()
Removes all the entries added into CodecOptions.VideoParameters.clone()
CreatePresetRequest.getVideo()
A section of the request body that specifies the video parameters.Preset.getVideo()
A section of the response body that provides information about the video preset values.VideoParameters.withAspectRatio
(String aspectRatio) VideoParameters.withBitRate
(String bitRate) The bit rate of the video stream in the output file, in kilobits/second.The video codec for the output file.VideoParameters.withCodecOptions
(Map<String, String> codecOptions) Profile (H.264/VP8 Only)VideoParameters.withDisplayAspectRatio
(String displayAspectRatio) The value that Elastic Transcoder adds to the metadata in the output file.VideoParameters.withFixedGOP
(String fixedGOP) Applicable only when the value of Video:Codec is one ofH.264
,MPEG2
, orVP8
.VideoParameters.withFrameRate
(String frameRate) The frames per second for the video stream in the output file.VideoParameters.withKeyframesMaxDist
(String keyframesMaxDist) Applicable only when the value of Video:Codec is one ofH.264
,MPEG2
, orVP8
.VideoParameters.withMaxFrameRate
(String maxFrameRate) If you specifyauto
forFrameRate
, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video.VideoParameters.withMaxHeight
(String maxHeight) The maximum height of the output video in pixels.VideoParameters.withMaxWidth
(String maxWidth) The maximum width of the output video in pixels.VideoParameters.withPaddingPolicy
(String paddingPolicy) When you setPaddingPolicy
toPad
, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified forMaxWidth
andMaxHeight
.VideoParameters.withResolution
(String resolution) VideoParameters.withSizingPolicy
(String sizingPolicy) Specify one of the following values to control scaling of the output video:VideoParameters.withWatermarks
(PresetWatermark... watermarks) Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.VideoParameters.withWatermarks
(Collection<PresetWatermark> watermarks) Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type VideoParametersModifier and TypeMethodDescriptionvoid
CreatePresetRequest.setVideo
(VideoParameters video) A section of the request body that specifies the video parameters.void
Preset.setVideo
(VideoParameters video) A section of the response body that provides information about the video preset values.CreatePresetRequest.withVideo
(VideoParameters video) A section of the request body that specifies the video parameters.Preset.withVideo
(VideoParameters video) A section of the response body that provides information about the video preset values.