has anyone been able to install ffmpeg-php on osx? i was able to install ffmpeg via mac ports. ffmpeg-php wont install.
problems: cannot find shared directory because macports installs it to /opt/local/include/ and /opt/local/lib. ffmpeg-php looks in /usr/local/include/ffmpeg
phpize returns a whole bunch of warnings, not sure if this is a problem or not.
when i get all the headers/libraries in the right locations make is still throwing fits.
has anyone actually done this? or...
is there an alturnative to ffmpeg? i want to be able to create pictures of video frames on the fly.