source: multimedia/libdriv/xvid.xml@ 43e423a7

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 43e423a7 was 43e423a7, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to XviD-1.0.3

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

  • Property mode set to 100644
File size: 5.9 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>Now, as the root user:</para>
82
83<screen><userinput role='root'><command>make install &amp;&amp;
84chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
85ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
86ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
87
88</sect2>
89
90<sect2>
91<title>Command explanations</title>
92
93<para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
94This command makes applications linked against
95<filename class="libraryfile">.so</filename> names, link to
96<filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
97This ensures better binary compatibility, as
98<application>XviD</application> developers take care not changing the
99<replaceable>MAJOR</replaceable> number until there is an incompatible
100<acronym>ABI</acronym> change.</para>
101
102</sect2>
103
104<sect2>
105<title>Contents</title>
106
107<segmentedlist>
108<segtitle>Installed Programs</segtitle>
109<segtitle>Installed Library</segtitle>
110<segtitle>Installed Directories</segtitle>
111
112<seglistitem>
113<seg>None</seg>
114<seg>libxvidcore.[so,a]</seg>
115<seg>None</seg>
116</seglistitem>
117</segmentedlist>
118
119<variablelist>
120<bridgehead renderas="sect3">Short Descriptions</bridgehead>
121<?dbfo list-presentation="list"?>
122
123<varlistentry id="libxvidcore">
124<term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term>
125<listitem><para>provides functions to encode and decode most
126<acronym>MPEG</acronym>-4 video data.</para>
127<indexterm zone="xvid libxvidcore">
128<primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary>
129</indexterm></listitem>
130</varlistentry>
131</variablelist>
132
133<!--
134<para>Following features of MPEG-4 are supported:</para>
135<para><emphasis>I, P Frame encoding</emphasis></para>
136<para>I-Frames are image frames, while P-Frames are Pattern Frames.
137Image Frames contain full images. P-Frames contain patterns of what changes in
138the image, thusly saving a lot of space.</para>
139<para><emphasis>PMVFast and EPZS with diamond a sqare pattern motion
140estimation</emphasis></para>
141<para>Fast Motion detection that can refer a square or diamond
142shaped pattern to different directions.</para>
143<para><emphasis>inter4v mode</emphasis></para>
144<para>Fast interpolation ability.</para>
145<para><emphasis>fullpixel and halfpixel precision</emphasis></para>
146<para>Even halfpixel movements can be encoded. Better precision
147results in better compression at better quality.</para>
148<para><emphasis>both MPEG-4 and H263 quantizations</emphasis></para>
149<para>MPEG-4 is the standard DivX was derived from. H263 is a
150slightly changed subset of that standard made by Microsoft. Quantization
151means to map the quantity of color values to numbers.</para>
152<para><emphasis>custom quant matrices</emphasis></para>
153<para>The quantization can be done using custom matrices,
154possibly giving better results if the matrix is made to suit the video
155data. Every normal user should be fine with the default matrix that comes
156with <application>XviD</application>.</para>
157<para><emphasis>Adaptive quantization / Luminance masking</emphasis></para>
158<para>Qantization and Luminance masking are variant, depending
159on the input material, therefore providing better results on dark or very
160contrasting images.</para>
161-->
162
163</sect2>
164
165</sect1>
166
Note: See TracBrowser for help on using the repository browser.