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
ADVERTISEMENT
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
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
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
Jan 28, 2010
I know there is lots of documentation out there for installing tar balls but I can't make it work I am trying to work with this file sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2 in file:///home/Nemesis/Downloads/sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2
I am running Fedora 12, the gnome desktop if the desktop matters. I have been running Fedora almost elusively for 2 years and off n on before that but in my many attempts at trying to Install a TARBALL I have always failed hard.
View 17 Replies
View Related
Mar 9, 2011
using YUM to install an .rpm but I have a couple of bots of software that come only as a tarball- I am interested in the latest RC of Firefox as an example. Having downloaded a t tarball, how do I go about installing it in fedora
View 1 Replies
View Related
Jun 18, 2010
i downloaded a souce tarball for aircrack-ng from linux, when i extract it and move the terminal to its directory and run make and make install it gives me errors like the following
Code:
>make
make -C src all
make[1]: Entering directory `/home/baronobeefdip/aircrack-ng-1.1/src'
make -C osdep
[Code]...
as you can see by the little icon next to my penguin i am using fedora (goddard) but i want to know how to install this in several other distros other than fedora because tarballs are universal with linux distros and i wanna know how to install it without using the internet (just want to know how to install it from tarball)
View 7 Replies
View Related
Jan 17, 2010
I am running a server which is hosting a site where members can upload videoclips. I noticed that upon upload a thumbnail is not created for the videoclip. I found out that ffmpeg needed to be properly installed and in my case ffmpeg-php as the site runs on php. So far so good. I followed the instructions found somewhere to install ffmpeg-php but stall at the command: dot slash configure && make The error I get is:
checking for egrep... grep -E
checking for a sed that does not truncate output... slash slash bin slash sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
I presume it's because gcc is missing. how I can start tackling the problem and ultimately get gcc running so I can install the ffmpeg? I am really sorry I was hoping to elaborate a bit more but I get an error: You are only allowed to post URLs to other sites after you have made 15 posts or more. so I guess I need to wait and describe it differently.
View 4 Replies
View Related
Dec 14, 2010
I'm running 10.10 and I have an ATI HD5470 and I was trying to add VAAPI support. I was told to compile and install a newer version of ffmpeg from SVN, which I did. I had to uninstall all the current/medibuntu libav* codecs to do so. I want to uninstall it but whenever I try to do anything in Synaptic it tries to reinstall the standard codecs before it can remove ffmpeg so it says
Code:
I can't uninstall this broken version and I can't get all the applications that had to be uninstalled back!
View 2 Replies
View Related
Jun 8, 2011
I have installed php-devel successfully prior to go with the installation (yum install php-devel). Here is what I did;
1.wget "url
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
code....
View 7 Replies
View Related
Feb 23, 2011
how to install a tar.gz file in Ubuntu. I just reinstalled Ubuntu from scratch, so I don't have any additional software.
View 5 Replies
View Related
Jul 20, 2011
I tried to install ffmpeg on 7.04(Fiesty Fawn). when i ran ./configure from terminal window, i got error regarding c compiler that unable to make executable file.
View 5 Replies
View Related
Mar 17, 2010
I need to extract a tarball but unfortunately this error occurred when I tried it
# tar zxvf toolchain.tar.gz
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
[code]....
Is there a way that I can recover or extract the tarball? I tried to gunzip first but to no avail as well.
View 2 Replies
View Related
Sep 29, 2009
Upon attempting to uncompress a tarball with
Code:
View 3 Replies
View Related
May 13, 2011
I've never got if, after enabling the 3d acceleration in virtualbox and installing the guest additions in safe mode, you still need to install the original drivers (catalyst in my case). Do know that by chance?
View 1 Replies
View Related
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
Jun 9, 2011
I created a tarball with multiple files. The rpm generator requires those files to be inside a folder. I don't want to move the files before generating the tar. Is there a way to create this folder while generating the tar or after it?
View 1 Replies
View Related
Jun 21, 2010
I installed opencore-amr-0.1.2.tar.gz. In usual way
[code]...
I read all above somewhere & wanted to disseminate. You can point my mistakes OR give ways to add functionality in mplayer.
View 2 Replies
View Related
Nov 10, 2010
i installed an nvidia graphics card recently and this
Code:
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 ./Desktop/mydesktop.mkv
[code]....
View 4 Replies
View Related
Jan 20, 2011
I opened a bug for this one in December, but it's not getting much attention as yet, so I thought maybe the crew here could take a whack at it. Here's the text, slightly modified with minor clarifying updates.
Description of problem: When booting from CD burned with Fedora-14-x86_64-netinst.iso, grub starts but when handing off to kernel, text appears in upper left corner of screen and system locks up, requiring power-off to be performed to return functionality.
In testing, grub itself has always worked without visible flaw, and the various built-in functions are accessible (menu editing, command line, etc.). It's just once tries to go any further that it breaks.
Version-Release number of selected component (if applicable): unknown
How reproducible: Always reproducible
Steps to Reproduce:Download Fedora-14-x86_64-netinst.iso and burn to disc Select optical drive from Dell Latitude E6510 notebook from boot options menu Allow boot process to proceed
Actual results: System lock after displaying the following text:
Code:
Additional info: System is running BIOS revision A06 (latest as of today). CPU is Intel Core i7 Q720, and memory total is 4GB. Grub identifies 640K lower and 3,339,004K upper memory (commas inserted for clarity). Windows 7 Enterprise 64-bit installation performed properly in UEFI mode.
View 3 Replies
View Related
Apr 23, 2010
I tried to install gfortran on my computer. When I extract the tarball, I forgot the '-C' option of the command 'tar', which should be added, according to the instruction of installation.
That is to say, I wrote in the mp directory:
Then, the tarball creates a '/usr' directory under '/tmp' directory, and it contains only a /local directory, which contains only a /gfortran directory.
The thing is, when I modify the name of this directory, for example, from /usr to /usr-modi, I found that the name of the directory /usr under the root directory is also changed from /usr to /usr-modi.
How can I delete this annoying /usr directory under /tmp, without tragically affect /usr under the root directory?
View 4 Replies
View Related
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
Mar 17, 2010
I am not sure which thread this fits in, I am facing a strange problem. There is a code tarball that I cross-compile on a Fedora Core 9 machine and it builds fine. But when I do the same thing on a (heavily used) Fedora Core 7 machine, the build keeps failing in the gnuapp folders grep, coreutils etc. I have tried 'make distclean', and clearing the config.cache but no impact.
Note: I export the PATH variable (to the local cross-compiler) before starting the build. The cross compilation is for the MIPS processor and GNU makefiles are used.
View 1 Replies
View Related
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
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
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
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
Nov 29, 2010
I want to install GTK+. I see there are also numerous dependencies, which i've been slowly tackling, and the Cairo package has been particularly difficult. It claims the following upon ./configure --prefix=/usr configure: WARNING: Could not find libpng in the pkg-config search path checking whether cairo's PNG backend could be enabled... no configure: error: requested PNG backend could not be enabled I've done some searching and found that libpng.pc is in my /usr/lib/pkgconfig/ directory and that the following commands don't do the trick:
PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH
View 1 Replies
View Related
Oct 5, 2010
I am using find to search for .tgz files modified more than 7 days ago and delete them.find /directory/ -iname backup*.tgz -daystart -mtime +7 -exec rm -rf {} My problem is that find will go through the content of tarball as well and list all content. I want to only search main tarball and delete it if older than 7 days.
View 4 Replies
View Related
Sep 9, 2009
I could stream the following file at my darwin server it means i am able to stream .mov files with 8KHz sampling rate and 20kb/s bite rate.
Quote:
# ffmpeg -i streamingloadtool.mov
FFmpeg version SVN-r10524, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-libxvid --enable-gpl --enable-libamr-nb --enable-libmp3lame --enable-libfaac --enable-libfaad
[code]....
The problem is i unable to stream this kuraiamr_nb.mov file at my streaming server. when i play this file in quicktime player its stating that this is a unsupported media type.
View 4 Replies
View Related