Has anyone been able to install ffmpeg-php on osx? I was able to install ffmpeg via mac ports. ffmpeg-php will not install.
Problems: Cannot find the shared directory because macports installs it in / opt / local / include / and / opt / local / lib. ffmpeg-php is browsing / 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 correct locations, it still throws the fit.
Has anyone really done this? or...
is there any abnormal for ffmpeg? I want to be able to create snapshots of video frames on the fly.
source
share