GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Ffmpeg and libx264 (https://gfy.com/showthread.php?t=934336)

camperjohn64 10-20-2009 11:32 AM

Ffmpeg and libx264
 
Anyone find a reliable source for the x264 libraries?

I can't seem to find a lib that compiles correctly...

borked 10-20-2009 01:00 PM

what OS?

borked 10-20-2009 01:04 PM

My own guide for centos that I've followed to the letter on many many encoding servers says this about libx264:

Code:

6. YASM is a modular assembler, it is required by the x264 package.
wget http://www.tortall.net/projects/yasm/releases/yasm-0.7.0.tar.gz
tar zfvx yasm-0.7.0.tar.gz
cd yasm-0.7.0
./configure
make && make install

7. Update the links to the shared libs…again
/sbin/ldconfig

8. Compile & Install x264

a) try
wget ftp://ftp.videolan.org:21//pub/videolan/x264/snapshots/x264-snapshot-20090908-2245.tar.bz2
bzip2 -d x264-snapshot-20090908-2245.tar.bz2
tar xvf x264-snapshot-20090908-2245.tar
cd x264-snapshot-20090908-2245
./configure  --enable-pthread --enable-mp4-output --enable-shared --prefix=/usr --disable-asm
make && make install

if this fails with "lgpac" probs:
cd ../gpac
make install-lib

then try again

b) if fails, try
git clone git://git.videolan.org/x264.git
cd x264
./configure  --enable-pthread --enable-mp4-output --enable-shared --prefix=/usr --disable-asm
make && make install


UniqueD 10-20-2009 01:06 PM

we've used this

http://ubuntuforums.org/showthread.php?t=786095


All times are GMT -7. The time now is 12:24 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123