source: multimedia/libdriv/libdv.xml@ 76a2160

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 76a2160 was 76a2160, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to libdv-0.102; updated Glossary

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

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[48b7295]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 libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
7 <!ENTITY libdv-download-ftp " ">
[76a2160]8 <!ENTITY libdv-size "477 KB">
9 <!ENTITY libdv-buildsize "9.4 MB">
[48b7295]10 <!ENTITY libdv-time "0.21 SBU">
11]>
12
[14dd96b5]13<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
[dd3f20f0]14<?dbhtml filename="libdv.html"?>
[14dd96b5]15<title>libdv-&libdv-version;</title>
16
[48b7295]17<sect2>
18<title>Introduction to <application>libdv</application></title>
19
[76a2160]20<para><application>libdv</application> (Quasar <acronym>DV</acronym>) is a
21software <acronym>CODEC</acronym> for <acronym>DV</acronym> video, the encoding
22format used by most digital camcorders.</para>
[48b7295]23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&libdv-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&libdv-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &libdv-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &libdv-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &libdv-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title><application>libdv</application> dependencies</title>
34<sect4><title>Optional</title>
[76a2160]35<para><xref linkend="popt"/>, <xref linkend="pkgconfig"/>, <xref linkend="SDL"/>,
36<xref linkend="GTK"/> and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
[48b7295]37</para></sect4>
38</sect3>
39
40</sect2>
41
42<sect2>
43<title>Installation of <application>libdv</application></title>
44
45<para>Install <application>libdv</application> by running the
46following commands:</para>
47
48<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
49make &amp;&amp;
50make install</command></userinput></screen>
51
52<note><para>The configure check for <application>GTK+</application> is
53broken. If <application>GTK+</application> is not installed, also pass
54<option>--without-gtk</option> to the configure script.</para></note>
55
56</sect2>
57
58<sect2>
59<title>Contents</title>
60
[76a2160]61<para>The <application>libdv</application> package contains
62<command>dubdv</command>, <command>dvconnect</command>,
63<command>encodedv</command>, <command>playdv</command> and
64<filename class="libraryfile">libdv</filename>.</para>
[48b7295]65
66</sect2>
67
68<sect2><title>Description</title>
69
[76a2160]70<sect3><title>dubdv</title>
71<para><command>dubdv</command> inserts audio into a digital video
72stream.</para></sect3>
73
[48b7295]74<sect3><title>dvconnect</title>
75<para><command>dvconnect</command> is a small utility to send or capture
76raw data from and to the camcorder.</para></sect3>
77
78<sect3><title>encodedv</title>
79<para><command>encodedv</command> encodes a series of images to a digital
80video stream.</para></sect3>
81
82<sect3><title>playdv</title>
83<para><command>playdv</command> displays digital video streams on
84the screen.</para></sect3>
85
86<sect3><title>libdv</title>
[76a2160]87<para><filename class="libraryfile">libdv</filename> provides functions for
88programs interacting with the Quasar <acronym>DV</acronym>
[48b7295]89<acronym>CODEC</acronym>.</para></sect3>
90
91</sect2>
[14dd96b5]92
93</sect1>
[48b7295]94
Note: See TracBrowser for help on using the repository browser.