<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to xuggler generate thumbnail image for video.</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110398542" />
  <subtitle>How to xuggler generate thumbnail image for video.</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110398542</id>
  <updated>2026-04-07T08:53:19Z</updated>
  <dc:date>2026-04-07T08:53:19Z</dc:date>
  <entry>
    <title>RE: How to xuggler generate thumbnail image for video.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110409450" />
    <author>
      <name>Sergio González</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110409450</id>
    <updated>2018-07-03T12:00:53Z</updated>
    <published>2018-07-03T12:00:53Z</published>
    <summary type="html">&lt;p&gt;Hey Jin,&lt;/p&gt;
&lt;p&gt;You don't need Image Magick or Ghostcript. Installing Xuggler should
  be enough. &lt;/p&gt;
&lt;p&gt;I would suggest changing the logging level of the following classes
  to INFO to see if it provides any additional information: &lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;
    &lt;a href="https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portlet/documentlibrary/util/VideoProcessorImpl.java"&gt;https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portlet/documentlibrary/util/VideoProcessorImpl.java&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;
    &lt;a href="https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portal/xuggler/XugglerImpl.java"&gt;https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portal/xuggler/XugglerImpl.java&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Also ensure that the portal property xuggler.enabled is set to true. &lt;/p&gt;
&lt;p&gt;
  &lt;a href="https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portlet/documentlibrary/util/VideoProcessorImpl.java"&gt;https://github.com/liferay/liferay-portal/blob/6.2/portal-impl/src/com/liferay/portlet/documentlibrary/util/VideoProcessorImpl.java&lt;/a&gt;&lt;/p&gt;</summary>
    <dc:creator>Sergio González</dc:creator>
    <dc:date>2018-07-03T12:00:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to xuggler generate thumbnail image for video.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110402913" />
    <author>
      <name>Jin suku</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110402913</id>
    <updated>2018-07-03T01:42:46Z</updated>
    <published>2018-07-03T01:42:46Z</published>
    <summary type="html">&lt;p&gt;Nothing.&lt;/p&gt;
&lt;p&gt;Are Image Magick and Ghostscript need install too ?&lt;/p&gt;</summary>
    <dc:creator>Jin suku</dc:creator>
    <dc:date>2018-07-03T01:42:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to xuggler generate thumbnail image for video.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110399737" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110399737</id>
    <updated>2018-07-02T12:55:21Z</updated>
    <published>2018-07-02T12:55:21Z</published>
    <summary type="html">&lt;p&gt;Thumbnail generation might not be immediate.  Do you see a thumbnail
  when you come back later?&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2018-07-02T12:55:21Z</dc:date>
  </entry>
  <entry>
    <title>How to xuggler generate thumbnail image for video.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110398541" />
    <author>
      <name>Jin suku</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110398541</id>
    <updated>2018-07-02T10:49:27Z</updated>
    <published>2018-07-02T10:49:27Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Recenly i installed xuggler for my liferay.&lt;/p&gt;
&lt;p&gt;- Liferay Portal Community Edition 6.2 CE GA6 (Newton / Build 6205 /
  January 6, 2016)&lt;/p&gt;
&lt;p&gt;- CentOS 7, Jboss 7.1.3&lt;/p&gt;
&lt;p&gt;After few times intall error, i got success.&lt;/p&gt;
&lt;p&gt;Setting in properties&lt;/p&gt;
&lt;p&gt;dl.file.entry.preview.enabled=true&lt;br /&gt; dl.file.entry.thumbnail.enabled=true&lt;/p&gt;
&lt;p&gt;dl.file.entry.preview.video.mime.types=video/avi,video/mp4,video/mpeg,video/ogg,video/quicktime,video/x-flv,video/x-m4v,video/x-ms-wmv,video/x-msvideo&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;- Checked enabled xuggler on control panel.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;But when i upload a file mp4, thumbnail image not generate. Checked
  log but nothing happen, no error log. File uploaded success.&lt;/p&gt;
&lt;p&gt;Any idea ?&lt;/p&gt;</summary>
    <dc:creator>Jin suku</dc:creator>
    <dc:date>2018-07-02T10:49:27Z</dc:date>
  </entry>
</feed>
