Package org.opencastproject.animate.api
Interface AnimateService
- All Known Implementing Classes:
AnimateServiceImpl,AnimateServiceRemoteImpl
public interface AnimateService
Generate animated video sequences.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
JOB_TYPE
The namespace distinguishing animation jobs from other types- See Also:
-
-
Method Details
-
animate
Job animate(URI animation, Map<String, String> metadata, List<String> arguments) throws AnimateServiceExceptionGenerate animated video clip based on an Synfig animation file and a set of metadata.- Parameters:
animation- Location of the animation file to usemetadata- Map of metadata used for replacementsarguments- List of Synfig command line arguments- Returns:
- Animate service job.
- Throws:
AnimateServiceException- If something went wrong during the animation
-