Interface VideoGridService
- All Known Implementing Classes:
VideoGridServiceImpl,VideoGridServiceRemoteImpl
public interface VideoGridService
Generate a single video out of many, arranged in a grid.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreatePartialTrack(List<String> command, Track... tracks) Generate the final video in parts
-
Field Details
-
JOB_TYPE
The namespace distinguishing videogrid jobs from other types- See Also:
-
-
Method Details
-
createPartialTrack
Job createPartialTrack(List<String> command, Track... tracks) throws VideoGridServiceException, org.apache.commons.codec.EncoderException, MediaPackageException Generate the final video in parts- Parameters:
command- An ffmpeg command as a listtracks- Source tracks used by the ffmpeg command- Returns:
- VideoGrid service job.
- Throws:
VideoGridServiceException- If something went wrong during the processingorg.apache.commons.codec.EncoderExceptionMediaPackageException
-