Class VideoClosedCaptionsExtractor
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.tools.VideoTool
-
- org.nuxeo.ecm.platform.video.tools.VideoClosedCaptionsExtractor
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCOMMANDLINE_FULL_VIDEOprotected static StringCOMMANDLINE_SLICED_VIDEOprotected static StringDEFAULT_OUTFORMATstatic StringEND_AT_PARAMstatic StringNAMEstatic StringOUTPUT_FORMAT_PARAMstatic StringSTART_AT_PARAMprotected static List<String>TEXT_OUTFORMATS-
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
Constructors Constructor Description VideoClosedCaptionsExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSupportedFormats()booleanisFormatSupported(String format)Map<String,String>setupParameters(BlobHolder blobHolder, Map<String,Object> parameters)-
Methods inherited from class org.nuxeo.ecm.platform.video.tools.VideoTool
buildResult, cleanupInputs, getCommandLineName, getName, getTemporaryBlob
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
START_AT_PARAM
public static final String START_AT_PARAM
- See Also:
- Constant Field Values
-
END_AT_PARAM
public static final String END_AT_PARAM
- See Also:
- Constant Field Values
-
OUTPUT_FORMAT_PARAM
public static final String OUTPUT_FORMAT_PARAM
- See Also:
- Constant Field Values
-
COMMANDLINE_FULL_VIDEO
protected static final String COMMANDLINE_FULL_VIDEO
- See Also:
- Constant Field Values
-
COMMANDLINE_SLICED_VIDEO
protected static final String COMMANDLINE_SLICED_VIDEO
- See Also:
- Constant Field Values
-
DEFAULT_OUTFORMAT
protected static final String DEFAULT_OUTFORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isFormatSupported
public boolean isFormatSupported(String format)
-
setupParameters
public Map<String,String> setupParameters(BlobHolder blobHolder, Map<String,Object> parameters)
- Overrides:
setupParametersin classVideoTool
-
-