Class SliceVideo
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.tools.operations.SliceVideo
-
public class SliceVideo extends Object
Slices the video to obtain a part of it.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description SliceVideo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Blob
run(Blob input)
Blob
run(DocumentModel input)
BlobList
run(DocumentModelList input)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
startAt
protected String startAt
-
duration
protected String duration
-
encode
protected boolean encode
-
xpath
protected String xpath
-
-
Method Detail
-
run
public Blob run(DocumentModel input) throws OperationException
- Throws:
OperationException
-
run
public BlobList run(DocumentModelList input) throws OperationException
- Throws:
OperationException
-
run
public Blob run(Blob input) throws OperationException
- Throws:
OperationException
-
-