X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=README;h=dd7efa30e5f71cbd1d696a033c0509b059e2231f;hb=decb7d8df4a7cdceb02971bf37d19dc7f7a8dd6d;hp=4afadc7f322d2dff46f35d1bd392e89a9c7d0aa2;hpb=754d450bb4caeb775d08a3424deb63e5d545afbd;p=rip_dvd%2F.git diff --git a/README b/README index 4afadc7..dd7efa3 100644 --- a/README +++ b/README @@ -38,14 +38,14 @@ Follow these instructions to enable the xvid encoding to use multi-cores: > wget http://downloads.xvid.org/downloads/xvidcore-1.2.1.tar.gz > gunzip xvidcore-1.2.1.tar.gz -> tar xvf xvidcore-1.2.1.tar.gz +> tar xvf xvidcore-1.2.1.tar > cd xvidcore/build/generic > ./configure --prefix=/usr > make -> sudo make instal +> sudo make install > cd /usr/lib -> rm libxvidcore.so.4 -> ln -s libxvidcore.so.4.2 libxvidcore.so.4 +> sudo rm libxvidcore.so.4 +> sudo ln -s libxvidcore.so.4.2 libxvidcore.so.4 After you do these steps, when rip_dvd is running using any xvid profile, you will note with 'top' that the mencoder process is using > 100% of your CPU.