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 StringOGG_EXTENSIONDeprecated.static StringOGG_VIDEO_MIMETYPEDeprecated.static StringTMP_DIRECTORY_PREFIXDeprecated.-
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 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
-
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: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
-
-