![]() |
Video-Processing Nodejs-Agent - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Video-Processing Nodejs-Agent (/showthread.php?tid=13630) |
Video-Processing Nodejs-Agent - BirgerK - 03-26-2015 02:09 AM Hi there, if a nodejs-agent sends his video-file to a server, it won't be cut into single frame-images for the compare.php. We discovered that the ffmpeg-debian-package, distributed by the official debian-repositories, does not support the filter 'decimate'. (it's the ffmpeg-version 0.8) At your docu you're referencing to a version 1.x, but the binaries you can download on that page do not support the filter 'decimate'. Where did you get your ffmpeg-version? Can you share it please? Kind Regards, Birger RE: Video-Processing Nodejs-Agent - pmeenan - 03-26-2015 02:24 AM I have the linux x64 static build I use available here: http://www.webpagetest.org/software/ffmpeg FWIW, the trunk in github also has fixes so it will work with the latest ffmpeg releases (2+). |