public class VideoClosedCaptionsExtractor extends VideoTool
VideoTool
that extracts closed captions.Modifier and Type | Field and 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 |
commandLineName, name, OUTPUT_FILE_PATH_PARAM, OUTPUT_MIMETYPE_PARAM, SOURCE_FILE_PATH_PARAM, VIDEO_TOOLS_DIRECTORY
Constructor and Description |
---|
VideoClosedCaptionsExtractor() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSupportedFormats() |
boolean |
isFormatSupported(String format) |
Map<String,String> |
setupParameters(BlobHolder blobHolder,
Map<String,Object> parameters) |
buildResult, cleanupInputs, getCommandLineName, getName, getTemporaryBlob
public static final String NAME
public static final String START_AT_PARAM
public static final String END_AT_PARAM
public static final String OUTPUT_FORMAT_PARAM
protected static final String COMMANDLINE_FULL_VIDEO
protected static final String COMMANDLINE_SLICED_VIDEO
protected static final String DEFAULT_OUTFORMAT
protected static final List<String> TEXT_OUTFORMATS
public VideoClosedCaptionsExtractor()
public List<String> getSupportedFormats()
public boolean isFormatSupported(String format)
public Map<String,String> setupParameters(BlobHolder blobHolder, Map<String,Object> parameters)
setupParameters
in class VideoTool
Copyright © 2016 Nuxeo SA. All rights reserved.