FFmpeg-Php Phpize Install Issue

Apr 27, 2007

I'm trying to install ffmpeg-php on fedora c4

When trying to phpize i get this error:

Configuring for:

PHP Api Version: 20031224
Zend Module Api No: 20041030
Zend Extension Api No: 220040412
/usr/bin/phpize: line 105: aclocal: command not found

I found a similar thread and tried their solution (yum install automake)

Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for autoconf-2.59-5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is already installed


The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

.. I'm pretty new to linux and have no idea whats going on/how I can resolve it - does anyone have any suggestions? If theres any more info I should post that would help let me know.

View 2 Replies


ADVERTISEMENT

How To Install Ffmpeg, Ffmpeg-PHP, Mplayer, Mencoder, Flv2tool, LAME MP3 Encoder

Oct 21, 2009

When i try to install all those things i am getting error...i am following the things given in below link but i am not to excute this svn command

[url]

View 6 Replies View Related

HOWTO Install FFMPEG

Nov 27, 2006

FFMPEG INSTALLATION FROM SOURCE
FFMPEG INSTALLATION FROM SOURCE
installed by:
Robertas Dereskevicius
Edited by Jon Nikolakakis
OS/ Fedora Core 5

Summary
download and install:
libffac
libffad2
xvid
libogg,libvorbis
mp3lame
ffmpeg

Setting Up Install Folder, Logging and download Packages
1)Log into ssh
2) cd /usr/src && mkdir install && cd install
3) Download faad2 and faac
from http://faac.sourceforge.net/oldsite/download.php get Faad2 and faac (new versions)

wget http://prdownloads.sourceforge.net/f...ar.gz?download
wget http://prdownloads.sourceforge.net/f...ar.gz?download

4) Verify that you have these components are installed
rpm -qa automake
rpm -qa autoconf
rpm -qa libtool
rpm -qa m4
rpm -qa gcc-c++

If any are missing than simply yum install (packagename), if you dont have a package manager than get one, it will save you alot of time
and headaches.

Installing Faac
5)tar -zxvf faac-1.24.tar.gz && cd faac
6) sh bootstrap
7) ./configure
8) make
9) make install
10) cd ..

Installing Faad2
11) tar -zxvf faad2-2.0.tar.gz
12) cd faad2 && less README.linux
13) There is 2 bugs with this package, so need to manually edit these files
14) nano Makefile.am
Edit the file to look like this
SUBDIRS = libfaad common frontend plugins
EXTRA_DIST = faad2.spec

15) cd common/mp4ff && nano mp4ffint.h
16) Comment out this line
//void mp4ff_track_add(mp4ff_t *f);

17)Save file and cd ../..
18)autoreconf -vif
19) ./configure
20) make
21) make install

Installing Libogg and Libvorbis
22)cd .. and then Check to see if libogg and libvorbs
rpm -qa libogg-devel
rpm -qa libvorbis-devel
rpm -qa libncurses-devel

If not installed then simply Package Install (replace yum and install settings with your package manager)
yum install libogg-devel
yum install libvorbis-devel
yum install libncurses-devel

Installing LAME (for audio)
23)go into lame sourceforge - http://sourceforge.net/project/showf...package_id=309
24)wget http://mesh.dl.sourceforge.net/sourc...me-3.97.tar.gz
25)tar -zxvf lame-3.97.tar.gz
26)cd lame*
27) ./configure; make;make install

Installing Xvid
28) cd .. && wget http://downloads.xvid.org/downloads/...e-1.1.2.tar.gz
29)tar -zxvf xvidcore-1.1.2.tar.gz && cd xvid*/build/generic/
30) ./configure; make; make install;
31) cd ../../..

Installing ffmpeg
32) rpm -q subversion If not install, then install subversion
33)svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg && cd ffmpeg
34) ./configure --enable-shared --enable-xvid --enable-vorbis --enable-libogg --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-a52
35)make
36)make install

If Installation went ok, run
ldd ./ffmpeg
If Path to Lib Libraries are not ok

37)Check to see if /usr/local/lib exists on this file
cat /etc/ld.so.conf

If not
echo /usr/local/lib >>/etc/ld.so.conf

38) cat/etc/ld.so.conf Now check to see if (/usr/local/lib exist)
39) save file
40) ldconfig
41) run ldd ./ffmpeg

FFmpeg should be complete and installed. On some servers you may need to add Disable Shared and enable flags.

View 14 Replies View Related

FFMPEG And FLVTOOL2 Install

Jul 17, 2009

I just got a brand new server, its a centOS 5 box with cPanel installed, compiled with suPHP and the latest version of Apache. I was trying to install FFMPEG, Flvtool2, flvtool, mplayer, etc etc, and I had some issues, so I paid serverwizards to install it, and they tried to install it, but it seems they installed a broken version of flvtool2, or didnt install it right, and their best response up to date is "we are googling this", then they blow me off for 12 hours. This has been going on for 3 days so far.

