Class VideoClosedCaptionsExtractor
java.lang.Object
org.nuxeo.ecm.platform.video.tools.VideoTool
org.nuxeo.ecm.platform.video.tools.VideoClosedCaptionsExtractor
The
VideoTool that extracts closed captions.- Since:
- 8.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringstatic final Stringstatic final Stringstatic final Stringstatic 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 TypeMethodDescriptionbooleanisFormatSupported(String format) setupParameters(BlobHolder blobHolder, Map<String, Object> parameters) Methods inherited from class org.nuxeo.ecm.platform.video.tools.VideoTool
buildResult, cleanupInputs, getCommandLineName, getName, getTemporaryBlob
-
Field Details
-
NAME
- See Also:
-
START_AT_PARAM
- See Also:
-
END_AT_PARAM
- See Also:
-
OUTPUT_FORMAT_PARAM
- See Also:
-
COMMANDLINE_FULL_VIDEO
- See Also:
-
COMMANDLINE_SLICED_VIDEO
- See Also:
-
DEFAULT_OUTFORMAT
- See Also:
-
TEXT_OUTFORMATS
-
-
Constructor Details
-
VideoClosedCaptionsExtractor
public VideoClosedCaptionsExtractor()
-
-
Method Details
-
getSupportedFormats
-
isFormatSupported
-
setupParameters
- Overrides:
setupParametersin classVideoTool
-