LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-04-2008, 05:16 PM   #1
whitey4900
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
Question Does the latest version of ffmpeg not work with ffmpeg-php?


Hey Guys,

Looking for a little help, I've been trying to install ffmpeg-php all day. I've compiled both ffmpeg and ffmpeg-php from source using the directions listed in ffmpeg-php

Code:
BUILDING FFMPEG
---------------

cd /path/to/ffmpeg
./configure --enable-shared --prefix=/usr
make clean && make
[become root]
make install


BUILDING FFMPEG-PHP AS A SHARED EXTENSION 
-----------------------------------------

1. Build php if not already built or installed by your distro (See the file INSTALL in your php source directory)

2. Unpack the archive

        tar -xjf ffmpeg-php.X.x.x.tbz2 -C /path/to/php_sources/ext/

3. cd into the ffmpeg extension directory

        cd /path/to/php_sources/ext/ffmpeg-php.X.X.X/

4. Run phpize (included with your php install) to build configuration files

        phpize

5. Configure and build

        ./configure && make

6. Install the shared extension 

        make install (as root)

If everything went as planned, ffmpeg-php is now installed as a shared library. 
You must explicitly load it in your scripts using dl(ffmpeg.so) or if you want 
it available to all scripts by default add extension=ffmpeg.so to your php.ini 
file which will tell php to load it when starting up.
I keep getting the same error, having to do with ffmpeg, when I am compiling ffmpeg-php:

./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c:1457: error: `this_ptr' undeclared (first use in this function)
./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c:1457: error: `return_value' undeclared (first use in this function)
./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
./ffmpeg-php/ffmpeg-php-svn/ffmpeg-php/ffmpeg_movie.c:1461: warning: `return' with no value, in function returning non-void
make: *** [ffmpeg_movie.lo] Error 1

Seems like there is an imcompatibility with ffmpeg-php and the latest version of ffmpeg. Is there a work around, do you know of a working combination that will get this job done?

Thanks for any help.
 
  


Reply

Tags
ffmpeg, ffmpegphp



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with ffmpeg-php fandar Linux - Software 0 07-24-2008 12:38 PM
Problem with ffmpeg-php? UBdebian Programming 3 06-01-2008 11:25 AM
PHP: Adding ffmpeg-php without re-compiling? vxc69 Linux - Software 2 05-17-2007 04:47 PM
This version of nuvexport requires either the cvs or svn version of ffmpeg?? zeltak Linux - Software 2 02-02-2007 04:54 AM
Problem executing a linux script from php that runs ffmpeg darkisolde Linux - Software 4 10-04-2005 07:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration