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 String
COMMANDLINE_FULL_VIDEO
protected static String
COMMANDLINE_SLICED_VIDEO
protected static String
DEFAULT_OUTFORMAT
static String
END_AT_PARAM
static String
NAME
static String
OUTPUT_FORMAT_PARAM
static String
START_AT_PARAM
protected 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()
boolean
isFormatSupported(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:
setupParameters
in classVideoTool
-
-