Interface VideoSegmenterService


public interface VideoSegmenterService
Api for video segmentation implementations, aimed at detecting scenes in audiovisual tracks.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Job type
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    segment(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

  • 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 segmented
      org.opencastproject.mediapackage.MediaPackageException - if the track is invalid