source: multimedia/videoutils/avifile.xml@ 5cd0959d

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
Last change on this file since 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

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