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


ADVERTISEMENT

Slackware :: Ffmpeg Crash On Libx264?

Jun 12, 2011

I was trying to run record it now, and switched from recordmydesktop to ffmpeg and it kept crashing. I tried it with the command line

Code:
ffmpeg -r 30 -s 1680x1050 -f x11grab -i :0.0 -vcodec msmpg2v2 -qscale 2 filename.avi
I have the following installed, but it's wanting libx264 which I don't see at slackbuilds.org:

[Code]....

Where should I start looking for missing things or...?

I also looked for xvidcap and kazam at slackbuilds.org but didn't see them there. Are those available?

View 10 Replies View Related

Ubuntu Multimedia :: Ffmpeg: Libx264 Error When Using Presets?

May 25, 2011

OS: Ubuntu 10.04 LTS (Lucid Lynx)

I have installed the latest ffmpeg using this tutorial : HOWTO: Install and use the latest FFmpeg and x264.

What ever I do I always get the same error when trying to use ffmpeg with the new presets setting. I've searched forums and google the whole last day and now I'm pretty lost.

Here is the command I use (I've stripped it down to it's simplest form.):

Code:
$ ffmpeg -i ~/Desktop/input.mkv -vcodec libx264 -vpre lossless_slow ~/Desktop/output.mp4
and this is the error:

[Code]....

I've tried changing the bitrate, adding -pass 1, bitrate tolerance, quality based etc... I've tried at least 60 different things... reinstall ffmpeg countless times using different tutorials. It's always the same error.

View 6 Replies View Related

General :: Installing Ffmpeg From Tarball With Libx264 Enabled?

Jun 19, 2010

(1)I got ffmpeg-checkout tarball dated 5 june 2010 . It was bigger than ffmpeg-export of same date but I noticed the binary ffmpeg & ffplay generated after './configure' & 'make' are same size.

(2)I am using ubuntu 8.04 with GNOME. I am able to compile ffmpeg with following options

[Code]....

Do I have to get tarballs (of libx264 & libtheora) & compile them .

View 6 Replies View Related

CentOS 5 Networking :: Install The Latest Kmod-r8168 Rpm - It Failed To Enable The Networking Support

Dec 30, 2010

I had the elrepo kmod-r8168 driver running smooth for a while on my development box.
Yesterday, I did a clean install on it and when I tried to install the latest kmod-r8168 rpm, it failed to enable the networking support:

# yum --enablerepo=elrepo install kmod-r8168

The install performed all proper steps to disable the 8169 driver, I double checked to be sure.This is not a connectivity issue. If I remove the kmod-r8168 rpm, reboot the server and run the ifconfig eth0 up to activate the interface, everything works as expected. I use the latest kernel (2.6.18-194.26.1.el5 x86_64).

First, I performed a clean install, activated the eth0 and did a yum update, then installed the kmod-r8168 with yum. Then, I reinstalled the OS again, activated the eth0 and installed the kmod-r8168 on a 5.5 CD based kernel, same fail results. The only hiccup is: every time I start the box, I have to activate the eth0 interface (with default CentOS 8169 driver):

# ifconfig eth0 192.168.1.3
# ping -c 3 192.168.1.1 (no packets lost)
# ifconfig eth0 up

Once I do this, I have network connectivity.

View 3 Replies View Related

General :: Install Ffmpeg With Lame Mp3 Support?

Feb 17, 2011

i wanted to install ffmpeg with lame mp3 support.its procedure is as follows:

cd /usr/local/src/ffmpeg/
./configure -enable-libmp3lame -enable-libogg -enable-libvorbis
make && make install

but i have not passed -enable-libmp3lame during installing to ./configure so mp3lame support is not available.how can i modify existing installation to install libmp3

View 1 Replies View Related

General :: How To Install Latest Flash On RHEL 5.3 To Support Chromium Browser

Jun 9, 2011

I've installed chromium on Linux from a custom binary on the net. When I try to get to gmail or any other site that uses flash, chromium warns me that the version of flash that is shipped with the browser is stale and that I should be using the latest version and pointing to an adobe site.the adobe site gives me 3 options

1) yum
2) RPM
3) tar.gz
4) APT for ubuntu

since I'm on redhat, I can use either yum or RPM.Which one should I use and what is the command to install it so that chromium can use it.

View 1 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 :: 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

Ubuntu :: Cannot Use Svn To Download Latest Ffmpeg From Trunk

Aug 10, 2010

As I cannot use svn to download the latest ffmpeg from trunk.Can anyone explain to me how to use proxychains properly so I can download the latest ffmpeg and compile it?

View 9 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

Fedora :: Ffmpeg With Amr Support ?

