Topic: php-ffmpeg

Hello, I'm trying to get php-ffmpeg support for a locally built ffmpeg.  I wanted to have the fdk-aac encoder included in my version ffmpeg so I built from git source.  I ran into problems with building the php-ffmpeg from the svn and if I try to use the remi php-ffmpeg it fails because of ffmpeg dependencies.
I saw in a previous post (http://forums.famillecollet.com/viewtopic.php?id=1870) that Remi had revised the php-ffmpeg module but how do I get the remi php-ffmpeg to work with my ffmpeg build?

Re: php-ffmpeg

This is not possible.
If you build ffmpeg, you also need to build php-ffmpeg.

Good luck.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

3 (edited by gillecaluim 2013-05-29 14:51:29)

Re: php-ffmpeg

where is the php-ffmpeg remi source that I can build with?  The srpms seem to have a lower version number than the php-ffmpeg rpm.  Would it be possible for you to zip the php-ffmpeg source that you've updated so that I can build it locally.  I'm already using the remi,remi-test apache/mysql/php rpms for everything else.
thanks

Re: php-ffmpeg

All sources and history in on github:
https://github.com/remicollet/remirepo/ … php-ffmpeg

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-ffmpeg

Problem solved, though in a bit round about way.
I patched the svn ffmpeg-php but still wouldn't compile sad
searching for a solution to the errors thrown however pointed me to a different ffmpeg-php git repository https://github.com/tony2001/ffmpeg-php
and I was able to build ffmpeg-php support for my custom ffmpeg build smile