source: archive/gst-ffmpeg.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gst-ffmpeg-download-http "http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-&gst-ffmpeg-version;.tar.bz2">
8 <!ENTITY gst-ffmpeg-download-ftp " ">
9 <!ENTITY gst-ffmpeg-md5sum "7f5beacaf1312db2db30a026b36888c4">
10 <!ENTITY gst-ffmpeg-size "4.6 MB">
11 <!ENTITY gst-ffmpeg-buildsize "272 MB">
12 <!ENTITY gst-ffmpeg-time "2.9 SBU">
13]>
14
15<sect1 id="gst-ffmpeg" xreflabel="gst-ffmpeg-&gst-ffmpeg-version;">
16 <?dbhtml filename="gst-ffmpeg.html"?>
17
18
19 <title>gst-ffmpeg-&gst-ffmpeg-version;</title>
20
21 <indexterm zone="gst-ffmpeg">
22 <primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gst FFMpeg</title>
27
28 <para>
29 The <application>Gst FFMpeg</application> contains GStreamer plugins
30 for <application>FFMpeg</application>.
31 </para>
32
33 &lfs77_checked;
34
35 &gst-compat;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gst-ffmpeg-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gst-ffmpeg-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gst-ffmpeg-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gst-ffmpeg-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Gst FFMpeg Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="gst-plugins-base"/> and
86 <xref linkend="yasm"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gst-ffmpeg"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Gst FFMpeg</title>
101
102 <para>
103 Install <application>Gst FFMpeg</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>patch -p1 &lt; ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &amp;&amp;
108./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>make check</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed GStreamer Plugins</segtitle>
127
128 <seglistitem>
129 <seg>
130 libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.