Uses of Class
org.opencastproject.mediapackage.MediaPackageException
Packages that use MediaPackageException
Package
Description
The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
-
Uses of MediaPackageException in org.opencastproject.authorization.xacml
Methods in org.opencastproject.authorization.xacml that throw MediaPackageExceptionModifier and TypeMethodDescriptionXACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) -
Uses of MediaPackageException in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionCaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another. -
Uses of MediaPackageException in org.opencastproject.caption.impl
Methods in org.opencastproject.caption.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected MediaPackageElementCaptionServiceImpl.convert(Job job, MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts the captions and returns them in a new catalog.CaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another. -
Uses of MediaPackageException in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionComposerService.composite(Dimension outputDimension, Option<LaidOutElement<Track>> option, LaidOutElement<Track> lowerLaidOutElement, Option<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 MediaPackageException in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionComposerServiceImpl.composite(Dimension compositeTrackSize, Option<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Option<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) ComposerServiceImpl.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.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. -
Uses of MediaPackageException in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionComposerServiceRemoteImpl.composite(Dimension compositeTrackSize, Option<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Option<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.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) ComposerServiceRemoteImpl.processSmil(Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) -
Uses of MediaPackageException in org.opencastproject.crop.api
Methods in org.opencastproject.crop.api that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.crop.impl
Methods in org.opencastproject.crop.impl that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.crop.remote
Methods in org.opencastproject.crop.remote that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.distribution.api
Methods in org.opencastproject.distribution.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionService.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) StreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) DistributionService.distributeSync(String channelId, MediaPackage mediapackage, String elementId) Distributes a media package element synchronously, bypassing the Opencast job system.DistributionService.retractSync(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel synchronously, bypassing the Opencast job system. -
Uses of MediaPackageException in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 that throw MediaPackageExceptionModifier and TypeMethodDescriptionAwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) -
Uses of MediaPackageException in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionAwsS3DistributionServiceRemoteImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) -
Uses of MediaPackageException in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download that throw MediaPackageExceptionModifier and TypeMethodDescriptionDownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, String elementId) -
Uses of MediaPackageException in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionDownloadDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) -
Uses of MediaPackageException in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionStreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackageException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionIndexService.createEvent(EventHttpServletRequest eventHttpServletRequest) Create a new event using aEventHttpServletRequest.IndexService.updateEventAssets(MediaPackage mp, javax.servlet.http.HttpServletRequest request) Create or Update an existing event asset. -
Uses of MediaPackageException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(org.json.simple.JSONObject metadataJson, MediaPackage mp) IndexServiceImpl.createEvent(EventHttpServletRequest eventHttpServletRequest) -
Uses of MediaPackageException in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionIngestService.addAttachment(InputStream file, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addAttachment(InputStream file, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addAttachment(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addCatalog(InputStream catalog, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestService.addCatalog(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestService.addTrack(InputStream mediaFile, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addTrack(InputStream mediaFile, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addTrack(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.IngestService.createMediaPackage()Create a new MediaPackage in the repository.IngestService.createMediaPackage(String mediaPackageID) Create a new MediaPackage in the repository. -
Uses of MediaPackageException in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionIngestServiceImpl.addZippedMediaPackage(InputStream zipStream) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String wd, Map<String, String> workflowConfig) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String workflowDefinitionId, Map<String, String> workflowConfig, Long workflowInstanceId) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.createMediaPackage()Create a new MediaPackage in the repository.IngestServiceImpl.createMediaPackage(String mediaPackageId) Create a new MediaPackage in the repository. -
Uses of MediaPackageException in org.opencastproject.ingestdownloadservice.impl
Methods in org.opencastproject.ingestdownloadservice.impl that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.inspection.api
Methods in org.opencastproject.inspection.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionMediaInspectionService.enrich(MediaPackageElement original, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionService.enrich(MediaPackageElement original, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadata -
Uses of MediaPackageException in org.opencastproject.inspection.ffmpeg
Methods in org.opencastproject.inspection.ffmpeg that throw MediaPackageExceptionModifier and TypeMethodDescriptionMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadata -
Uses of MediaPackageException in org.opencastproject.mediapackage
Methods in org.opencastproject.mediapackage that return MediaPackageExceptionMethods in org.opencastproject.mediapackage that throw MediaPackageExceptionModifier and TypeMethodDescriptionMediaPackageBuilder.createNew()Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.AdaptivePlaylist.fixReferences(List<Track> tracks, File mpDir) Fix the playlist references in a publication.static StringMediaPackageElementParser.getArrayAsXml(Collection<? extends MediaPackageElement> elements) Serializes media package element list to a string.static StringMediaPackageParser.getArrayAsXml(List<MediaPackage> mediaPackages) Serializes media package list to a string.static List<? extends MediaPackageElement> MediaPackageElementParser.getArrayFromXml(String xml) Parses the serialized media package element list.static List<MediaPackage> MediaPackageParser.getArrayFromXml(String xml) Parses the serialized media package list.static StringMediaPackageElementParser.getAsXml(MediaPackageElement element) Serializes the media package element to a string.static DocumentMediaPackageParser.getAsXml(MediaPackage mediaPackage, MediaPackageSerializer serializer) Serializes the media package to aDocument.static MediaPackageElementMediaPackageElementParser.getFromXml(String xml) Parses the serialized media package element and returns its object representation.static MediaPackageMediaPackageParser.getFromXml(String xml) Parses the media package and returns its object representation.MediaPackageBuilder.loadFromXml(InputStream is) Loads a media package from the manifest.MediaPackageBuilder.loadFromXml(String xml) Loads a media package from the manifest.MediaPackageBuilder.loadFromXml(Node xml) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(InputStream is) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(String xml) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(Node xml) static MediaPackageMediaPackageSupport.merge(MediaPackage dest, MediaPackage src, MediaPackageSupport.MergeMode mode) Merges the contents of media package located atsourceDirinto the media package located attargetDir.AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, Function2<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.AbstractMediaPackageElement.toManifest(Document document, MediaPackageSerializer serializer) ManifestContributor.toManifest(Document document, MediaPackageSerializer serializer) This method returns an XML serialization of the object to be stored in the media package manifest.XMLCatalogImpl.toManifest(Document document, MediaPackageSerializer serializer) static MediaPackageImplMediaPackageImpl.valueOf(InputStream xml) Reads the media package from the input stream.static MediaPackageImplUnmarshals XML representation of a MediaPackage via JAXB.static MediaPackageImplReads the media package from an xml node.voidAbstractMediaPackageElement.verify()voidMediaPackage.verify()Verifies the media package consistency by checking the media package elements for mimetypes and checksums.voidMediaPackageElement.verify()Verifies the integrity of the media package element.voidMediaPackageImpl.verify()Constructors in org.opencastproject.mediapackage with parameters of type MediaPackageExceptionModifierConstructorDescriptionMediaPackageRuntimeException(MediaPackageException wrappedException) Creates a new media package runtime exception with the specified wrapped exception.Constructors in org.opencastproject.mediapackage that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.mediapackage.track
Methods in org.opencastproject.mediapackage.track that throw MediaPackageExceptionModifier and TypeMethodDescriptionTrackImpl.toManifest(Document document, MediaPackageSerializer serializer) -
Uses of MediaPackageException in org.opencastproject.oaipmh.persistence.impl
Constructors in org.opencastproject.oaipmh.persistence.impl that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.publication.api
Methods in org.opencastproject.publication.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionOaiPmhPublicationService.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) Publishes some media package elements.ConfigurablePublicationService.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Replaces media package elements.ConfigurablePublicationService.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Synchronously replaces media package elements.OaiPmhPublicationService.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) Synchronously updates the given media package in the Oai-Pmh storage incrementally, i.e. without retracting the whole media package.OaiPmhPublicationService.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) Update all media package elements that match the flavors and tags. -
Uses of MediaPackageException in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable that throw MediaPackageExceptionModifier and TypeMethodDescriptionConfigurablePublicationServiceImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) ConfigurablePublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of MediaPackageException in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionConfigurablePublicationServiceRemoteImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) ConfigurablePublicationServiceRemoteImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of MediaPackageException in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected PublicationOaiPmhPublicationServiceImpl.publish(Job job, MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) OaiPmhPublicationServiceImpl.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) OaiPmhPublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceImpl.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of MediaPackageException in org.opencastproject.publication.oaipmh.endpoint
Methods in org.opencastproject.publication.oaipmh.endpoint that throw MediaPackageExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseOaiPmhPublicationRestService.replaceSync(String mediaPackageXml, String channel, String downloadElementsXml, String streamingElementsXml, String retractDownloadFlavorsString, String retractStreamingFlavorsString, String publicationsXml, boolean checkAvailability) -
Uses of MediaPackageException in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.search.api
Methods in org.opencastproject.search.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionSearchService.add(MediaPackage mediaPackage) Adds the media package to the search index. -
Uses of MediaPackageException in org.opencastproject.security.api
Methods in org.opencastproject.security.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of the same scope. -
Uses of MediaPackageException in org.opencastproject.silencedetection.ffmpeg
Constructors in org.opencastproject.silencedetection.ffmpeg that throw MediaPackageExceptionModifierConstructorDescriptionFFmpegSilenceDetector(Properties properties, Track track, Workspace workspace) Create nonsilent sequences detection pipeline. -
Uses of MediaPackageException in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.textanalyzer.api
Methods in org.opencastproject.textanalyzer.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionTextAnalyzerService.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of MediaPackageException in org.opencastproject.textanalyzer.impl
Methods in org.opencastproject.textanalyzer.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionTextAnalyzerServiceImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of MediaPackageException in org.opencastproject.timelinepreviews.api
Methods in org.opencastproject.timelinepreviews.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionTimelinePreviewsService.createTimelinePreviewImages(Track track, int imageCount) Takes the given track and returns the job that can be used to generate timeline preview images. -
Uses of MediaPackageException in org.opencastproject.timelinepreviews.ffmpeg
Methods in org.opencastproject.timelinepreviews.ffmpeg that throw MediaPackageExceptionModifier and TypeMethodDescriptionTimelinePreviewsServiceImpl.createTimelinePreviewImages(Track track, int imageCount) protected AttachmentTimelinePreviewsServiceImpl.generatePreviewImages(Job job, Track track, int imageCount) Starts generation of timeline preview images for the given video track and returns an attachment containing one image that contains all the timeline preview images. -
Uses of MediaPackageException in org.opencastproject.timelinepreviews.remote
Methods in org.opencastproject.timelinepreviews.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionTimelinePreviewsServiceRemote.createTimelinePreviewImages(Track sourceTrack, int imageCount) Takes the given track and returns the job that will create timeline preview images using a remote service. -
Uses of MediaPackageException in org.opencastproject.videogrid.api
Methods in org.opencastproject.videogrid.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionVideoGridService.createPartialTrack(List<String> command, Track... tracks) Generate the final video in parts -
Uses of MediaPackageException in org.opencastproject.videogrid.endpoint
Methods in org.opencastproject.videogrid.endpoint that throw MediaPackageExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseVideoGridServiceEndpoint.createPartialTrack(String commandString, String tracksXml) -
Uses of MediaPackageException in org.opencastproject.videogrid.impl
Methods in org.opencastproject.videogrid.impl that throw MediaPackageExceptionModifier and TypeMethodDescriptionVideoGridServiceImpl.createPartialTrack(List<String> command, Track... tracks) -
Uses of MediaPackageException in org.opencastproject.videosegmenter.api
Methods in org.opencastproject.videosegmenter.api that throw MediaPackageException -
Uses of MediaPackageException in org.opencastproject.videosegmenter.ffmpeg
Methods in org.opencastproject.videosegmenter.ffmpeg that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected CatalogStarts segmentation on the video track identified bymediapackageIdandelementIdand returns a receipt containing the final result in the form of anMpeg7Catalog.Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog. -
Uses of MediaPackageException in org.opencastproject.waveform.api
Methods in org.opencastproject.waveform.api that throw MediaPackageExceptionModifier and TypeMethodDescriptionWaveformService.createWaveformImage(Track sourceTrack, int pixelPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image. -
Uses of MediaPackageException in org.opencastproject.waveform.ffmpeg
Methods in org.opencastproject.waveform.ffmpeg that throw MediaPackageExceptionModifier and TypeMethodDescriptionWaveformServiceImpl.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image. -
Uses of MediaPackageException in org.opencastproject.waveform.remote
Methods in org.opencastproject.waveform.remote that throw MediaPackageExceptionModifier and TypeMethodDescriptionWaveformServiceRemote.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create an waveform image using a remote service. -
Uses of MediaPackageException in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected MediaPackageAssetManagerSnapshotWorkflowOperationHandler.getMediaPackageForArchival(MediaPackage current, List<String> tags, List<MediaPackageElementFlavor> sourceFlavors) -
Uses of MediaPackageException in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that throw MediaPackageExceptionModifier 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 MediaPackageException in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution. -
Uses of MediaPackageException in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found. -
Uses of MediaPackageException in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow that throw MediaPackageExceptionModifier and TypeMethodDescriptionprotected FileZipWorkflowOperationHandler.zip(MediaPackage mediaPackage, List<MediaPackageElementFlavor> flavorsToZip, boolean compress) Creates a zip archive of all elements in a mediapackage.