Interface AnimateService


public interface AnimateService
Generate animated video sequences.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    animate(URI animation, Map<String,String> metadata, List<String> arguments)
    Generate animated video clip based on an Synfig animation file and a set of metadata.
  • Field Details

  • Method Details

    • animate

      org.opencastproject.job.api.Job animate(URI animation, Map<String,String> metadata, List<String> arguments) throws AnimateServiceException
      Generate animated video clip based on an Synfig animation file and a set of metadata.
      Parameters:
      animation - Location of the animation file to use
      metadata - Map of metadata used for replacements
      arguments - List of Synfig command line arguments
      Returns:
      Animate service job.
      Throws:
      AnimateServiceException - If something went wrong during the animation