public interface ElasticTranscoder
TranscoderProfiles.| Modifier and Type | Method and Description |
|---|---|
TranscoderJob |
startJob(String filename,
InputStream content,
TranscoderProfile profile)
Starts a transcoder job for the specified file, based on the given
TranscoderProfile. |
TranscoderJob startJob(String filename, InputStream content, TranscoderProfile profile) throws AwsException
TranscoderProfile. It first uploads the file to
the input bucket in S3 before the job is created.filename - the video's file namecontent - the file of the videoprofile - the transcoding profileAwsException - if an error occurredCopyright © 2022 CrafterCMS. All rights reserved.