Video-Processing Nodejs-Agent

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

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+).