Interface VideoSegmenterService
public interface VideoSegmenterService
Api for video segmentation implementations, aimed at detecting scenes in audiovisual tracks.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.job.api.Jobsegment(org.opencastproject.mediapackage.Track track) Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog.
-
Field Details
-
JOB_TYPE
Job type- See Also:
-
-
Method Details
-
segment
org.opencastproject.job.api.Job segment(org.opencastproject.mediapackage.Track track) throws VideoSegmenterException, org.opencastproject.mediapackage.MediaPackageException Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog.- Parameters:
track- track to segment- Returns:
- the job with which we can obtain the extracted metadata
- Throws:
VideoSegmenterException- if the track could not be segmentedorg.opencastproject.mediapackage.MediaPackageException- if the track is invalid
-