source: multimedia/libdriv/xvid.xml@ 74c721e4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 74c721e4 was 74c721e4, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to XviD.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3908 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY xvid-download-http "http://ed.gomez.free.fr/releases/xvid-&xvid-version;/xvidcore-&xvid-version;.tar.bz2">
7 <!ENTITY xvid-download-ftp " ">
8 <!ENTITY xvid-md5-sum "1487c4dd4449aedeb695807467e69054">
9 <!ENTITY xvid-size "541 KB">
10 <!ENTITY xvid-buildsize "7.2 MB">
11 <!ENTITY xvid-time "0.2 SBU">
12]>
13
14<sect1 id="xvid" xreflabel="XviD-&xvid-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="xvid.html"?>
20<title>XviD-&xvid-version;</title>
21<indexterm zone="xvid">
22<primary sortas="a-XviD">XviD</primary></indexterm>
23
24<sect2>
25<title>Introduction to <application>XviD</application></title>
26
27<!--
28OpenDivX or Xvid?
29
30OpenDivX is a free implementation of the mpeg4-codec. Alas, the
31developers at ProjectMayo didn't gratefully release their actual source
32in compileable versions, so the displeasure of the users majority
33canalized into a new project named Xvid.
34
35Xvid development was interrupted in Autumn 2002 due to a code-theft
36the developers at Sigma design committed but it is continued now.
37
38For worse luck, OpenDivX and Xvid are using the same header file
39names (an issue that wouldn't be resolved easily) and function
40namespace, so you'll have to choose which one to use.
41
42I personally vote for Xvid, because the installation from sources
43is much smoother. If you use mencoder and transcode at the same time,
44you may want to choose different codecs for each.
45-->
46
47<para><application>XviD</application> is an <acronym>MPEG</acronym>-4
48compliant video <acronym>CODEC</acronym>.</para>
49
50<sect3><title>Package information</title>
51<itemizedlist spacing='compact'>
52<listitem><para>Download (HTTP):
53<ulink url="&xvid-download-http;"/></para></listitem>
54<listitem><para>Download (FTP):
55<ulink url="&xvid-download-ftp;"/></para></listitem>
56<listitem><para>Download MD5 Sum: &xvid-md5-sum;</para></listitem>
57<listitem><para>Download size: &xvid-size;</para></listitem>
58<listitem><para>Estimated disk space required:
59&xvid-buildsize;</para></listitem>
60<listitem><para>Estimated build time:
61&xvid-time;</para></listitem></itemizedlist>
62</sect3>
63
64<sect3><title><application>XviD</application> dependencies</title>
65<sect4><title>Optional</title>
66<para><xref linkend="NASM"/></para></sect4>
67</sect3>
68
69</sect2>
70
71<sect2>
72<title>Installation of <application>XviD</application></title>
73
74<para>Install <application>XviD</application> by running the following
75commands:</para>
76
77<screen><userinput><command>cd build/generic &amp;&amp;
78./configure --prefix=/usr &amp;&amp;
79make</command></userinput></screen>
80
81<para>This package does not come with a test suite.</para>
82
83<para>Now, as the root user:</para>
84
85<screen><userinput role='root'><command>make install &amp;&amp;
86chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
87ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
88ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
89
90</sect2>
91
92<sect2>
93<title>Command explanations</title>
94
95<para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
96This command makes applications linked against
97<filename class="libraryfile">.so</filename> names, link to
98<filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
99This ensures better binary compatibility, as
100<application>XviD</application> developers take care not changing the
101<replaceable>MAJOR</replaceable> number until there is an incompatible
102<acronym>ABI</acronym> change.</para>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<segmentedlist>
110<segtitle>Installed Programs</segtitle>
111<segtitle>Installed Library</segtitle>
112<segtitle>Installed Directories</segtitle>
113
114<seglistitem>
115<seg>None</seg>
116<seg>libxvidcore.[so,a]</seg>
117<seg>None</seg>
118</seglistitem>
119</segmentedlist>
120
121<variablelist>
122<bridgehead renderas="sect3">Short Descriptions</bridgehead>
123<?dbfo list-presentation="list"?>
124
125<varlistentry id="libxvidcore">
126<term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term>
127<listitem><para>provides functions to encode and decode most
128<acronym>MPEG</acronym>-4 video data.</para>
129<indexterm zone="xvid libxvidcore">
130<primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary>
131</indexterm></listitem>
132</varlistentry>
133</variablelist>
134
135<!--
136<para>Following features of MPEG-4 are supported:</para>
137<para><emphasis>I, P Frame encoding</emphasis></para>
138<para>I-Frames are image frames, while P-Frames are Pattern Frames.
139Image Frames contain full images. P-Frames contain patterns of what changes in
140the image, thusly saving a lot of space.</para>
141<para><emphasis>PMVFast and EPZS with diamond a sqare pattern motion
142estimation</emphasis></para>
143<para>Fast Motion detection that can refer a square or diamond
144shaped pattern to different directions.</para>
145<para><emphasis>inter4v mode</emphasis></para>
146<para>Fast interpolation ability.</para>
147<para><emphasis>fullpixel and halfpixel precision</emphasis></para>
148<para>Even halfpixel movements can be encoded. Better precision
149results in better compression at better quality.</para>
150<para><emphasis>both MPEG-4 and H263 quantizations</emphasis></para>
151<para>MPEG-4 is the standard DivX was derived from. H263 is a
152slightly changed subset of that standard made by Microsoft. Quantization
153means to map the quantity of color values to numbers.</para>
154<para><emphasis>custom quant matrices</emphasis></para>
155<para>The quantization can be done using custom matrices,
156possibly giving better results if the matrix is made to suit the video
157data. Every normal user should be fine with the default matrix that comes
158with <application>XviD</application>.</para>
159<para><emphasis>Adaptive quantization / Luminance masking</emphasis></para>
160<para>Qantization and Luminance masking are variant, depending
161on the input material, therefore providing better results on dark or very
162contrasting images.</para>
163-->
164
165</sect2>
166
167</sect1>
168
Note: See TracBrowser for help on using the repository browser.