Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.video.convert
Class WebMConverter

java.lang.Object
  extended by org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
      extended by org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter
          extended by org.nuxeo.ecm.platform.video.convert.WebMConverter
All Implemented Interfaces:
Converter, ExternalConverter

public class WebMConverter
extends BaseVideoConversionConverter

Convert to WebM format.

Since:
5.5
Author:
Thomas Roger

Field Summary
static String TMP_DIRECTORY_PREFIX
           
static String WEBM_EXTENSION
           
static String WEBM_VIDEO_MIMETYPE
           
 
Constructor Summary
WebMConverter()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
convert, getTmpDirectory, init, isConverterAvailable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBM_VIDEO_MIMETYPE

public static final String WEBM_VIDEO_MIMETYPE
See Also:
Constant Field Values

WEBM_EXTENSION

public static final String WEBM_EXTENSION
See Also:
Constant Field Values

TMP_DIRECTORY_PREFIX

public static final String TMP_DIRECTORY_PREFIX
See Also:
Constant Field Values
Constructor Detail

WebMConverter

public WebMConverter()

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.