ffmpeg & x264 & codecs installation problem [SOLVED]

Issues related to applications and software problems
Post Reply
ShyRain
Posts: 3
Joined: 2014/10/24 08:53:50

ffmpeg & x264 & codecs installation problem [SOLVED]

Post by ShyRain » 2014/10/24 09:03:35

Hi,
Centos 7 rpmfusion repo is not up to date for new centos.
How to play mp4 mpeg and another video format?
Last edited by ShyRain on 2014/10/24 10:18:08, edited 2 times in total.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: ffmpeg & x264 & codecs intallation problem

Post by TrevorH » 2014/10/24 09:32:09

The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ShyRain
Posts: 3
Joined: 2014/10/24 08:53:50

Re: ffmpeg & x264 & codecs intallation problem

Post by ShyRain » 2014/10/24 10:16:30

Thanks for your reply, it works for me.

I want to explain for another people ;

I wrote my blog in turkish but code is to simple (http://camalan.net/?p=829) ;

Code: Select all

rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

Code: Select all

rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

Code: Select all

yum update

Code: Select all

yum install ffmpeg

if not enough?
Install all of them for codecs...

Code: Select all

yum install gstreamer*
Check your movie again...

Ve0
Posts: 15
Joined: 2017/05/01 21:18:52

Re: ffmpeg & x264 & codecs installation problem [SOLVED]

Post by Ve0 » 2017/11/13 20:17:17

is any way to install ffmpeg for i686 platform?
In a world without walls, who need windows? )

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: ffmpeg & x264 & codecs installation problem [SOLVED]

Post by TrevorH » 2017/11/13 20:28:56

There is almost no third party repo support for the 32 bit intel architecture (or indeed for anything other than x86_64).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

bonedome
Posts: 201
Joined: 2017/04/22 08:11:04

Re: ffmpeg & x264 & codecs installation problem [SOLVED]

Post by bonedome » 2017/11/19 10:08:07

Hello
there are static builds here https://johnvansickle.com/ffmpeg/ both 32 and 64 bit
Enjoy :D

Post Reply