Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Nuxeo - Digital Asset Management

Avatar for Thomas Roger Thomas Roger
February 29, 2012

Nuxeo - Digital Asset Management

Avatar for Thomas Roger

Thomas Roger

February 29, 2012
Tweet

More Decks by Thomas Roger

Other Decks in Programming

Transcript

  1. Open Source ECM 2011 - Thomas Roger - [email protected] -

    @throger Nuxeo - DAM Digital Asset Management with the Nuxeo Platform
  2. 3

  3. 3

  4. 3

  5. 3

  6. Media browser 4 What’s new? Exposed as a view in

    Nuxeo Work simultaneously with Document Management Single Nuxeo instance No cluster configuration required
  7. HTML5 Player 6 For Audio and Video files WordPress Audio

    Player VideoJS Fall back on Flash player
  8. Metadata 8 Image EXIF / IPTC Using Mistral library Video

    Extraction of video info duration, size, format, streams
  9. Video transcoding 9 Run asynchronously One transcoder at a time

    <extension target="org.nuxeo.ecm.platform.video.service.VideoService" point="videoTranscoders"> <videoTranscoder name="MP4 480p" converter="convertToMP4" height="480"/> </extension>
  10. 12 <command name="ffmpeg-tomp4" enabled="true"> <commandLine>ffmpeg</commandLine> <parameterString> -i #{inFilePath} -vf "scale=-1:#{height}"

    -acodec libfaac -vcodec libx264 -v 0 #{outFilePath} </parameterString> </command> Command contribution Video transcoding
  11. Automatic video transcoding 13 Run after creation or modification <extension

    target="org.nuxeo.ecm.platform.video.service.VideoService" point="automaticVideoTranscoders"> <automaticVideoTranscoder name="MP4 480p" order="0" /> <automaticVideoTranscoder name="WebM 480p" order="10" /> </extension>
  12. 16 Audio File info and metadata extraction Conversions: to MP3,

    Ogg, ... Video Use extracted metadata More transcoders available Audio and Video What’s next?