Can someone tell exactly what this file is and does? My server logs is reporting that this file is overloading the CPU.
Can someone tell exactly what this file is and does? My server logs is reporting that this file is overloading the CPU. |
Sammie - thanks for responding! I am actually on a shared server... and I don't have access to ssh (telnet?) How would I stop it otherwise? |
If I am not allowing video or music uploads on my site... do I still need this file "ffmpeg.exe"? It is constantly overloading the CPU |
Ah yes, but here is my question..... Why is it called ffmpeg.exe which would imply this is the windows binary version of ffmpeg, but yet it is an ELF binary? It looks like it was compiled on a GenTOO Linux platform. If you compile your own static version of ffmpeg that matches your hosting environments platform and renamed it to ffmpeg.exe would this suffice? Outside of compiling your own version there are plenty of glibc i386 static version of ffmpeg to be found. Can one use one of these binaries; assuming that it runs on the shared host platform? |