Platform Explorer / Nuxeo Platform 6.0

Extension point videoConversions

Documentation

Extension point to contribute available video conversions

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.video.service.VideoConversion

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-video-core-6.0.jar
    <extension point="videoConversions" target="org.nuxeo.ecm.platform.video.service.VideoService">
    
        <videoConversion converter="convertToMP4" height="480" name="MP4 480p"/>
        <videoConversion converter="convertToWebM" height="480" name="WebM 480p"/>
        <videoConversion converter="convertToOgg" height="480" name="Ogg 480p"/>
    
      </extension>