The FFMPEG.exe coming bundled with 7.0.9 is compiled for 32 bit Intel 80386 Linux systems and also seems to be a bit outdated. (Wasn't there some security issues with some libs some month ago?)
ffmpeg.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.6.15, stripped
This makes no sense for most root-servers runnning on 64bit machines. In my case even on a AMD64.
/bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked .....
I read lots here but no real answers, so i ask again: Is there a way to use the distros own FFMPEG package instead of the one coming with dolphin? This would have some benefits, first its always up2date and second it runs optimized for the server it's used on. So why Boonex went this way? Anybody ever tried or can Boonex provide a 64bit AMD version? Maybe i can just use a static 64 build from http://ffmpeg.gusari.org and replace the dolphin one?