On my CentOS4.2 box there is not created such directory.
The ffmpeg.so is in /usr/lib/php4/ffmpeg.so
And in the php.ini all was ok, when I altered this line to:

extension=ffmpeg.so


Quote Originally Posted by admin
After you install ffmpeg-php, ffmpeg.so will be available at

/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so

You need to load this extension in your php.ini, once you done this properly, you will be able to see ffmpeg in phpinfo() and in sheel

php -i|grep ffmpeg