Class MP4Converter
- java.lang.Object
-
- org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
-
- org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
-
- org.nuxeo.ecm.platform.video.convert.MP4Converter
-
- All Implemented Interfaces:
Converter
,ExternalConverter
@Deprecated public class MP4Converter extends BaseVideoConversionConverter
Deprecated.since 5.9.5. UseVideoConversionConverter
.Convert to MP4 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
MP4_EXTENSION
Deprecated.static String
MP4_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 MP4Converter()
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
-
MP4_VIDEO_MIMETYPE
public static final String MP4_VIDEO_MIMETYPE
Deprecated.- See Also:
- Constant Field Values
-
MP4_EXTENSION
public static final String MP4_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
-
-