<?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 Re: Are there size limitations for videos processed in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/are-there-size-limitations-for-videos-processed/m-p/315004#M2005</link>
    <description>&lt;P&gt;Moved from CentOS 6.3 to SLES12-12-0 and the video handling works as expected no.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2015 09:04:22 GMT</pubDate>
    <dc:creator>ssze_</dc:creator>
    <dc:date>2015-01-14T09:04:22Z</dc:date>
    <item>
      <title>Are there size limitations for videos processed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/are-there-size-limitations-for-videos-processed/m-p/315003#M2004</link>
      <description>&lt;P&gt;Does Nuxeo 6 have a specific max file size for videos to be managed / transcoded or some time limit for processing. Up to 2 Gb it works fine but with larger videos I run into errors. The files are uploaded correctly, are available on the server in the storage and can be converted with FFmpeg from the commandline. Metadata extraction, storyboarding and transcodings fail though.&lt;/P&gt;
&lt;P&gt;The errors in the log are similar to: &lt;A href="https://jira.nuxeo.com/browse/NXP-13094" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-13094&lt;/A&gt; but I get no hints on a solution there.&lt;/P&gt;
&lt;P&gt;2015-01-13 09:10:47,982 ERROR [Nuxeo-Work-videoConversion-16] [org.nuxeo.ecm.core.work.WorkManagerImpl] Uncaught error on thread Nuxeo-Work-videoConversion-16 org.nuxeo.ecm.core.api.ClientRuntimeException: org.nuxeo.ecm.core.convert.api.ConversionException: Unable to get Blob for holder at org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoServiceImpl.java:164) at org.nuxeo.ecm.platform.video.service.VideoConversionWork.work(VideoConversionWork.java:102) at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransaction(AbstractWork.java:351) at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransactionAndCheckExceptions(AbstractWork.java:312) at org.nuxeo.ecm.core.work.AbstractWork.run(AbstractWork.java:280) at org.nuxeo.ecm.core.work.WorkHolder.run(WorkHolder.java:52) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.nuxeo.ecm.core.convert.api.ConversionException: Unable to get Blob for holder at org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter.getCmdStringParameters(BaseVideoConversionConverter.java:112) at org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter.convert(CommandLineBasedConverter.java:91) at org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:203) at org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoServiceImpl.java:158) ... 8 more Caused by: java.lang.ArithmeticException: / by zero at org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter.getCmdStringParameters(BaseVideoConversionConverter.java:103) ... 11 more&lt;/P&gt;
&lt;P&gt;Additional info: When I try to convert to MP4 480p the file is not copied over to the conversion tmp folder. I can download the original file without problems though through in the UI. Hope this addition helps.&lt;/P&gt;
&lt;P&gt;2015-01-13 10:10:08,216 ERROR [Nuxeo-Work-videoConversion-19] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: VideoConversionWork(e6989ac4-bb35-4096-a3c0-46b09c37aaf8, , Progress(?%, ?/0), Transcoding)
org.nuxeo.ecm.core.api.ClientRuntimeException: org.nuxeo.ecm.core.convert.api.ConversionException: Error while converting via CommandLineService
at org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoServiceImpl.java:164)
at org.nuxeo.ecm.platform.video.service.VideoConversionWork.work(VideoConversionWork.java:102)
at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransaction(AbstractWork.java:351)
at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransactionAndCheckExceptions(AbstractWork.java:312)
at org.nuxeo.ecm.core.work.AbstractWork.run(AbstractWork.java:280)
at org.nuxeo.ecm.core.work.WorkHolder.run(WorkHolder.java:52)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.nuxeo.ecm.core.convert.api.ConversionException: Error while converting via CommandLineService
at org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter.execOnBlob(CommandLineBasedConverter.java:178)
at org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter.convert(CommandLineBasedConverter.java:94)
at org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:203)
at org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoServiceImpl.java:158)
... 8 more
Caused by: org.nuxeo.ecm.platform.commandline.executor.api.CommandException: Error code 1 return by command: /bin/sh -c ffmpeg -i "/nuxeo/nuxeo-cap-6.0-tomcat/tmp/cmdLineBasedConverter1644222809029281461.mov" -s "854"x"480" -acodec libfaac -vcodec libx264 -v 0 "/nuxeo/nuxeo-cap-6.0-tomcat/tmp/convertToMP4_100b4719-7822-4ef0-b650-c9b18b2c57d6/videoConversion3212288417743282461.mp4"&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;at org.nuxeo.ecm.platform.commandline.executor.api.ExecResult.&amp;lt;init&amp;gt;(ExecResult.java:61)
at org.nuxeo.ecm.platform.commandline.executor.service.executors.ShellExecutor.exec(ShellExecutor.java:98)
at org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent.execCommand(CommandLineExecutorComponent.java:160)
at org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter.execOnBlob(CommandLineBasedConverter.java:168)
... 11 more
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Jan 2015 09:34:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/are-there-size-limitations-for-videos-processed/m-p/315003#M2004</guid>
      <dc:creator>ssze_</dc:creator>
      <dc:date>2015-01-13T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Are there size limitations for videos processed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/are-there-size-limitations-for-videos-processed/m-p/315004#M2005</link>
      <description>&lt;P&gt;Moved from CentOS 6.3 to SLES12-12-0 and the video handling works as expected no.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 09:04:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/are-there-size-limitations-for-videos-processed/m-p/315004#M2005</guid>
      <dc:creator>ssze_</dc:creator>
      <dc:date>2015-01-14T09:04:22Z</dc:date>
    </item>
  </channel>
</rss>

