Uses of Class
org.opencastproject.composer.api.EncoderException
Packages that use EncoderException
Package
Description
-
Uses of EncoderException in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that throw EncoderExceptionModifier and TypeMethodDescriptionComposerService.composite(Dimension outputDimension, Optional<LaidOutElement<Track>> option, LaidOutElement<Track> lowerLaidOutElement, Optional<LaidOutElement<Attachment>> watermarkOption, String identifier, String outputBackground, String sourceAudioName) Compose two videos into one with an optional watermark.ComposerService.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) Concat multiple tracks to a single track.ComposerService.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) Concat multiple tracks to a single track.ComposerService.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerService.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Demux 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/workEncode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.Extracts an image from the media package element identified bysourceTrack.Synchronously extracts images from the source track.ComposerService.imageToVideo(Attachment sourceImageAttachment, String profileId, double duration) Transforms an image attachment to a video trackComposerService.multiEncode(Track track, List<String> profileIds) Encodes a track to set of media targets as defined by a list of encoding profilesMux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.ComposerService.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerService.processSmil(Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) Reads a smil definition and create one media track in multiple delivery formats.Trims the given track to the given start time and duration. -
Uses of EncoderException in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that throw EncoderExceptionModifier and TypeMethodDescriptionComposerServiceImpl.composite(Dimension compositeTrackSize, Optional<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Optional<LaidOutElement<Attachment>> watermark, String profileId, String background, String sourceAudioName) Compose two videos into one with an optional watermark.ComposerServiceImpl.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) ComposerServiceImpl.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) ComposerServiceImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerServiceImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Encode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.ComposerServiceImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) protected TrackComposerServiceImpl.multiEncode(Job job, Track track, List<String> profileIds) A single encoding process that produces multiple outputs from a single track(s) using a list of encoding profiles.ComposerServiceImpl.multiEncode(Track sourceTrack, List<String> profileIds) EncoderEngine.multiTrimConcat(List<File> inputs, List<Long> edits, List<EncodingProfile> profiles, int transitionDuration) Concatenate segments of one or more input tracks specified by trim points into the track the edits are passed in as double so that it is generic.EncoderEngine.multiTrimConcat(List<File> inputs, List<Long> edits, List<EncodingProfile> profiles, int transitionDuration, boolean hasVideo, boolean hasAudio) Mux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.voidEncoderEngine.OutputAggregate.outputAggregateReal(List<EncodingProfile> profiles, Map<String, String> params, String vInputPad, String aInputPad) Translate the profiles to work with complex filter clauses in ffmpeg, it splits one output into multiple, one for each encoding profilevoidEncoderEngine.OutputAggregate.outputAggregateReal(List<EncodingProfile> profiles, EncodingProfile groupProfile, Map<String, String> params, String vInputPad, String aInputPad) Translate the profiles to work with complex filter clauses in ffmpeg, it splits one output into multiple, one for each encoding profile.ComposerServiceImpl.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerServiceImpl.processSmil(Job job, Smil smil, String trackParamGroupId, String mediaType, List<String> encodingProfiles) Splice segments given by smil document for the given track to the new one.ComposerServiceImpl.processSmil(Smil smil, String trackparamId, String mediaType, List<String> profileIds) ProcessSmil processes editing of one source group (which may contain multiple source tracks) to one set of outputs (to one or more encoding profiles).Trims the given track to the given start time and duration.Constructors in org.opencastproject.composer.impl that throw EncoderExceptionModifierConstructorDescriptionOutputAggregate(List<EncodingProfile> profiles, Map<String, String> params, String vInputPad, String aInputPad) -
Uses of EncoderException in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote that throw EncoderExceptionModifier and TypeMethodDescriptionComposerServiceRemoteImpl.composite(Dimension compositeTrackSize, Optional<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Optional<LaidOutElement<Attachment>> watermark, String profileId, String background, String sourceAudioName) ComposerServiceRemoteImpl.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) ComposerServiceRemoteImpl.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) ComposerServiceRemoteImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerServiceRemoteImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Encode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.Extracts an image from the media package element identified bysourceTrack.ComposerServiceRemoteImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) ComposerServiceRemoteImpl.multiEncode(Track sourceTrack, List<String> profileIds) Mux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.ComposerServiceRemoteImpl.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerServiceRemoteImpl.processSmil(Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) Trims the given track to the given start time and duration. -
Uses of EncoderException in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that throw EncoderExceptionModifier and TypeMethodDescriptionprotected longPartialImportWorkflowOperationHandler.checkForEncodeToStandard(MediaPackage mediaPackage, boolean forceEncoding, Optional<EncodingProfile> forceProfile, List<String> requiredExtensions, MediaPackageElementFlavor targetPresenterFlavor, MediaPackageElementFlavor targetPresentationFlavor, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.checkForMuxing(MediaPackage mediaPackage, MediaPackageElementFlavor targetPresentationFlavor, MediaPackageElementFlavor targetPresenterFlavor, boolean useSuffix, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.mux(MediaPackage mediaPackage, Track video, Track audio, List<MediaPackageElement> elementsToClean) Mux a video and an audio track.protected JobPartialImportWorkflowOperationHandler.startConcatJob(EncodingProfile profile, List<Track> tracks, float outputFramerate, boolean forceDivisible) Start job to concatenate a list of tracks. -
Uses of EncoderException in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that throw EncoderExceptionModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found.