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 StringMP4_EXTENSIONDeprecated.static StringMP4_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 MP4Converter()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
-
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: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
-
-