Re: [FFmpeg-user] issues installing ffmpeg php

2017-02-07 Thread Jim Shupert


Arturo

I do not utilize ffmpeg php - but am intrested in it.

question:  can you run ffmpeg -- in general?
do you have a "good" ffmpeg install?


___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] issues installing ffmpeg php

2017-02-03 Thread Reindl Harald



Am 03.02.2017 um 19:24 schrieb Arturo Calle:

Hello, I need some help to install ffmpeg php, I get this message


what is the "ffmpeg php" you refer to?
i am only aware about a for years dead horse with a similar name

however, since you are installing in a non-default location you need to 
tell any other software where it and the headers are - hence you should 
provide from the very begin *what* you are trying to build and it's 
compile errors and not your ffmpeg configure


keep in mind that this is in general the wrong mailing list because this 
is not the upstream of "ffmpeg php"



configure: "
*error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared
libraries using the --enable-shared option"*
How I can compile ffmpeg with --enable-shared option? I followed this
instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Centos, with
--enable-shared option, but I still getting that message. What I'm missing?
Do you need additional info?

I wrote this: PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig"
./configure --prefix="$HOME/ffmpeg_build"
--extra-cflags="-I$HOME/ffmpeg_build/include"
--extra-ldflags="-L$HOME/ffmpeg_build/lib -ldl" --bindir="$HOME/bin"
--pkg-config-flags="--static" --enable-gpl --enable-nonfree
--enable-libfdk_aac --enable-libfreetype --enable-libmp3lame
--enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
--enable-libx265 --enable-shared

PHP 5.4.16
CentOS: centos-release-7-3.1611.el7.centos.x86_64

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] issues installing ffmpeg php

2017-02-03 Thread Carl Eugen Hoyos
2017-02-03 19:24 GMT+01:00 Arturo Calle :
> Hello, I need some help to install ffmpeg php

Unfortunately, this is the user mailing list for FFmpeg, we know
nothing about ffmpeg-php.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] issues installing ffmpeg php

2017-02-03 Thread Arturo Calle
Hello, I need some help to install ffmpeg php, I get this message

configure: "
*error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared
libraries using the --enable-shared option"*
How I can compile ffmpeg with --enable-shared option? I followed this
instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Centos, with
--enable-shared option, but I still getting that message. What I'm missing?
Do you need additional info?

I wrote this: PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig"
./configure --prefix="$HOME/ffmpeg_build"
--extra-cflags="-I$HOME/ffmpeg_build/include"
--extra-ldflags="-L$HOME/ffmpeg_build/lib -ldl" --bindir="$HOME/bin"
--pkg-config-flags="--static" --enable-gpl --enable-nonfree
--enable-libfdk_aac --enable-libfreetype --enable-libmp3lame
--enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
--enable-libx265 --enable-shared

PHP 5.4.16
CentOS: centos-release-7-3.1611.el7.centos.x86_64

Best,

Arturo
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".