Platform Explorer / Nuxeo Platform 6.0

Extension point automaticVideoConversions

Documentation

Extension point to contribute default video conversions launched after the creation of a Video document.

Contribution Descriptors

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

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="automaticVideoConversions" target="org.nuxeo.ecm.platform.video.service.VideoService">
    
        <automaticVideoConversion name="MP4 480p" order="0"/>
        <automaticVideoConversion name="WebM 480p" order="10"/>
    
      </extension>