Video renditions remain in converting state
Even though video conversions are done, the status information on the renditions remains in converting state. How can I fix it so that users can download the renditions?
FILES:
video_converting.PNG
0 votes
0 answers
2170 views
This looks like a bug to me. I just downloaded a new 8.3 and have the same problem. I've installed the software requirements as described. Here are the errors I get. Are you seeing the same thing in your nuxeo-server-8.3-tomcat/log/server.log?
2016-09-09 09:06:39,324 ERROR [Nuxeo-Work-videoConversion-1:default:c2f96bb8-1afa-4dbf-82fc-126fcaf1af79:videoconv:MP4 480p] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: VideoConversionWork(c2f96bb8-1afa-4dbf-82fc-126fcaf1af79, /videoAutomaticConversions:48290090002956.1037893208, Progress(?%, ?/0), Transcoding) org.nuxeo.ecm.core.convert.api.ConversionException: Error while converting via CommandLineService
Caused by: org.nuxeo.ecm.platform.commandline.executor.api.CommandException: Error code 1 return by command: ffmpeg -i #{inFilePath} -s #{width}x#{height} -acodec libfaac -vcodec libx264 -v 0 #{outFilePath}
2016-09-09 09:06:39,328 ERROR [Nuxeo-Work-videoConversion-1] [org.nuxeo.ecm.core.work.WorkManagerImpl] Uncaught error on thread Nuxeo-Work-videoConversion-1 org.nuxeo.ecm.core.convert.api.ConversionException: Error while converting via CommandLineService at org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter.execOnBlob(CommandLineBasedConverter.java:166)
Caused by: org.nuxeo.ecm.platform.commandline.executor.api.CommandException: Error code 1 return by command: ffmpeg -i #{inFilePath} -s #{width}x#{height} -acodec libfaac -vcodec libx264 -v 0 #{outFilePath}