glfs/multimedia/libdriv/libdv.xml

143 lines
4.4 KiB
XML
Raw Normal View History

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
<!ENTITY libdv-download-ftp " ">
<!ENTITY libdv-md5sum "f6b08efce7472daa20685e6e8431f542">
<!ENTITY libdv-size "554 KB">
<!ENTITY libdv-buildsize "6.2 MB">
<!ENTITY libdv-time "0.2 SBU">
]>
<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libdv.html"?>
<title>libdv-&libdv-version;</title>
<indexterm zone="libdv">
<primary sortas="a-Libdv">Libdv</primary></indexterm>
<sect2>
<title>Introduction to <application>libdv</application></title>
<para><application>libdv</application> (Quasar <acronym>DV</acronym>) is a
software <acronym>CODEC</acronym> for <acronym>DV</acronym> video, the encoding
format used by most digital camcorders.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP):
<ulink url="&libdv-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&libdv-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &libdv-md5sum;</para></listitem>
<listitem><para>Download size: &libdv-size;</para></listitem>
<listitem><para>Estimated disk space required:
&libdv-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&libdv-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libdv</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="popt"/>,
<xref linkend="pkgconfig"/>,
<xref linkend="sdl"/>,
<xref linkend="GTK"/> and
X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libdv</application></title>
<para>Install <application>libdv</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
<note><para>The <command>configure</command> check for
<application>GTK+</application> is broken. If <application>GTK+</application>
is not installed, also pass <option>--disable-gtk</option> to the
<command>configure</command> script.</para></note>
</sect2>
<sect2>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>dubdv, dvconnect, encodedv and playdv</seg>
<seg>libdv.[so,a]</seg>
<seg>/usr/include/libdv</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<varlistentry id="dubdv">
<term><command>dubdv</command></term>
<listitem><para>inserts audio into a digital video stream.</para>
<indexterm zone="libdv dubdv">
<primary sortas="b-dubdv">dubdv</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="dvconnect">
<term><command>dvconnect</command></term>
<listitem><para>is a small utility to send or capture raw data from and to the
camcorder.</para>
<indexterm zone="libdv dvconnect">
<primary sortas="b-dvconnect">dvconnect</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="encodedv">
<term><command>encodedv</command></term>
<listitem><para>encodes a series of images to a digital video stream.</para>
<indexterm zone="libdv encodedv">
<primary sortas="b-encodedv">encodedv</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="playdv">
<term><command>playdv</command></term>
<listitem><para>displays digital video streams on the screen.</para>
<indexterm zone="libdv playdv">
<primary sortas="b-playdv">playdv</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="libdv-lib">
<term><filename class='libraryfile'>libdv.[so,a]</filename></term>
<listitem><para>provides functions for programs interacting with the
Quasar <acronym>DV</acronym> <acronym>CODEC</acronym>.</para>
<indexterm zone="libdv libdv-lib">
<primary sortas="c-libdv">libdv.[so,a]</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>