Ignore:
Timestamp:
06/14/2004 02:50:57 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
d8a5def6
Parents:
8d8631b5
Message:

XML update for Chapter 39

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    r8d8631b5 r01062dd  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY avifile-download-http "http://prdownloads.sourceforge.net/avifile/avifile-0.7-&avifile-version;.tar.gz">
     7  <!ENTITY avifile-download-ftp  " ">
     8  <!ENTITY avifile-size          "2.8 MB">
     9  <!ENTITY avifile-buildsize     "46.0 MB">
     10  <!ENTITY avifile-time          "4.28 SBU">
     11]>
     12
    113<sect1 id="avifile" xreflabel="Avifile-&avifile-version;">
    214<?dbhtml filename="avifile.html"?>
    315<title>Avifile-&avifile-version;</title>
    416
    5 &avifile-intro;
    6 &avifile-inst;
    7 &avifile-exp;
    8 &avifile-desc;
     17<sect2>
     18<title>Introduction to <application>Avifile</application></title>
     19
     20<para>The <application>Avifile</application> package contains an
     21<acronym>AVI</acronym> video file player, tools and
     22support libraries. This is useful for viewing and editing
     23<acronym>AVI</acronym> files.</para>
     24
     25<sect3><title>Package information</title>
     26<itemizedlist spacing='compact'>
     27<listitem><para>Download (HTTP): <ulink url="&avifile-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink url="&avifile-download-ftp;"/></para></listitem>
     29<listitem><para>Download size: &avifile-size;</para></listitem>
     30<listitem><para>Estimated Disk space required: &avifile-buildsize;</para></listitem>
     31<listitem><para>Estimated build time: &avifile-time;</para></listitem></itemizedlist>
     32</sect3>
     33
     34<sect3><title>Additional downloads</title>
     35<itemizedlist spacing='compact'>
     36<listitem><para>Required <acronym>CODEC</acronym>s: <ulink
     37url="http://prdownloads.sourceforge.net/avifile/binaries-011002.tgz"/></para></listitem>
     38</itemizedlist></sect3>
     39
     40<sect3><title><application>Avifile</application> dependencies</title>
     41<sect4><title>Required</title>
     42<para><xref linkend="qt"/> and <xref linkend="SDL"/></para></sect4>
     43<sect4><title>Optional</title>
     44<para><xref linkend="ffmpeg"/>, <xref linkend="xvid"/>, <xref
     45linkend="libmad"/>, <xref linkend="libvorbis"/> and <xref
     46linkend="lame"/></para></sect4>
     47</sect3>
     48
     49</sect2>
     50
     51<sect2>
     52<title>Installation of <application>Avifile</application></title>
     53
     54<para>Install <application>Avifile</application> by running the
     55following commands:</para>
     56<screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 &amp;&amp;
     57tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 &amp;&amp;
     58./autogen.sh &amp;&amp;
     59./configure &amp;&amp;
     60make maintainer-clean &amp;&amp;
     61./autogen.sh &amp;&amp;
     62./configure --prefix=/usr \
     63    --with-win32-path=/usr/lib/avifile-0.7/win32 &amp;&amp;
     64make &amp;&amp;
     65make install</command></userinput></screen>
     66
     67</sect2>
     68
     69<sect2>
     70<title>Command explanations</title>
     71
     72<para><command>./autogen.sh &amp;&amp; ./configure &amp;&amp;
     73make maintainer-clean &amp;&amp; ./autogen.sh</command>: The
     74author of this package used the old autoconf which leads to
     75problems like configure not being able to detect some libraries and compilation
     76errors. We fix this by rebuilding the configuration scripts.
     77</para>
     78
     79</sect2>
     80
     81<sect2>
     82<title>Contents</title>
     83
     84<para>The <application>Avifile</application> package contains
     85<command>aviplay</command>, <command>avibench</command>, <command>
     86avifile-config</command>, <command>mmxnow-config</command>, <command>
     87avirecompress</command>, <command>avicap</command>, <command>avirec</command>,
     88<command>kv4lsetup</command>, <command>avicat</command>,
     89<command>avitype</command> and <command>avimake</command>.</para>
     90
     91</sect2>
     92
     93<sect2><title>Description</title>
     94
     95<sect3><title>aviplay</title>
     96<para><command>aviplay</command> manages the input formats, the
     97<acronym>CODEC</acronym>s and the
     98output formats to display <acronym>AVI</acronym> video files on your screen.
     99</para></sect3>
     100
     101<sect3><title>avibench</title>
     102<para><command>avibench</command> performs a measurement of the <application>
     103AVI file support</application> library's performance for a file.</para></sect3>
     104
     105<sect3><title>avifile-config</title>
     106<para><command>avifile-config</command> is run by configure for programs
     107wishing to link to the  <application>Avifile</application> library.
     108</para></sect3>
     109
     110<sect3><title>mmxnow-config</title>
     111<para><command>mmxnow-config</command> is run by configure for programs wishing
     112to link to the mmxnow library.</para></sect3>
     113
     114<sect3><title>avirecompress</title>
     115<para><command>avirecompress</command> is a widget that takes an input file of
     116one <acronym>CODEC</acronym> type and converts it into a video file of
     117another <acronym>CODEC</acronym>.</para>
     118</sect3>
     119
     120<sect3><title>avicap</title>
     121<para><command>avicap</command> is a widget that displays acquired video from a
     122Video For Windows (vfw) compatible device, like a webcam or a TV-tuner.</para>
     123</sect3>
     124
     125<sect3><title>avirec</title>
     126<para><command>avirec</command> is a command-line video recording tool.</para>
     127</sect3>
     128
     129<sect3><title>kv4lsetup</title>
     130<para><command>kv4lsetup</command> is a small tool which tells video4linux
     131about the current video mode.</para></sect3>
     132
     133<sect3><title>avicat</title>
     134<para><command>avicat</command> takes a set of <acronym>AVI</acronym> files and
     135combines them into a single file.</para></sect3>
     136
     137<sect3><title>avitype</title>
     138<para><command>avitype</command> will read and display <acronym>AVI</acronym>
     139file header information.</para></sect3>
     140
     141<sect3><title>avimake</title>
     142<para><command>avimake</command> takes a set of <acronym>JPG</acronym> images
     143and creates a movie.</para></sect3>
     144
     145</sect2>
    9146
    10147</sect1>
Note: See TracChangeset for help on using the changeset viewer.