Class SliceVideoInParts
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.tools.operations.SliceVideoInParts
-
public class SliceVideoInParts extends Object
Operation for slicing a video in parts with approximately equal duration.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description SliceVideoInParts()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
duration
protected String duration
-
xpath
protected String xpath
-
-
Method Detail
-
run
public BlobList run(DocumentModel input) throws OperationException
- Throws:
OperationException
-
run
public BlobList run(Blob input) throws OperationException
- Throws:
OperationException
-
-