source: multimedia/libdriv/openquicktime.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: 3.3 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 openquicktime-download-http "http://prdownloads.sourceforge.net/openquicktime/openquicktime-&openquicktime-version;-src.tgz">
7 <!ENTITY openquicktime-download-ftp " ">
8 <!ENTITY openquicktime-size "313 KB">
9 <!ENTITY openquicktime-buildsize "8.6 MB">
10 <!ENTITY openquicktime-time "0.11 SBU">
11]>
12
13<sect1 id="openquicktime" xreflabel="OpenQuicktime-&openquicktime-version;">
14<?dbhtml filename="openquicktime.html"?>
15<title>OpenQuicktime-&openquicktime-version;</title>
16
17<sect2>
18<title>Introduction to <application>OpenQuicktime</application></title>
19
20<para><application>OpenQuicktime</application> is a small library that handles the Quicktime
21file format on most varieties of Unix. Audio and video decoding and
22encoding is provided using a plug-in mechanism.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&openquicktime-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&openquicktime-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &openquicktime-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &openquicktime-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &openquicktime-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title>Additional downloads</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Optional <acronym>CODEC</acronym>: <ulink
36url="http://www.openquicktime.org/codecs.php"/></para></listitem>
37</itemizedlist></sect3>
38
39<sect3><title><application>OpenQuicktime</application> dependencies</title>
40<sect4><title>Required</title>
41<para><xref linkend="GLib"/></para></sect4>
42<sect4><title>Optional</title>
43<para><xref linkend="libjpeg"/>
44</para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>OpenQuicktime</application></title>
51
52<para>Install <application>OpenQuicktime</application> by running the
53following commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Contents</title>
63
64<para>This package provides <filename class="libraryfile">libopenquicktime</filename>
65library and utilities that allow you to manipulate Quicktime files.
66</para>
67
68</sect2>
69
70<sect2><title>Description</title>
71
72<sect3><title>libopenquicktime</title>
73<para>This is the core library.</para></sect3>
74
75<sect3><title>dechunk</title>
76<para><command>dechunk</command> extracts <acronym>RGB</acronym> frames
77from a movie and writes them as <acronym>PPM</acronym> images.
78</para></sect3>
79
80<sect3><title>make_streamable</title>
81<para>This program makes the Quicktime file streamable.
82</para></sect3>
83
84<sect3><title>qtdump</title>
85<para><command>qtdump</command> dumps all tables in a movie.
86</para></sect3>
87
88<sect3><title>qtinfo</title>
89<para><command>qtinfo</command> reads all the information about the file.
90</para></sect3>
91
92<sect3><title>recover</title>
93<para>This program recovers <acronym>JPEG</acronym> and
94<acronym>PCM</acronym> audio from a corrupted movie.
95</para></sect3>
96
97</sect2>
98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.