Aug 15, 2010

If anyone is interested i have rebuilt ffmpeg with amr support, for those having trouble converting files to 3gp etc....only 64bit rpms [url]

View 1 Replies View Related

Red Hat / Fedora :: Cannot Install VLC Missing Libx264.so.83

Jun 19, 2010

It's been days and I still haven't found out how to install VLC. It says it requires libx264.so.83. I have libx264, and some other package listed as what's available in the following output when I issue "yum install vlc"

Code: [root@yoshii <myusername>]# yum install vlc-core
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies

[Code]....

You could try running: rpm -Va --nofiles --nodigest can anyone shed some light on this? I need/want VLC for some videos I have that wont play with MPlayer.

View 4 Replies View Related

Ubuntu Multimedia :: 10.04: Openshot (mlt+ffmpeg) For Theora Ogv - 'portable' Build From Latest Source?

Jul 29, 2010

I was having some trouble trying to get video editing directly with Theora OGVs on Ubuntu 10.04. To be honest, the default Lucid video editor Pitivi (which is a front-end for gstreamer) actually works fine with ogv - but you cannot do video overlays (compositing) in Pitivi. So I looked at Cinelerra, LiVES, OpenShot and Kdenlive as editors that may offer overlays/compositing. They can all be sudo apt-get install-ed, but none of them wanted to run properly with ogvs - especially the ogv video preview didn't work. Looking for a solution, the following bugs came up:

Bug #574457 in mlt (Ubuntu): �melt displays and renders garbage while playing .ogv in ubuntu 10.04�
Bug #535018 in openshot (Ubuntu): �Openshot cannot playback ogg video�
Bug #566781 in OpenShot Video Editor: �Imported Ogg Theora file shows corrupted video in OpenShot 1.1.3�

[code].....

However, since it doesn't seem a bugfix will be released for Lucid - that pretty much means only one thing, if we want video editing of ogv in Lucid: build from source. If we build all dependencies for Theora ogv video from the latest source: melt

ffmpeg
vorbis
theora
ogg

then, in principle, working with ogv in Openshot and/or Kdenlive should (and does) work - if these video editors are directed to use these new binaries (built from source). Note that Openshot is basically a python frontend for melt, and it does not need compiling as such (though some precautions should be taken, see below) - so once the above sources are built, a test with Openshot can be done. I used for building these sources is HOWTO: Install and use the latest FFmpeg and x264 - Ubuntu Forums This HOWTO uses checkinstall in order to generate .deb packages from source, which are then installed into the running OS, to allow for satisfying of dependencies. I'd like to keep my system 'vanilla' clean, and experiment with sources outside of my system (i.e. as in a "portable installation") - and this post outlines that approach.

Basically, we download the sources, and build them in order of dependency - and since ogg/vorbis/theora source already uses it, we can use pkg-config to configure some other source dependencies as well: by writing *-uninstalled.pc files in respective source directories; and then adding these directories to the PKG_CONFIG_PATH environment variable. However, some manual changes to source files will be needed too. Finally, for each source package, we will run only 'make', but not 'make install' - and then in the end, we will collect all binaries (libraries and executables) in a single folder; and add a couple of scripts, that will setup an environment referring to these binaries, so that Openshot/Kdenlive (when called from this environment) may work correctly with ogv. The full list of sources built using this approach are: ogg

vorbis
theora

[code]....

Both x264, and libvpx (for VP8/WebM), have been added as recommended in the HOWTO; while Ogg Video Tools are added mostly for the (relatively new) tool oggTranscode. The approach to building these sources is given below, in the form of a commented bash script - since its quite big, it is included in the reply to this post.

References: Xiph.org: Subversion Access
oggvideotools/trunk/README
Compiled libogg but libvorbis can't find libogg during ./configure - Linux Forums

[cod]....

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

Fedora :: Compile FFMPEG With VDPAU Support

Mar 16, 2011

I have trouble compiling FFMPEG with VDPAU support. I have clean typical installation Fedora 14 + all updates and after installation I install Nvidia driver with VDPAU support - kmod (VPDAU works well, tested with mplayer - I play MKV 1080p on Atom D525 + chipset Nvidia ION with 10-15% CPU ussage). I try compilie FFMPEG with this procedure:

[Code]...

View 4 Replies View Related

OpenSUSE Hardware :: Check What Latest Installed Drivers Are And How To Install The Latest?

Jun 27, 2010

how to check what my latest installed drivers are and how to install the latest? If I search for Nvidia in YaST then noting comes up. I beleive the latest drivers from Nvidia are 195.xxx

View 7 Replies View Related

Ubuntu :: Will The Latest Release Support Radeon 7000 Ve Video

