Class ConcatVideos
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.tools.operations.ConcatVideos
-
public class ConcatVideos extends Object
Operation for merging 2-n videos in one.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description ConcatVideos()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
xpath
protected String xpath
-
-
Method Detail
-
run
public Blob run(BlobList blobs) throws NuxeoException, IOException, CommandNotAvailable
-
run
public Blob run(DocumentModelList docs) throws NuxeoException, IOException, CommandNotAvailable
-
-