Server :: Ffmpeg Installation On CentOS?

Nov 5, 2010

i am trying to install ffmpeg on centos machine. i need a source installation for this. i used FFmpeg 0.6.1 .tar.gz file for this. Also i want to install this with maximum codec support. when i used the configuration option as

./configure --prefix=/usr/local/ffmpeg --enable-shared --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-pthreads --enable-libvpx --enable-librtmp --enable-x11grab --enable-version3 --libdir=/lib64 --enable-nonfree

i got an error as ERROR: libopencore_amrnb not found. i tried to find this package but it was utterly failed.

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Install Ffmpeg-php On A Centos 5.6 32bit?

Jun 8, 2011

I am trying to install ffmpeg-php on a centos 5.6 32bit. First I installed php-devel,yum install php-devel. I downloaded the ffmpeg-php from here to /usr/local/src by this commands;

1.wget "http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr"
2.tar xjvf ffmpeg-php-0.6.0.tbz2
3.cd ffmpeg-php-0.6.0
4.phpize
5../configure
6.make
7.make install

Now the output of the ./configure, make and make install is here below. Can someone tell me what I am missing to successfully install ffmpeg-php?

[Code]...

View 8 Replies View Related

CentOS 5 :: How To Install Ffmpeg

Sep 20, 2009

I download ffmpeg from repository with command svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

after cd /home/username/Desktop/ffmpeg

./configure --enable-shared --enable-gpl --enable-nonfree

make

make install

after that if i call ffmpeg I will obtain this error ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory

what can i do?

View 3 Replies View Related

CentOS 5 :: Agp-get Doesn't Install Ffmpeg

Nov 6, 2010

I'm trying to get FFMpeg installed on my server, but I'm not having much luck I've managed to get it working with AVI/MOV etc , but now I'm trying to convert into MP4, I get an problem:

root@vps [/etc/apt]# apt-get install ffmpeg
Reading Package Lists... Done
Building Dependency Tree... 50%
Building Dependency Tree... Done
ffmpeg is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 4 not upgraded.
root@vps [/etc/apt]#
[Code]....

View 1 Replies View Related

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

Jul 20, 2010

Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?

View 2 Replies View Related

CentOS 5 :: Unable To Get The FFMPEG To Work - Ruby

Dec 22, 2009

CentOS 5.4 (cPanel 11.25.0-R42213) I've used this guide several times on several servers to get FFMPEG`/FFMPEG-PHP to work with CentOS 5.2 and various hosting panels. But after trying on a server with CentOS 5.4, I've run into problems.

# Install FFMPEG on CentOS
cd /root
echo "[dag]" > /etc/yum.repos.d/dag.repo
echo "name=Dag RPM Repository for Red Hat Enterprise Linux" >> /etc/yum.repos.d/dag.repo

[code]....

View 1 Replies View Related

CentOS 5 :: How To Install Latest FFMPEG With Libx264 Support

Apr 8, 2009

I would like to install on my box FFMPEG with libx264 support. First of all I've tried yum install ffmpeg, but it occurs that it downloads a version from 2007 (?) and without libx264. Than I've tried this: [URL]. And everything goes ok till last ./configure:
./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-libfaad --enable-swscale --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay

And in this moment I do "make" and get:
-bash-3.2# make
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I"/usr/local/lib/tmp/ffmpeg2/ffmpeg" -I"/usr/local/lib/tmp/ffmpeg2/ffmpeg" -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno
-c -o libswscale/swscale.o libswscale/swscale.c .....
libswscale/swscale.c:3409: warning: assignment discards qualifiers from pointer target type
make: *** [libswscale/swscale.o] Error 1

And as you can see I get a lots of errors. Tried to install it for 5 day now, How to make this work??

View 2 Replies View Related

CentOS 5 :: Install FFmpeg - Flvtool2,Libogg + Libvorbis - LAME MP3 Encoder

Jul 22, 2009

I bought un-managed VPS server for host a video sharing script. Server details

[Code]...

And that video sharing script needs "FFmpeg,Flvtool2,Libogg + Libvorbis,LAME MP3 Encoder" I searched google,forums,Articles. But i couldn't be able to find a way to install them on Centos

