VideoParameters.Builder |
VideoParameters.Builder.aspectRatio(String aspectRatio) |
|
VideoParameters.Builder |
VideoParameters.Builder.bitRate(String bitRate) |
The bit rate of the video stream in the output file, in kilobits/second.
|
static VideoParameters.Builder |
VideoParameters.builder() |
|
VideoParameters.Builder |
VideoParameters.Builder.codec(String codec) |
The video codec for the output file.
|
VideoParameters.Builder |
VideoParameters.Builder.codecOptions(Map<String,String> codecOptions) |
Profile (H.264/VP8/VP9 Only)
|
VideoParameters.Builder |
VideoParameters.Builder.displayAspectRatio(String displayAspectRatio) |
The value that Elastic Transcoder adds to the metadata in the output file.
|
VideoParameters.Builder |
VideoParameters.Builder.fixedGOP(String fixedGOP) |
Applicable only when the value of Video:Codec is one of H.264, MPEG2, or
VP8.
|
VideoParameters.Builder |
VideoParameters.Builder.frameRate(String frameRate) |
The frames per second for the video stream in the output file.
|
VideoParameters.Builder |
VideoParameters.Builder.keyframesMaxDist(String keyframesMaxDist) |
Applicable only when the value of Video:Codec is one of H.264, MPEG2, or
VP8.
|
VideoParameters.Builder |
VideoParameters.Builder.maxFrameRate(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.Builder |
VideoParameters.Builder.maxHeight(String maxHeight) |
The maximum height of the output video in pixels.
|
VideoParameters.Builder |
VideoParameters.Builder.maxWidth(String maxWidth) |
The maximum width of the output video in pixels.
|
VideoParameters.Builder |
VideoParameters.Builder.paddingPolicy(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.Builder |
VideoParameters.Builder.resolution(String resolution) |
|
VideoParameters.Builder |
VideoParameters.Builder.sizingPolicy(String sizingPolicy) |
Specify one of the following values to control scaling of the output video:
|
VideoParameters.Builder |
VideoParameters.toBuilder() |
|
VideoParameters.Builder |
VideoParameters.Builder.watermarks(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.Builder |
VideoParameters.Builder.watermarks(Consumer<PresetWatermark.Builder>... 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.Builder |
VideoParameters.Builder.watermarks(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.
|