Class VideoSlicer
java.lang.Object
org.nuxeo.ecm.platform.video.tools.VideoTool
org.nuxeo.ecm.platform.video.tools.VideoSlicer
The
VideoTool
for slicing video blobs.- Since:
- 8.4
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
static final String
static final String
static final String
protected static final String
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 TypeMethodDescriptionbuildResult
(String mimeType, Map<String, String> cmdParams) Returns aBlobHolder
containing the result of the command.setupParameters
(BlobHolder blobHolder, Map<String, Object> parameters) Methods inherited from class org.nuxeo.ecm.platform.video.tools.VideoTool
cleanupInputs, getCommandLineName, getName, getTemporaryBlob
-
Field Details
-
NAME
- See Also:
-
START_AT_PARAM
- See Also:
-
DURATION_PARAM
- See Also:
-
ENCODE_PARAM
- See Also:
-
SEGMENTS_PATH
- See Also:
-
COMMAND_SLICER_DEFAULT
- See Also:
-
COMMAND_SLICER_BY_COPY
- See Also:
-
COMMAND_SLICER_SEGMENTS
- See Also:
-
COMMAND_SLICER_START_AT
- See Also:
-
-
Constructor Details
-
VideoSlicer
public VideoSlicer()
-
-
Method Details
-
setupParameters
- Overrides:
setupParameters
in classVideoTool
-
buildResult
Description copied from class:VideoTool
Returns aBlobHolder
containing the result of the command.- Overrides:
buildResult
in classVideoTool
- Parameters:
mimeType
- the MIME typecmdParams
- the parameters- Returns:
- the blob holder
-