Class WebMConverter
- java.lang.Object
-
- org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
-
- org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
-
- org.nuxeo.ecm.platform.video.convert.WebMConverter
-
- All Implemented Interfaces:
Converter,ExternalConverter
@Deprecated public class WebMConverter extends BaseVideoConversionConverter
Deprecated.since 5.9.5. UseVideoConversionConverter.Convert to WebM format.- Since:
- 5.5
- Author:
- Thomas Roger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CommandLineBasedConverter.CmdReturn
-
-
Field Summary
Fields Modifier and Type Field Description static StringTMP_DIRECTORY_PREFIXDeprecated.static StringWEBM_EXTENSIONDeprecated.static StringWEBM_VIDEO_MIMETYPEDeprecated.-
Fields inherited from class org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
OUTPUT_TMP_PATH
-
Fields inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CMD_NAME_PARAMETER, initParameters, TMP_PATH_PARAMETER
-
-
Constructor Summary
Constructors Constructor Description WebMConverter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringgetTmpDirectoryPrefix()Deprecated.Returns the temporary directory prefix to use for this converter.protected StringgetVideoExtension()Deprecated.Returns the video extension, always prefixed by '.'.protected StringgetVideoMimeType()Deprecated.Returns the video mime type to use for this converter.-
Methods inherited from class org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
buildResult, getCmdBlobParameters, getCmdStringParameters, unquoteValue
-
Methods inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
convert, execOnBlob, getCommandLineService, getCommandName, getTmpDirectory, init, isConverterAvailable
-
-
-
-
Field Detail
-
WEBM_VIDEO_MIMETYPE
public static final String WEBM_VIDEO_MIMETYPE
Deprecated.- See Also:
- Constant Field Values
-
WEBM_EXTENSION
public static final String WEBM_EXTENSION
Deprecated.- See Also:
- Constant Field Values
-
TMP_DIRECTORY_PREFIX
public static final String TMP_DIRECTORY_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getVideoMimeType
protected String getVideoMimeType()
Deprecated.Description copied from class:BaseVideoConversionConverterReturns the video mime type to use for this converter.- Specified by:
getVideoMimeTypein classBaseVideoConversionConverter
-
getVideoExtension
protected String getVideoExtension()
Deprecated.Description copied from class:BaseVideoConversionConverterReturns the video extension, always prefixed by '.'.- Specified by:
getVideoExtensionin classBaseVideoConversionConverter
-
getTmpDirectoryPrefix
protected String getTmpDirectoryPrefix()
Deprecated.Description copied from class:BaseVideoConversionConverterReturns the temporary directory prefix to use for this converter.- Specified by:
getTmpDirectoryPrefixin classBaseVideoConversionConverter
-
-