Class AddWatermarkToVideo
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.tools.operations.AddWatermarkToVideo
-
public class AddWatermarkToVideo extends Object
Watermark a Video with the given Picture, at the given position (from top-left).- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description AddWatermarkToVideo()
-
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
-
watermark
protected DocumentModel watermark
-
x
protected String x
-
y
protected String y
-
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
-
-