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
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;
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
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]....
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
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??
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
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
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
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)
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.
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.
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.
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
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.
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.
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:
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]:
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.
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).
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".
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.
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?
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?
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?
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