2005-05-11 03:17:11 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2005-02-14 23:12:36 +08:00
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY libdv-download-http "&sourceforge-dl;/libdv/libdv-&libdv-version;.tar.gz">
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY libdv-download-ftp " ">
|
2007-07-19 07:37:25 +08:00
|
|
|
<!ENTITY libdv-md5sum "f895162161cfa4bb4a94c070a7caa6c7">
|
|
|
|
<!ENTITY libdv-size "574 KB">
|
2012-07-04 07:45:10 +08:00
|
|
|
<!ENTITY libdv-buildsize "6.0 MB">
|
2005-04-28 03:01:48 +08:00
|
|
|
<!ENTITY libdv-time "0.2 SBU">
|
2004-06-14 07:30:44 +08:00
|
|
|
]>
|
|
|
|
|
2007-02-15 01:41:56 +08:00
|
|
|
<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
|
2005-05-11 03:17:11 +08:00
|
|
|
<?dbhtml filename="libdv.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Libdv-&libdv-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libdv">
|
|
|
|
<primary sortas="a-Libdv">Libdv</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Libdv</title>
|
|
|
|
|
2007-07-19 07:44:46 +08:00
|
|
|
<para>The Quasar DV Codec (<application>libdv</application>) is a software
|
2007-07-19 07:37:25 +08:00
|
|
|
CODEC for DV video, the encoding format used by most digital
|
2012-07-04 07:45:10 +08:00
|
|
|
camcorders. It can be used to copy videos from camcorders using a
|
|
|
|
firewire (IEEE 1394) connection.</para>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
2020-02-18 10:27:03 +08:00
|
|
|
&lfs91_checked;
|
2012-05-11 03:26:11 +08:00
|
|
|
|
2005-05-11 03:17:11 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Libdv Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2013-10-22 05:39:03 +08:00
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="popt"/>,
|
|
|
|
<xref linkend="sdl"/>, and
|
|
|
|
<xref linkend="x-window-system"/>
|
|
|
|
</para>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
2006-04-11 02:37:19 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libdv"/></para>
|
|
|
|
|
2005-05-11 03:17:11 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Libdv</title>
|
|
|
|
|
|
|
|
<para>Install <application>libdv</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
2011-01-15 07:10:57 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2012-07-04 07:45:10 +08:00
|
|
|
--disable-xv \
|
|
|
|
--disable-static &&
|
2005-05-11 03:17:11 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2005-08-29 04:36:08 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-05-11 03:17:11 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2005-08-29 04:36:08 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
2007-07-19 07:37:25 +08:00
|
|
|
install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &&
|
2005-08-29 04:36:08 +08:00
|
|
|
install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
2011-01-15 07:10:57 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--disable-xv</parameter>: This parameter is required if
|
2012-07-04 07:45:10 +08:00
|
|
|
an <application>X Window System</application> is not installed. It also
|
|
|
|
prevents <command>configure</command> testing for
|
|
|
|
<filename class="libraryfile">libXv</filename> which is only used for an
|
|
|
|
obsolete program <command>playdv</command> that will not be built with
|
|
|
|
current <application>linux</application> headers and would also need other
|
|
|
|
obsolete dependencies.</para> <!-- gtk+-1.2, glib+-1.2 -->
|
|
|
|
|
2016-10-15 00:16:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-08-29 04:36:08 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2012-07-04 07:45:10 +08:00
|
|
|
<seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
|
|
|
|
<seg>libdv.so</seg>
|
2005-08-29 04:36:08 +08:00
|
|
|
<seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
|
2005-05-11 03:17:11 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<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>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>is a small utility to send or capture raw data from and to the
|
2005-05-11 03:17:11 +08:00
|
|
|
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>
|
|
|
|
|
2012-07-04 07:45:10 +08:00
|
|
|
<!--<varlistentry id="playdv">
|
2005-05-11 03:17:11 +08:00
|
|
|
<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>
|
2012-07-04 07:45:10 +08:00
|
|
|
</varlistentry>-->
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
<varlistentry id="libdv-lib">
|
2012-07-04 07:45:10 +08:00
|
|
|
<term><filename class='libraryfile'>libdv.so</filename></term>
|
2005-05-11 03:17:11 +08:00
|
|
|
<listitem>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>provides functions for programs interacting with the
|
2005-05-11 03:17:11 +08:00
|
|
|
Quasar DV CODEC.</para>
|
|
|
|
<indexterm zone="libdv libdv-lib">
|
2006-04-11 02:37:19 +08:00
|
|
|
<primary sortas="c-libdv">libdv.{so,a}</primary>
|
2005-05-11 03:17:11 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-22 10:00:07 +08:00
|
|
|
|
|
|
|
</sect1>
|