Mar 15, 2010

With Karmic there's some support for the ati radeon 7000 ve, but it's the default driver with limited or no 3d function. Previous distros supported radeon 7000 ve. Is it likely to expect that Lucid will not support this video card.

View 2 Replies View Related

CentOS 5 :: Unable To Find The Folder To Install The Support Driver?

Jul 25, 2009

When i put the command: /etc/init.d/vboxdrv setup for install it it say this:

Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@server ~]#
and
the log:
Makefile:185: *** Unable to find the folder to install the support driver to. Stop.

View 4 Replies View Related

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 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 :: Repo Which Allow Latest Softwares In Centos Like Fedora?

May 23, 2010

the best repo. of them all which includes all the software needed.?ans is there any repo which allow latest softwares in centos like fedora.????cause i don't want to install all repos.in centos 5.5.

View 1 Replies View Related

CentOS 5 :: Fonts Smaller After Latest Updates To Centos 5.6?

Apr 17, 2011

After doing an update a couple of days ago (had previously upgraded to 5.6), the font size in firefox (file forward reload, etc), terminal and the panel (using xfce) are significately smaller. Searching the web, mail lists and the forums have not resulted in finding anyone else with this problem. I did notice that glibc has a bug that is currently being worked on at Redhat but it is unclear if the font problem I am seeing is related. Note also, that the initial upgrade to Centos 5.6 was successful.

View 8 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

Software :: How To Get The Libx264.so.59

May 1, 2010

My system had a child related crash(apparently glowing switches are fun to play with) while mplayer was running and now libx264.so.59 is missing. I've tried searching for it and can only seem to come up with RPMs

View 6 Replies View Related

Ubuntu Multimedia :: Finding The .dev Files For Libx264?

Jun 3, 2010

were do i get the .dev files for libx264 0.98 i think is the version it is asking for.I install the latest libx264 from git or does that install the .dev file also.

View 3 Replies View Related

Ubuntu Multimedia :: Can't Find Libx264 Or Libxvid

Jan 29, 2011

I'm using mencoder to encode a DVD on my computer (reading it is not an issue), and I'm having trouble getting the codec to read a certain library.My command includes these options:

Code:

-ovc lavc
-lavcopts vcodec=libx264 (I also tried with libxvid)

It spat out this error at the end:

Code:

Cannot find codec 'libxvid' in libavcodec...
Couldn't open video filter 'lavc'.
Failed to open the encoder.
Exiting...

Unless I can get this working I'll fall back on mpeg4 but I would like these codecs. I've had good experiences with them. I've checked and the libx264-98 package is installed, along with libxvidcore4 and avifile-xvid-plugin Is this a permission problem? Or do I have to set a conf file? DO NOT suggest using a different -ovc or vcodec. If you have one that works for you, keep that for yourself. I am going to use lavc.

View 4 Replies View Related

CentOS 5 :: Conga Errors With Enabled Shared Storage Support In CentOS 5.3?

Jun 24, 2009

I try to set up a 5 nodes cluster and a shared Coraid Storage with conga but it fails with "Shared Storage Support" checked.The message is:'A problem occurred when installing packages: Packages of set "Clustered Storage" are not present in available repository' and it is shown under every node on the next sceen after I submit.The pc where conga runs is on the same subnet (192.168.xxx.xxx) and it has the same /etc/hosts of the other nodes.In that pc runs a proxy too and the nodes go out through it (that pc has 2 NICs)Every node (2.6.18-128.1.14.el5-xen-x86_64) is patched whith the last yum update (this morning) the same is for the pc (2.6.18-128.1.14.el5).Every node has 4 NICs , 2 NICc towards the storage the others in bonding towards the WAN.Every node is exactly alike, they have been installed with the ks.cfg generated from the first node and they all have the support for Clustering, Virtualization, and Clustered Storage.

View 1 Replies View Related

CentOS 5 :: Does The Centos Kernel Support Growing Raid Devices

Oct 16, 2010

I'm setting up a raid 5 on several hard disks with a layer of lvm on top for good measure.I know the recent kernels support growing software raid, but since centos runs 2.6.18, I wanted to make sure it'll work. Does the centos kernel support growing raid devices?

View 1 Replies View Related

Debian :: Libx264-98, Libavcodec-extra-52 Etc Are Missing In Testing

Jul 1, 2011

I like to install kazam a screencaster, so added the ppa. But during installation I get following dependency issue

[code]...

Obviously I like to ask the repo from where I can get those, but before that ; why debian missing those in its repo ( I am using testing ) and how ubuntu manage those to include in their repo ? May be a topic for debian decision maker, though interested to know.

View 14 Replies View Related







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