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
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final Stringprotected static final StringFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanupInputs(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:
setupParametersin classVideoTool
-
cleanupInputs
Description copied from class:VideoToolRemoves any temporary input files that were used for command execution.- Overrides:
cleanupInputsin classVideoTool
-