Uses of Class
org.opencastproject.timelinepreviews.api.TimelinePreviewsException
Packages that use TimelinePreviewsException
Package
Description
-
Uses of TimelinePreviewsException in org.opencastproject.timelinepreviews.api
Methods in org.opencastproject.timelinepreviews.api that throw TimelinePreviewsExceptionModifier 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 TimelinePreviewsException in org.opencastproject.timelinepreviews.ffmpeg
Methods in org.opencastproject.timelinepreviews.ffmpeg that throw TimelinePreviewsExceptionModifier and TypeMethodDescriptionprotected AttachmentTimelinePreviewsServiceImpl.createPreviewsFFmpeg(Track track, double seconds, int width, int height, int tileX, int tileY, double duration) Executes the FFmpeg command to generate a timeline previews imageTimelinePreviewsServiceImpl.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 TimelinePreviewsException in org.opencastproject.timelinepreviews.remote
Methods in org.opencastproject.timelinepreviews.remote that throw TimelinePreviewsExceptionModifier 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.