View 1 Replies View Related

Software :: Mp4 To Flv Using Ffmpeg On Ubuntu Server 10.04?

Nov 6, 2010

I am doing a conversion of mp4 to flv on a GUI less server where I have only SSH access.( I tried winff and X forwarding that had hanged while doing this conversion so winff is not possible for me)I do not have any idea of the codecs,bitrate of this mp4 video.Some one had converted from an m4v to mp4 and then uploaded this on the server.When I tried converting on command line as follows

Code:

ffmpeg -i stats_estimation.mp4 out.flv
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-

[code]....

View 3 Replies View Related

Server :: Ffmpeg Extension Won't Load After Php Version Upgrade From 5.1.6 To 5.2.13?

Aug 4, 2010

CentOS 5, installed ffmpeg and compiled the ffmpeg.so, from fffmpeg-php-0.6.0. Everything works fine. Then upgrade the php to 5.2.13 (using an external repository)recompiled ffmpeg.so but now when trying to load php:PHP Warning: PHP Startup: ffmpeg: Unable to initialize moduleModule compiled with module API=20050922, debug=0, thread-safety=0PHP compiled with module API=20060613, debug=0, thread-safety=0These options need to match in Unknown on line 0

View 2 Replies View Related

Ubuntu Multimedia :: Ffmpeg Crashes Upnp Media Server?

Apr 19, 2010

i run ubuntu 9.10. i have updated all installed packages. i run a 32bit 3.6 ghz intel p4 dual core with three monitors running on two video cards. all this works correctly. i am able to play video in video player and audacious2 on any monitor.

i'm trying to run a upnp media server for my house. myself and both my tenants have playstation 3s, and i would like to host music, music videos, original content, and the backup copies of legally purchased dvds over the network. i recently converted from windows xp, and all of my media files were created by vlc on windows xp, ripped with winamp, edited and rendered with sony vegas, or downloaded from videos. i have tried both mediatomb (from the repository) and fuppes (from subversion) and had the same result with both.

basically, whenever the media center tries to populate the database and search the files, ffmpeg returns an error that crashes the media center. i do not know enough to implement better error handling in the source. both media servers, when running in the terminal, eventually return the same error message when scanning my sepearate hard drive for media. (~100gb of mp3, avi, mpeg, and mp4 files)

