Extension point videoConversions
In component org.nuxeo.ecm.platform.video.service.VideoService
Documentation
Extension point to contribute available video conversions
Contribution Descriptors
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.
-
<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>