Interface VideoGridService


public interface VideoGridService
Generate a single video out of many, arranged in a grid.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The namespace distinguishing videogrid jobs from other types
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    createPartialTrack(List<String> command, org.opencastproject.mediapackage.Track... tracks)
    Generate the final video in parts
  • Field Details

  • Method Details

    • createPartialTrack

      org.opencastproject.job.api.Job createPartialTrack(List<String> command, org.opencastproject.mediapackage.Track... tracks) throws VideoGridServiceException, org.apache.commons.codec.EncoderException, org.opencastproject.mediapackage.MediaPackageException
      Generate the final video in parts
      Parameters:
      command - An ffmpeg command as a list
      tracks - Source tracks used by the ffmpeg command
      Returns:
      VideoGrid service job.
      Throws:
      VideoGridServiceException - If something went wrong during the processing
      org.apache.commons.codec.EncoderException
      org.opencastproject.mediapackage.MediaPackageException