public class VideoConversionConverter extends BaseVideoConversionConverter
CommandLineBasedConverter.CmdReturn
Modifier and Type | Field and Description |
---|---|
static String |
VIDEO_EXTENSION_KEY |
static String |
VIDEO_MIME_TYPE_KEY |
static String |
VIDEO_TMP_DIRECTORY_PREFIX_KEY |
OUTPUT_TMP_PATH
CMD_NAME_PARAMETER, initParameters, TMP_PATH_PARAMETER
Constructor and Description |
---|
VideoConversionConverter() |
Modifier and Type | Method and Description |
---|---|
protected String |
getTmpDirectoryPrefix()
Returns the temporary directory prefix to use for this converter.
|
protected String |
getVideoExtension()
Returns the video extension, always prefixed by '.'.
|
protected String |
getVideoMimeType()
Returns the video mime type to use for this converter.
|
buildResult, getCmdBlobParameters, getCmdStringParameters, unquoteValue
convert, execOnBlob, getCommandLineService, getCommandName, getTmpDirectory, init, isConverterAvailable
public static final String VIDEO_MIME_TYPE_KEY
public static final String VIDEO_EXTENSION_KEY
public static final String VIDEO_TMP_DIRECTORY_PREFIX_KEY
public VideoConversionConverter()
protected String getVideoMimeType()
BaseVideoConversionConverter
getVideoMimeType
in class BaseVideoConversionConverter
protected String getVideoExtension()
BaseVideoConversionConverter
getVideoExtension
in class BaseVideoConversionConverter
protected String getTmpDirectoryPrefix()
BaseVideoConversionConverter
getTmpDirectoryPrefix
in class BaseVideoConversionConverter
Copyright © 2019 Nuxeo. All rights reserved.