Fixed broken commands in the XviD instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5543 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-01-10 17:55:50 +00:00
parent 5d678ec612
commit 5e9008a215
3 changed files with 14 additions and 56 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>January 10th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Fixed broken commands in the XviD instructions.</para>
</listitem>
<listitem>
<para>[randy] - Corrections to the CVS instructions: fixed broken
download URLs and corrected documentation installation

View File

@ -6,9 +6,9 @@
<!ENTITY xvid-download-http "http://downloads.xvid.org/downloads/xvidcore-&xvid-version;.tar.bz2">
<!ENTITY xvid-download-ftp " ">
<!ENTITY xvid-md5sum "359eebc5fb496a2bf7b15010059e7897">
<!ENTITY xvid-md5sum "359eebc5fb496a2bf7b15010059e7897">
<!ENTITY xvid-size "598 KB">
<!ENTITY xvid-buildsize "6.7 MB">
<!ENTITY xvid-buildsize "8.5 MB">
<!ENTITY xvid-time "0.2 SBU">
]>
@ -33,26 +33,6 @@
<sect2 role="package">
<title>Introduction to XviD</title>
<!--
OpenDivX or Xvid?
OpenDivX is a free implementation of the mpeg4-codec. Alas, the
developers at ProjectMayo didn't gratefully release their actual source
in compileable versions, so the displeasure of the users majority
canalized into a new project named Xvid.
Xvid development was interrupted in Autumn 2002 due to a code-theft
the developers at Sigma design committed but it is continued now.
For worse luck, OpenDivX and Xvid are using the same header file
names (an issue that wouldn't be resolved easily) and function
namespace, so you'll have to choose which one to use.
I personally vote for Xvid, because the installation from sources
is much smoother. If you use mencoder and transcode at the same time,
you may want to choose different codecs for each.
-->
<para><application>XviD</application> is an MPEG-4
compliant video CODEC.</para>
@ -100,10 +80,11 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
chmod -v 755 /usr/lib/libxvidcore.so.4.1 &amp;&amp;
ln -v -sf libxvidcore.so.4.1 /usr/lib/libxvidcore.so.4 &amp;&amp;
ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &amp;&amp;
install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &amp;&amp;
install -v -m644 ../../doc/* /usr/share/doc/xvidcore-1.1.0 &amp;&amp;
install -v -m644 ../../examples/* \
/usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
@ -156,36 +137,6 @@ install -v -m644 ../../examples/* \
</variablelist>
<!--
<para>Following features of MPEG-4 are supported:</para>
<para><emphasis>I, P Frame encoding</emphasis></para>
<para>I-Frames are image frames, while P-Frames are Pattern Frames.
Image Frames contain full images. P-Frames contain patterns of what changes in
the image, thusly saving a lot of space.</para>
<para><emphasis>PMVFast and EPZS with diamond a sqare pattern motion
estimation</emphasis></para>
<para>Fast Motion detection that can refer a square or diamond
shaped pattern to different directions.</para>
<para><emphasis>inter4v mode</emphasis></para>
<para>Fast interpolation ability.</para>
<para><emphasis>fullpixel and halfpixel precision</emphasis></para>
<para>Even halfpixel movements can be encoded. Better precision
results in better compression at better quality.</para>
<para><emphasis>both MPEG-4 and H263 quantizations</emphasis></para>
<para>MPEG-4 is the standard DivX was derived from. H263 is a
slightly changed subset of that standard made by Microsoft. Quantization
means to map the quantity of color values to numbers.</para>
<para><emphasis>custom quant matrices</emphasis></para>
<para>The quantization can be done using custom matrices,
possibly giving better results if the matrix is made to suit the video
data. Every normal user should be fine with the default matrix that comes
with <application>XviD</application>.</para>
<para><emphasis>Adaptive quantization / Luminance masking</emphasis></para>
<para>Qantization and Luminance masking are variant, depending
on the input material, therefore providing better results on dark or very
contrasting images.</para>
-->
</sect2>
</sect1>

View File

@ -160,6 +160,7 @@
<xref linkend="libdvdread"/>,
<xref linkend="samba3"/>,
<ulink url="http://www.live555.com/mplayer/">LIVE555 Streaming Media</ulink>,
<ulink url="http://armory.nicewarrior.org/projects/vstream-client/">TiVo vstream client</ulink>,
<ulink url="http://www.matroska.org/downloads/linux.html">libmatroska</ulink>
(requires
<ulink url="http://dl.matroska.org/downloads/libebml/">libebml</ulink>),
@ -173,6 +174,7 @@
<xref linkend="nas"/>,
<xref linkend="sdl"/> (also used for video output),
<xref linkend="xmms"/>,
<ulink url="http://www.ladspa.org/">LADSPA</ulink>,
<ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
<ulink url="http://bio2jack.sourceforge.net/">bio2jack</ulink> (requires
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>)</para>
@ -188,11 +190,11 @@
<xref linkend="fontconfig"/>,
<xref linkend="aalib"/>,
<xref linkend="fribidi"/>,
<ulink url="http://sourceforge.net/projects/unichrome/">XvMC Wrapper</ulink>,
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
<ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
<ulink url="http://www.ggi-project.org/">GGI</ulink>,
<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
<ulink url="http://www.ladspa.org/">LADSPA</ulink>,
<ulink url="http://dxr2.sourceforge.net/">Dxr2</ulink>,
<ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>,
<ulink url="http://prdownloads.sourceforge.net/zapping/">MP1E</ulink> and
@ -209,7 +211,9 @@
<ulink url="http://www.xiph.org/ogg/vorbis/index.html">Tremor</ulink>,
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
<ulink url="http://www.divx.com/divx/linux/">DivX4Linux</ulink>,
<ulink url="http://sourceforge.net/projects/toolame">TooLAME</ulink>,
<ulink
url="ftp://ftp.videolan.org/pub/videolan/vlc/0.8.2/contrib/toolame-02m-beta8.tar.bz2">
tooLAME</ulink>,
<ulink url="http://www.dolda2000.cjb.net/~fredrik/lirccd/">lirccd</ulink>
and <ulink url="http://www.lirc.org/">LIRC</ulink></para>