Class VideoConcat
java.lang.Object
org.nuxeo.ecm.platform.video.tools.VideoTool
org.nuxeo.ecm.platform.video.tools.VideoConcat
The
VideoTool
that joins two or more video blobs.- Since:
- 8.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected static final String
protected static final String
Fields inherited from class org.nuxeo.ecm.platform.video.tools.VideoTool
commandLineName, name, OUTPUT_FILE_PATH_PARAM, OUTPUT_MIMETYPE_PARAM, SOURCE_FILE_PATH_PARAM, VIDEO_TOOLS_DIRECTORY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanupInputs
(Map<String, String> parameters) Removes any temporary input files that were used for command execution.setupParameters
(BlobHolder blobHolder, Map<String, Object> parameters) Methods inherited from class org.nuxeo.ecm.platform.video.tools.VideoTool
buildResult, getCommandLineName, getName, getTemporaryBlob
-
Field Details
-
NAME
- See Also:
-
VIDEOS_FILE_PATH_PARAM
- See Also:
-
VIDEO_CONCAT_COMMANDLINE
- See Also:
-
-
Constructor Details
-
VideoConcat
public VideoConcat()
-
-
Method Details
-
setupParameters
- Overrides:
setupParameters
in classVideoTool
-
cleanupInputs
Description copied from class:VideoTool
Removes any temporary input files that were used for command execution.- Overrides:
cleanupInputs
in classVideoTool
-