From: Alan J. Pippin Date: Fri, 22 May 2009 05:24:43 +0000 (-0600) Subject: Fixed a number of typos X-Git-Tag: 1_0~12 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=decb7d8df4a7cdceb02971bf37d19dc7f7a8dd6d;p=rip_dvd%2F.git Fixed a number of typos --- 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.