Uses of Class
org.opencastproject.composer.api.EncoderException
Packages that use EncoderException
-
Uses of EncoderException in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that throw EncoderExceptionModifier and TypeMethodDescriptionorg.opencastproject.job.api.JobComposerService.composite(Dimension outputDimension, org.opencastproject.util.data.Option<LaidOutElement<org.opencastproject.mediapackage.Track>> option, LaidOutElement<org.opencastproject.mediapackage.Track> lowerLaidOutElement, org.opencastproject.util.data.Option<LaidOutElement<org.opencastproject.mediapackage.Attachment>> watermarkOption, String identifier, String outputBackground, String sourceAudioName) Compose two videos into one with an optional watermark.org.opencastproject.job.api.JobComposerService.concat(String profileId, Dimension outputDimension, boolean sameCodec, org.opencastproject.mediapackage.Track... tracks) Concat multiple tracks to a single track.org.opencastproject.job.api.JobComposerService.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, org.opencastproject.mediapackage.Track... tracks) Concat multiple tracks to a single track.org.opencastproject.job.api.JobComposerService.convertImage(org.opencastproject.mediapackage.Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.List<org.opencastproject.mediapackage.Attachment> ComposerService.convertImageSync(org.opencastproject.mediapackage.Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.org.opencastproject.job.api.JobDemux a multi-track source into 2 media as defined by the encoding profile, the results are flavored and tagged positionally. eg: One ffmpeg operation to produce presenter/work and presentation/workorg.opencastproject.job.api.JobEncode one track, using that track's audio and video streams.org.opencastproject.job.api.JobComposerService.image(org.opencastproject.mediapackage.Track sourceTrack, String profileId, double... time) Extracts an image from the media package element identified bysourceVideoTrackId.org.opencastproject.job.api.JobComposerService.image(org.opencastproject.mediapackage.Track sourceTrack, String profileId, Map<String, String> properties) Extracts an image from the media package element identified bysourceTrack.List<org.opencastproject.mediapackage.Attachment> ComposerService.imageSync(org.opencastproject.mediapackage.Track sourceTrack, String profileId, double... time) Synchronously extracts images from the source track.org.opencastproject.job.api.JobComposerService.imageToVideo(org.opencastproject.mediapackage.Attachment sourceImageAttachment, String profileId, double duration) Transforms an image attachment to a video trackorg.opencastproject.job.api.JobComposerService.multiEncode(org.opencastproject.mediapackage.Track track, List<String> profileIds) Encodes a track to set of media targets as defined by a list of encoding profilesorg.opencastproject.job.api.JobComposerService.mux(org.opencastproject.mediapackage.Track sourceVideoTrack, org.opencastproject.mediapackage.Track sourceAudioTrack, String profileId) Encode the video stream from one track and the audio stream from another, into a new Track.org.opencastproject.job.api.JobComposerService.parallelEncode(org.opencastproject.mediapackage.Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.org.opencastproject.job.api.JobComposerService.processSmil(org.opencastproject.smil.entity.api.Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) Reads a smil definition and create one media track in multiple delivery formats.org.opencastproject.job.api.JobComposerService.trim(org.opencastproject.mediapackage.Track sourceTrack, String profileId, long start, long duration) Trims the given track to the given start time and duration.