Here is a test I ran.

Quote:

root@svr3 [~]# /usr/bin/flvtool2 -UDs /home/rbetvcom/public_html/amphosted/uploads/CSb3k1pZcsi4BtyuOhx3.flv
^XERROR:
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `index'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `collect'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:270:in `framerate'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:131:in `add_meta_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:184:in `add_meta_data_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:137:in `update'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `send'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:239:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:44:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:168:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:228
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/bin/flvtool2:2
ERROR: /usr/bin/flvtool2:19:in `load'
ERROR: /usr/bin/flvtool2:19
root@svr3 [~]#

View 2 Replies View Related

Steps To Install FFMPEG On Centos5

May 5, 2009

Can someone please provide me steps to install FFMPEG on centos5.

View 4 Replies View Related

How To Install FFMPEG On Fedora Core 4

Sep 12, 2007

i want to install FFMPEG on my server , i tried to install from here http://vexxhost.com/blog/category/ffmpeg/

but i got error in step no. 6 , put in your consideration i didn't do the step no. 5
coz my OS is Fedora core 4.

plz any one have the right way to install , tell me.

View 3 Replies View Related

How To Install FFMPEG Packages On CentOS 5 64-Bit

Nov 6, 2009

to install the complete FFMPEG package onto my VPS which includes, FFMPEG, Mplayer, Mencoder, Lame, etc.

I generally use the following script which works as a charm, but doesn't work very well on CentOS 64-Bit.

View 8 Replies View Related

How To Install Ffmpeg, Mencoder & Flvtool2

Aug 11, 2008

How do I install the following in these locations?

ffmpeg
/usr/bin/ffmpeg

mencoder
/usr/bin/mencoder

flvtool2
/usr/bin/flvtool2

View 3 Replies View Related

Plesk 11.x / Linux :: How To Install FFMPEG

May 24, 2014

How do I install FFMPEG on Pleslk 11.5?

View 1 Replies View Related

Install Ffmpeg, Mplayer & Liboog On CentOS 5

Jul 18, 2008

I want to install the following on CentOS 5.2

FFmpeg
FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis
LAME MP3 Encoder CentOS

View 6 Replies View Related

How To Install Ffmpeg On Centos/rhel, The Simple Way

Jun 7, 2007

I seen where a lot of server management companies are charging big bucks for this, so this might save you some time and money.
First

Code:
nano -w /etc/yum.repos.d/dag.repo
Insert

Code:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then yum update and search for ffmpeg and install all ffmpeg packages including devel.
Seems there is some lib problems along the way so in /etc/ld.so.conf
add
/usr/local/lib
then
ldconfig -v
To install the php extension follow the simple directions on [url]
Then you should be all set!

Tried and tested on 2 different centos server, works fine.

View 14 Replies View Related

Plesk 12.x / Linux :: How To Install Ffmpeg On Server

Sep 12, 2014

I have server with the Plesk control panel on Linux server and want to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc , but not sure about the steps to install it. Is there any script or easy steps to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc on my server.

View 1 Replies View Related

[How Install ]FFmpeg And Strem Program In CENTOS Enterprise 5.2 I686

Oct 8, 2008

* FFmpeg [url]
* FFmpeg-PHP [url]
* Mencoder and Mplayer [url]
* LAME MP3 Encoder [url]
* Libogg [url]
* FLVtool2 [url]
to install the up program in vps hes worked with CENTOS Enterprise 5.2 i686

because im try but not working like Mencoder and Mplayer he cant connect with me in ssh

View 1 Replies View Related

Plesk 12.x / Linux :: How To Install Ffmpeg On Server With Control Panel

Aug 21, 2014

I have server with the Plesk control panel on Linux server and want to install ffmpeg but not sure about the steps to install it. Any script or easy steps to install ffmpeg on my server.

View 1 Replies View Related

Phpize: Command Not Found

Jul 21, 2007

On compiling apache module on Debian, i get error

phpize: command not found

I am new to debian, not sure how to install php-devel on debian.

The server have Plesk installed.

Quote:

# php -v
PHP 4.3.10-22 (cli) (built: Jun 30 2007 14:42:16)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
#

How do i install php-devel on the server?

Also let me know what is the command to list installed software on debian like "yum list" on RH.

View 8 Replies View Related

Hosting With FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support

Jun 9, 2009

The hosting with FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support is necessary.

It was pleasant downtownhost.com,
But cost 4.95 only at payment of 36 months! It is a lot of ((

There are similar variants?

View 13 Replies View Related

Phpize Error :: Cannot Find Config.m4

Jul 17, 2008

phpize

Cannot find config.m4.

Make sure that you run '/usr/bin/phpize' in the top level source directory of the module

View 2 Replies View Related

Plesk 12.x / Linux :: Possible To Install To Debian Jessie With Auto-install Script?

Jul 19, 2015

Is it possible to install Plesk 12 to Debian Jessie with the autoinstall script?

View 7 Replies View Related

Ffmpeg - Php

Oct 15, 2007

I had is running it on my php4.. I upgraded to php5 using easyapache but now its not working.. Its has the ffmpeg.So in the extenuion folder and php.ini has the extension folder and the extension defined.. Any solution

View 5 Replies View Related

FFMPEG SVN

Jul 13, 2008

I've been trying to download FFMPEG via SVN for several hours now but I am getting are just timeouts. Can you please try it on your side: ....

View 3 Replies View Related

Ffmpeg

Nov 29, 2007

i am coverting am mp3 and want to set the author tag in it..

View 4 Replies View Related

Using Ffmpeg-php

Oct 17, 2007

After much efforts and help of members of this forum i have installed ffmpeg, ffmpeg-php, gd on my server.. Now the purpose for which i have installed all this is to get the thumbnail of the videos..

I tried the code given on its homepage but thats not working..

View 3 Replies View Related

Ffmpeg

Apr 4, 2007

I've been researching and thinking on offering it on our servers but I still have a few doubts. How resource intensive is it? Does it affect a shared environment too much?

View 0 Replies View Related

FFMpeg = PHPMotion?

Jun 19, 2008

my customer want FFMpeg, but we no have this in my VPS.

If we setup PHPMotion then he have FFMpeg?

If I setup FFMpeg customer can run STREAMING? or I need setup more packages?

Please: RAM required to run FFMpeg correctly?

The best STREAMING in cPanel is FFMpeg?

View 3 Replies View Related

Ffmpeg Quillhost.com

May 6, 2009

I need to host some video materials and I don't want to use something big like a VPS or dedi, shared will be enough for me. That's why I think quillhost.com service will suit my needs well as they support ffmpeg on their shared service.

Do you think my idea is sound?

View 0 Replies View Related

FFMPEG Installation?

Apr 19, 2009

I was wondering if there was anyone out there that could do an ffmpeg, flvtool2, mencoder installation on my CentOS 5.2 VPS for $10. I need it to be able to run phpmotion / youtube clone scripts...

View 8 Replies View Related

Ffmpeg-php - Need Help Installing Under Win

Aug 25, 2005

Hi there, I was wondering if anyone have installed ffmpeg-php under windows successfully or you might understand how to do it?

By default it's for linux, but there is a version for win made by some guy/guys to be found here: ffmpeg google groups

Problem is, I don't understand how to install? Could anyone explain, thanks!

Edit: Got it to work!

avcodec.dll (copy to WindowsSystem32)
avformat.dll (copy to WindowsSystem32)
php_ffmpeg.dll (php dir)
Add: extension=php_ffmpeg.dll <- to php.ini

All the other files confused me

View 0 Replies View Related

Installing FFMPEG On VPS

Sep 25, 2006

We have a managed VPS, and have never needed on our own dedicated servers in teh past to have FFMPEG due to the line of data we host. So, I asked our provider to please install FFMPEG onto our server.

This is the response I have received:

FFMpeg requires PHP to be compiled as CGI (PHPsuexec) that is only officially supported by cPanel. So in order to install FFMpeg modules we have to resetup your VPS with cPanel.

Now our VPS is running Direct Admin on CentOS.

I am not trying to poke holes at our provider, just trying to find out if this is the truth, or if there is a work around that can accomplish this.

I do not want CPANEL on our account. We have two unix techs here at work, however unfortunately they are both off for two weeks as of middle of last week, so i'm caught with who to look for to gain a second opinion.

View 1 Replies View Related

I Want Ffmpeg Host Or Vps

Jan 5, 2009

i want ffmpeg host or vps

1- whats the limted for a send mail

2- i have a music box and i have a large vistiros are my site in the
workied good thats my site for media www.ms.ahba.in and i want convert to social media script

3- whats the limted for cpu

4- whats the limted for up and donload for space and bandwith

5- whats the limted for backup and the ((Automated Nightly Backups))
where are the backup file when well be?

6- are thee ssh include

7- and about vps if i want install scripr or update the apatchi for example did help me with out charge

8- how many accounts in a server with vps ot host

9- did have any coupon code for discount

View 4 Replies View Related

Ffmpeg Centos 5.2

Mar 27, 2009

I need to get the following libraries installed on my CentOS 5.2 Linux server aswell as install ffmpeg.

I don't know how to do this, I've looked around and I can only find ubuntu support.

liblame-dev
libfaad2-dev
libfaac-dev
libxvidcore4-dev
liba52-0.7.4
liba52-0.7.4-dev
libx264-dev

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved