ffmpeg-php
ffmpeg-php copied to clipboard
PHP extension for video editing, wrapping ffmpeg
Make crashes with "make: *** [ffmpeg_movie.lo] Error 1" The following is what make fails and is causing the compile error. Below that is the full output of running make. I...
I have installed ffmpeg ffmpeg-devel by RPMFusion then i do cd ffmpeg-php ./configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for...
fixed build with ffmpeg 3.0: error: ‘PIX_FMT_RGB32’ undeclared (first use in this function)
I followed the instructions listed here: https://my.9xhost.net/knowledgebase/article/39/install-ffmpeg---php-ffmpeg-on-centos-7-1/ I get to ./configure && make and it gives me the error: checking for ffmpeg headers... configure: error: ffmpeg headers not found. Make...
Nowadays some distros (e.g. openSUSE/packman and Fedora/RPMFusion) are putting the ffmpeg includes under /usr/include/ffmpeg, e.g. `/usr/include/ffmpeg/libavcodec/avcodec.h`. Patch configure to find these. Using pkg-config might be a better/more portable option, since...
today I had to do it the other way around to make it work... that kind of troubles me...
With @pbek's latest pull request fixes #17 and #18, ffmpeg-php compiles successfully against latest source compiled FFMPEG binary from github but there's a few warnings for depcreated stuff ``` php...
Hi I am trying to compile your ffmpeg-php code against a source compiled ffmpeg on CentOS 7.1 using the installer I wrote at https://bitbucket.org/eva2000/ffmpeg-installer/src/d7b8c640e41b4799f70adf60696f1e820261d300/ffmpeg.sh?at=master ffmpeg installed fine ``` /opt/bin/ffmpeg -version...
Hello. I was able to compile this library. But when I look it into php (with php --ri ffmpeg) I got this output : PHP Warning: PHP Startup: Unable to...
/php-7.0.0/ffmpeg-php/ffmpeg_movie.c:1401:5: error: expected expression before 'ff_movie_context' make: **\* [ffmpeg_movie.lo] Error 1