Class OggConverter
- java.lang.Object
-
- org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
-
- org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
-
- org.nuxeo.ecm.platform.video.convert.OggConverter
-
- All Implemented Interfaces:
Converter
,ExternalConverter
@Deprecated public class OggConverter extends BaseVideoConversionConverter
Deprecated.since 5.9.5. UseVideoConversionConverter
.Convert to Ogg 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 String
OGG_EXTENSION
Deprecated.static String
OGG_VIDEO_MIMETYPE
Deprecated.static String
TMP_DIRECTORY_PREFIX
Deprecated.-
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 OggConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected String
getTmpDirectoryPrefix()
Deprecated.Returns the temporary directory prefix to use for this converter.protected String
getVideoExtension()
Deprecated.Returns the video extension, always prefixed by '.'.protected String
getVideoMimeType()
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
-
OGG_VIDEO_MIMETYPE
public static final String OGG_VIDEO_MIMETYPE
Deprecated.- See Also:
- Constant Field Values
-
OGG_EXTENSION
public static final String OGG_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:BaseVideoConversionConverter
Returns the video mime type to use for this converter.- Specified by:
getVideoMimeType
in classBaseVideoConversionConverter
-
getVideoExtension
protected String getVideoExtension()
Deprecated.Description copied from class:BaseVideoConversionConverter
Returns the video extension, always prefixed by '.'.- Specified by:
getVideoExtension
in classBaseVideoConversionConverter
-
getTmpDirectoryPrefix
protected String getTmpDirectoryPrefix()
Deprecated.Description copied from class:BaseVideoConversionConverter
Returns the temporary directory prefix to use for this converter.- Specified by:
getTmpDirectoryPrefix
in classBaseVideoConversionConverter
-
-