error code: /build/buildd/ffmpeg-0.5+svn20090706/libavformat/mov.c:1456: mov_read_trak: assertion `st->duration % sc->time_rate == 0' failed.

the process then ends.the weird thing is that this does not happen when i disable mp4 files in mediatomb (although i have not figured out how to replicate this feature in fuppes) so i have reason to believe that something in the metadata for mp4 files is throwing ffmpeg off. even if the metadata is bad in the mp4 file, it shouldn't cause a crash.

i tried to compile mediatomb without ffmpeg support, but the ./configure script returned errors whenever i tried to append an option to the configure command. i then reinstalled all the ffmpeg packages in the symantec package manager and still no luck.

View 3 Replies View Related

Fedora Installation :: Ffmpeg Yum Install ?

Feb 24, 2011

Having trouble with #yum install ffmpeg.

Here's the error:

I added:

View 3 Replies View Related

Security :: Librtmp For Ffmpeg Installation?

Nov 5, 2010

i need to install librtmp for ffmpeg installation on a 64 bit centos machine.

View 1 Replies View Related

CentOS 5 Server :: Way To Have CentOS Installation Very Minimal?

Sep 25, 2010

There is a way to have a CentOS installation very very minimal?Not like Damn Small Linux, but similar (as footprint)My need is create some Virtual Machine that only have BIND and SSH on it.

View 2 Replies View Related

General :: Ffmpeg Installation With Ubuntu 10.10 And Configure With Php?

Apr 25, 2011

I have installed xampp1.7.3 in "/opt/" directory .

Where i have to install ffmpeg either in web root i.e 'htdoc' or any where?

How to install ffmpeg?

What are the lib has to be installed for converting any movies uploaded by user to avi and capture image from video?

How to configure with php so that ffmpeg is visible in phpinfo()?

View 1 Replies View Related

Server :: PHP Installation On Centos Server - Error: Mysql Configure Failed

Nov 19, 2010

I tried to install php from source file on centos server and i got the error as # ./configure --with-apxs2=/usr/local/packages/apache/bin/apxs --with-mysql --prefix=/usr/local/packages/apache/php --enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext --with-gdbm

checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information.

View 6 Replies View Related

Ubuntu Installation :: Partial Update - Ffmpeg To Be Removed

Aug 10, 2010

Just wondering if anyone else has this partial upgrade being offered to them: ffmpeg, libavdevice52, libpostproc51, libswscale0 are held back (grayed out) in Update Manager.

I only use Update Manager manager to see if there are any updates and then use sudo apt-get update, sudo apt-get-upgrade and sudo apt-get dist-upgrade to actually examine the updates as it shows if anything will be removed without anything to replace it.

And I know to never do a partial upgrade.

Update Manager displays "Partial Upgrade" with the files listed above grayed out.

I did use sudo apt-get-upgrade to install a few packages earlier that were safe to install and now -

sudo apt-get-upgrade currently gives this output:

Code:
The following packages have been kept back:
ffmpeg libavdevice52 libpostproc51 libswscale0
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded

[Code]....

View 6 Replies View Related

Ubuntu Installation :: Two Versions Of FFMPEG On Non Default Locations?

Feb 24, 2011

I have an assignment as follow. I have to install 2 versions of FFMPEG 0.6.1 and Alexander Strange on non default locations with all required dependencies and check the dependancies for each of these and make sure to install the required dependancies in the local folder of the app rather than at the system root.

The flags to set for the above must include
--enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads --enable-x264

Now how to install them? and how to run them simultaneously? Do let me know if any other thing/info required.

View 1 Replies View Related

Ubuntu Installation :: FFmpeg Error - Updates Grayed Out

Apr 4, 2011

Today I opened upgrade manager and found some updates grayed out. I could not click them so I went to synaptic to try and install them and got this error:

Code:
ffmpeg:
Depends: libavcodec52 but it is not going to be installed or
libavcodec-extra-52 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed
Depends: libavdevice52 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed or
libavdevice-extra-52 but it is not going to be installed
Depends: libavfilter0 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed or
libavfilter-extra-0 but it is not going to be installed
Depends: libavformat52 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed or
libavformat-extra-52 but it is not going to be installed
Depends: libavutil49 but it is not going to be installed or
libavutil-extra-49 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed
Depends: libpostproc51 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed or
libpostproc-extra-51 but it is not going to be installed
Depends: libswscale0 (>=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be installed or
libswscale-extra-0 but it is not going to be installed
I am running ubuntu 10.04.

View 5 Replies View Related

Ubuntu Installation :: Ffmpeg For Firefox Videodownloader Addon - Package Corruption

Jan 8, 2011

I tried to install ffmpeg for Firefox videodownloader addon but did some nasty damage. First of all, I followed this guide: [URL] I'm using Ubuntu 10.10 Maverick 32-bit version The installation froze after this: Quote: Unpacking replacement x11proto-core-dev ... Couldn't find anyone having the same issue on the net, so I just exited the terminal and then I couldn't do anything anymore. When I tried to install again (or remove) that thingy, i got this in console:

[Code]....

View 3 Replies View Related

Server :: Bug Installation Syslog-ng In Centos 5.6

Jun 1, 2011

I tried to install Syslog-ng-3.2.4 in Centos 5.6,when i need to start the deamon syslog-ng =>Failure and i have this message:

Code: [root@RelaisXXX etc]# service syslog-ng start Starting syslog-ng: Your configuration file uses an obsoleted keyword, please up Your configuration file uses an obsoleted keyword, please update your configurat
Error creating persistent state file; filename='/usr/local/var/syslog-ng.persist Starting Kernel Logger [FAILED]:

View 18 Replies View Related

CentOS 5 :: Cloning Installation From One Server To Another?

Aug 12, 2011

Basically I have setup and configured a CentOS 5.6 system on one server, and will be getting a brand new server in about a months time I was wondering if there was a way to clone a system from one server to another so I don't have to add all the users again, the config files are not a issue as I can just copy them over, but having to re-do all the user accounts, smb accounts and folder permissions will be a pain.

View 3 Replies View Related

Server :: CentOS 5.5 64 Bit - Takes Too Much Time During Installation

Mar 30, 2011

I am installing CentOS 5.5 64 bit on a HP ProLiant server. The server has a configuration of 2 TB(500x4) HDD and 8 GB RAM. RAID 5 is enabled and mirroring is also going on. I made 7 partitions. Those are:

/boot - 200MB
/ - 80GB
Swap - 20GB
/usr - 100GB

[code]...

The problem i am facing is it takes too much time to format 100GB partitions while installing packages (during installation).

View 2 Replies View Related

CentOS 5 Server :: Cloning An Existing Installation?

Feb 16, 2009

is there a way to clone an installation? I have a couple "master systems" which I want to replicate into other servers. In Solaris I can build a flar image from the first one and install from that image, I looked into cobbler and koan, but they seem to be more repo and kickstart oriented.I need a way to say "take this system as a base and build an installation image out of it".

View 3 Replies View Related

CentOS 5 Server :: Remote Installation Of Rssh On 5.2?

Mar 17, 2009

I'm an OS X user that's just acquired a CentOS 5.2 server. The server contains a basic installation of CentOS 5.2 with OpenSSH already installed, which I use to connect to the server using OS X terminal. I have no physical access to the machine and if I somehow cripple OpenSSH I will need to pay a technician to fix the problem for me. So I'd like to get the instructions straight before I go in and mess around with the system.

I want to install a package that will allow me to add additional users so that they can upload files but not mess around with the system configuration. From searching on google rssh seems to be a viable path. So I'd like to go with that unless there's a better option.

I came across these tutorials: SFTP Setup for CentOS 4.5-5.x and How to: Restrict Users to SFTP and Block SSH Shell Access with rssh. But I haven't followed the instructions in either yet. I'm unsure if I'll be able to execute all of the steps remotely without compromising my root account's SSH access.

View 5 Replies View Related

CentOS 5 Server :: Reactivate Property Without Re Installation?

Jun 16, 2010

I need to manager printers from shell. The version is Centos 5.4. At this moment i cannot manager printers, and somebody told me that i need to reinstall centos. Is it possible to do anything to reactivate that property, without reinstalation?

View 12 Replies View Related

CentOS 5 Server :: Stop Auto Installation Of 5.5?

Jul 16, 2010

I have downloaded CENTOS 5.5 32-bits ISO and burnt in a CD. While trying to install it in VMplayer, the installation is started automatically without asking me to input anything.

How can I stop the auto installation? Or I have downloaded a wroing image?

View 5 Replies View Related

CentOS 5 :: How To Create An Installation CD From Server Image

Feb 4, 2011

I have a CentOS server that has all of the applications and security settings that I want. I would like to create a bootable ISO image of that server that can be installed across a wide variety of hardware platforms. What are the recommended tools for doing this with CentOS?

View 1 Replies View Related

CentOS 5 Server :: Compiling Error Mod_ruby-1.3.0 On Centos 5.3 Server (with Howtoforg)?

Jun 1, 2009

I have a problem with compiling of mod_ruby-1.3.0 After a succesfull configure i get a error in the make, it say "make: *** [apachelib.o] error 1" . Here below you can find the results of de configuring and the make.I was following the roles in Howtoforge " The perfect server - Centos 5.3" everything goes perfect till mod_ruby-1.3.0

./configure.rb --with-apr-includes=/usr/include/apr-1
checking for a BSD compatible install... /usr/bin/install -c
checking whether we are using gcc... yes

[code]....

View 7 Replies View Related

CentOS 5 Server :: Join Windows Server 2003 To CentOS 5 Cluster?

Jul 26, 2010

is it possible to join Windows Server 2003 to CentOS 5 Cluster?

View 1 Replies View Related







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