source: multimedia/libdriv/libdv.xml@ 48b7295

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 48b7295 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

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