Page 1 of 1

n00b -- x264 for linux?

Posted: 26 Jul 2005 22:49
by Guest
Hello. Sorry for the newbie post, but I cannot find docs anywhere to help.

I would like to install x264 codec on Redhat Linux so that I can use the code with ffmpeg shared libraries.

I grabbed the svn source but couldnt build from there, and only see Win and OS X install packages.

Any thoughts?

Posted: 27 Jul 2005 20:36
by xtophe
You should have a script in the sources called configure

So go to your source:

Code: Select all

cd x264-sources ./configure --help
then

Code: Select all

./configure --option1 --option2 make
hth