LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to use yum install ffmpeg with x264 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-yum-install-ffmpeg-with-x264-4175463683/)

abcomp02 05-27-2013 03:05 PM

Install ffmpeg help
 
Install ffmpeg help
in the fdk-aac install step

i get error

autoreconf -fiv
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:22: installing `./config.guess'
configure.ac:22: installing `./config.sub'
Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
configure.ac:22: required file `./ltmain.sh' not found
autoreconf: automake failed with exit status: 1



How to fix thanks

teckk 05-27-2013 03:37 PM

What distribution of Linux? How did you try to install? There may be a package already for it in your repository. Do you know how to use your distributions package mgr?

abcomp02 05-27-2013 08:10 PM

Hello, my distribution is Centos

i install step from this https://ffmpeg.org/trac/ffmpeg/wiki/...mpilationGuide

and get error

abcomp02 05-27-2013 08:34 PM

how to use yum install ffmpeg with x264
 
how to use yum install ffmpeg with x264

it say no packet...

evo2 05-27-2013 08:36 PM

Hi,

presumably you'll need to an additional repository. What OS are you running?

Evo2.

abcomp02 05-27-2013 08:37 PM

Centos Linux.

evo2 05-27-2013 08:48 PM

Hi,

ouch. CentOS is not such a good choice for multimedia. Anyway I believe linuxtech has ffmpeg.
See: http://wiki.centos.org/AdditionalResources/Repositories

Evo2.

abcomp02 05-27-2013 08:54 PM

How to use please tell how to with x264 ?

evo2 05-27-2013 09:07 PM

Hi,
Quote:

Originally Posted by abcomp02 (Post 4960224)
How to use please tell how to with x264 ?

Did you read the link and check the suggested repository?

Evo2.

abcomp02 05-27-2013 09:21 PM

Quote:

Originally Posted by evo2 (Post 4960229)
Hi,

Did you read the link and check the suggested repository?

Evo2.

i don't see any ffmpeg

evo2 05-27-2013 09:27 PM

Hi,
Quote:

Originally Posted by abcomp02 (Post 4960238)
i don't see any ffmpeg

I can only conclude from that, that you didn't look.

http://pkgrepo.linuxtech.net/el6/rel...el6.x86_64.rpm

Evo2.

abcomp02 05-27-2013 09:36 PM

Quote:

Originally Posted by evo2 (Post 4960241)
Hi,

I can only conclude from that, that you didn't look.

http://pkgrepo.linuxtech.net/el6/rel...el6.x86_64.rpm

Evo2.

how to do install ffmpeg with x264

it say

rpm -K ffmpeg-0.6.5-2.el6.x86_64.rpm
ffmpeg-0.6.5-2.el6.x86_64.rpm: RSA sha1 MD5 PGP md5 NOT OK

evo2 05-27-2013 09:46 PM

Hi,
Quote:

Originally Posted by abcomp02 (Post 4960243)
how to do install ffmpeg with x264

it say

rpm -K ffmpeg-0.6.5-2.el6.x86_64.rpm
ffmpeg-0.6.5-2.el6.x86_64.rpm: RSA sha1 MD5 PGP md5 NOT OK

There are instructions on how to use the repository with yum and where to get the gpg key in the link I posted earlier.

Evo2.

John VV 05-27-2013 11:07 PM

abcomp02

First do NOT use "rpm" to install software on CentOS 6
( there are some exceptions to this , but not many, installing the software repo is one )

but installing normal everyday software is not .

Warning:
rpmforge can have some incompatibilities
you NEED to install "yum-priorities"
-- and configure it !!! ---

http://wiki.centos.org/PackageManagement/Yum/Priorities


Then install rpmforge

from the page a few posts up
the cent additional resources
http://wiki.centos.org/AdditionalResources/Repositories

--- from the installing rpmforge page --
http://wiki.centos.org/AdditionalRes...c0ae92d1398e01

there are a few ways
the easiest is
in firefox click on the blue underlined link
for 32 bit install -- the i686
for the 64 bit OS the x86_64

firefox will ask for the root password in a pop up , then ask to install or save
-- install it ---

if not then download it and use "rpm" to install the software repository


now as to ffmpeg and the hd x264

this will depend on just what video player you are using

i use mplayer and it is installed by default on CentOS 6

see the Centos wiki page
http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS
Code:

su -
yum install  compat-libstdc++-33 libdvdcss libdvdread libdvdplay libdvdnav lsdvd libquicktime

yum install flash-plugin mplayerplug-in mplayer mplayer-gui gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly

then you also need for mplayer the binary codeces
http://www.mplayerhq.hu/MPlayer/releases/codecs/
"all-20110131.tar.bz2"

the install instructions are in the README text file

abcomp02 05-27-2013 11:15 PM

Quote:

Originally Posted by evo2 (Post 4960244)
Hi,

There are instructions on how to use the repository with yum and where to get the gpg key in the link I posted earlier.

Evo2.


Please example me one example for command

thanks


All times are GMT -5. The time now is 03:53 AM.