<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Changing the number of steps/thumbnails in the Video Storyboard in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/changing-the-number-of-steps-thumbnails-in-the-video-storyboard/m-p/313635#M636</link>
    <description>&lt;P&gt;All is in the question: How can I change the number of thumbnails, of steps, created by the storyboard?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2014 17:50:59 GMT</pubDate>
    <dc:creator>ThibArg_</dc:creator>
    <dc:date>2014-04-21T17:50:59Z</dc:date>
    <item>
      <title>Changing the number of steps/thumbnails in the Video Storyboard</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/changing-the-number-of-steps-thumbnails-in-the-video-storyboard/m-p/313635#M636</link>
      <description>&lt;P&gt;All is in the question: How can I change the number of thumbnails, of steps, created by the storyboard?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2014 17:50:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/changing-the-number-of-steps-thumbnails-in-the-video-storyboard/m-p/313635#M636</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2014-04-21T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the number of steps/thumbnails in the Video Storyboard</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/changing-the-number-of-steps-thumbnails-in-the-video-storyboard/m-p/313636#M637</link>
      <description>&lt;P&gt;You must actually &lt;EM&gt;add&lt;/EM&gt; some keys (&lt;CODE&gt;parameters&lt;/CODE&gt; and &lt;CODE&gt;parameter&lt;/CODE&gt;) to the &lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/current/viewContribution/org.nuxeo.ecm.platform.video.convert.converters--converter"&gt;videoStoryBoard converter&lt;/A&gt;. For example, here, we want 4 thumbnails instead of the default 9. This is the XML to be added to your Studio project (create a new XML extension in Project &amp;gt; Advanced Settings &amp;gt; XML Extensions):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.video.convert.converters&amp;lt;/require&amp;gt;
&amp;lt;extension target="org.nuxeo.ecm.core.convert.service.ConversionServiceImpl"
    point="converter"&amp;gt;
  
  &amp;lt;converter name="videoStoryboard"
      class="org.nuxeo.ecm.platform.video.convert.StoryboardConverter"&amp;gt;
    &amp;lt;!-- Here, we must explicitely reuse all the existing values 
         as declared in the original videoStoryboard XML converter
    --&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/mpeg&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/mp4&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/quicktime&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/ogg&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/x-ms-asf&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/x-msvideo&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;sourceMimeType&amp;gt;video/flv&amp;lt;/sourceMimeType&amp;gt;
    &amp;lt;destinationMimeType&amp;gt;image/jpeg&amp;lt;/destinationMimeType&amp;gt;
    
    &amp;lt;!-- Adding this parameters/parameter tag does the thing --&amp;gt;
    &amp;lt;parameters&amp;gt;
      &amp;lt;parameter name="thumbnail_number"&amp;gt;4&amp;lt;/parameter&amp;gt;
      &amp;lt;!--
       &amp;lt;parameter name="width"&amp;gt;100&amp;lt;/parameter&amp;gt;
       &amp;lt;parameter name="height"&amp;gt;62&amp;lt;/parameter&amp;gt;
      --&amp;gt;
    &amp;lt;/parameters&amp;gt;
    
    &amp;lt;/converter&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Apr 2014 17:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/changing-the-number-of-steps-thumbnails-in-the-video-storyboard/m-p/313636#M637</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2014-04-21T17:55:38Z</dc:date>
    </item>
  </channel>
</rss>

