CreateJobOutput |
CreateJobOutput.clone() |
|
CreateJobOutput |
CreateJobRequest.getOutput() |
|
CreateJobOutput |
CreateJobOutput.withAlbumArt(JobAlbumArt albumArt) |
Information about the album art that you want Elastic Transcoder to add
to the file during transcoding.
|
CreateJobOutput |
CreateJobOutput.withCaptions(Captions captions) |
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
CreateJobOutput |
CreateJobOutput.withComposition(Clip... composition) |
You can create an output file that contains an excerpt from the input
file.
|
CreateJobOutput |
CreateJobOutput.withComposition(Collection<Clip> composition) |
You can create an output file that contains an excerpt from the input
file.
|
CreateJobOutput |
CreateJobOutput.withEncryption(Encryption encryption) |
You can specify encryption settings for any output files that you want to
use for a transcoding job.
|
CreateJobOutput |
CreateJobOutput.withKey(String key) |
The name to assign to the transcoded file.
|
CreateJobOutput |
CreateJobOutput.withPresetId(String presetId) |
The Id of the preset to use for this job.
|
CreateJobOutput |
CreateJobOutput.withRotate(String rotate) |
The number of degrees clockwise by which you want Elastic Transcoder to
rotate the output relative to the input.
|
CreateJobOutput |
CreateJobOutput.withSegmentDuration(String segmentDuration) |
(Outputs in Fragmented MP4 or MPEG-TS format
only.If you specify a preset in PresetId for
which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS),
SegmentDuration is the target maximum duration of each
segment in seconds.
|
CreateJobOutput |
CreateJobOutput.withThumbnailEncryption(Encryption thumbnailEncryption) |
The encryption settings, if any, that you want Elastic Transcoder to
apply to your thumbnail.
|
CreateJobOutput |
CreateJobOutput.withThumbnailPattern(String thumbnailPattern) |
Whether you want Elastic Transcoder to create thumbnails for your videos
and, if so, how you want Elastic Transcoder to name the files.
|
CreateJobOutput |
CreateJobOutput.withWatermarks(JobWatermark... watermarks) |
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
CreateJobOutput |
CreateJobOutput.withWatermarks(Collection<JobWatermark> watermarks) |
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|