I am attempting to install ffmpeg-php on my Dreamhost VPS. It runs Debian.
I am under the impression that it is quite easy using 'sudo apt-get install php5-ffmpeg'
I have tried this, it appears to install fine.
My problem is, I'm not sure where it installs and how I get to it.
When i run the code in php I always get a message saying 'class ffmpeg_movie not found'
I believe this means ffmpeg-php is not installed correctly or my path to it is wrong. I have tried locating it, but I do not know where it is installing. I ran the install in /usr/bin, where ffmpeg is. Maybe I need to run it in a php directory? I don't know.
Any help would be appreciated