Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private VideoParameters |
Preset.video
A section of the response body that provides information about the video
preset values.
|
private VideoParameters |
CreatePresetRequest.video
A section of the request body that specifies the video parameters.
|
Modifier and Type | Method and Description |
---|---|
VideoParameters |
VideoParameters.addCodecOptionsEntry(java.lang.String key,
java.lang.String value) |
VideoParameters |
VideoParameters.clearCodecOptionsEntries()
Removes all the entries added into CodecOptions.
|
VideoParameters |
VideoParameters.clone() |
VideoParameters |
Preset.getVideo()
A section of the response body that provides information about the video
preset values.
|
VideoParameters |
CreatePresetRequest.getVideo()
A section of the request body that specifies the video parameters.
|
VideoParameters |
VideoParameters.withAspectRatio(java.lang.String aspectRatio)
|
VideoParameters |
VideoParameters.withBitRate(java.lang.String bitRate)
The bit rate of the video stream in the output file, in kilobits/second.
|
VideoParameters |
VideoParameters.withCodec(java.lang.String codec)
The video codec for the output file.
|
VideoParameters |
VideoParameters.withCodecOptions(java.util.Map<java.lang.String,java.lang.String> codecOptions)
Profile (H.264/VP8 Only)
|
VideoParameters |
VideoParameters.withDisplayAspectRatio(java.lang.String displayAspectRatio)
The value that Elastic Transcoder adds to the metadata in the output
file.
|
VideoParameters |
VideoParameters.withFixedGOP(java.lang.String fixedGOP)
Applicable only when the value of Video:Codec is one of
H.264 , MPEG2 , or VP8 . |
VideoParameters |
VideoParameters.withFrameRate(java.lang.String frameRate)
The frames per second for the video stream in the output file.
|
VideoParameters |
VideoParameters.withKeyframesMaxDist(java.lang.String keyframesMaxDist)
Applicable only when the value of Video:Codec is one of
H.264 , MPEG2 , or VP8 . |
VideoParameters |
VideoParameters.withMaxFrameRate(java.lang.String maxFrameRate)
If you specify
auto for FrameRate , Elastic
Transcoder uses the frame rate of the input video for the frame rate of
the output video. |
VideoParameters |
VideoParameters.withMaxHeight(java.lang.String maxHeight)
The maximum height of the output video in pixels.
|
VideoParameters |
VideoParameters.withMaxWidth(java.lang.String maxWidth)
The maximum width of the output video in pixels.
|
VideoParameters |
VideoParameters.withPaddingPolicy(java.lang.String paddingPolicy)
When you set
PaddingPolicy to Pad , 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 for MaxWidth and
MaxHeight . |
VideoParameters |
VideoParameters.withResolution(java.lang.String resolution)
|
VideoParameters |
VideoParameters.withSizingPolicy(java.lang.String sizingPolicy)
Specify one of the following values to control scaling of the output
video:
|
VideoParameters |
VideoParameters.withWatermarks(java.util.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.
|
VideoParameters |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Preset.setVideo(VideoParameters video)
A section of the response body that provides information about the video
preset values.
|
void |
CreatePresetRequest.setVideo(VideoParameters video)
A section of the request body that specifies the video parameters.
|
Preset |
Preset.withVideo(VideoParameters video)
A section of the response body that provides information about the video
preset values.
|
CreatePresetRequest |
CreatePresetRequest.withVideo(VideoParameters video)
A section of the request body that specifies the video parameters.
|
Modifier and Type | Method and Description |
---|---|
VideoParameters |
VideoParametersJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VideoParametersJsonMarshaller.marshall(VideoParameters videoParameters,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|