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 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>gst-ffmpeg-&gst-ffmpeg-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="gst-ffmpeg">
|
---|
26 | <primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Gst FFMpeg</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>Gst FFMpeg</application> contains GStreamer plugins
|
---|
34 | for <application>FFMpeg</application>.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs76_checked;
|
---|
38 |
|
---|
39 | &gst-compat;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &gst-ffmpeg-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &gst-ffmpeg-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &gst-ffmpeg-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &gst-ffmpeg-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
76 | <itemizedlist spacing="compact">
|
---|
77 | <listitem>
|
---|
78 | <para>
|
---|
79 | Required patch:
|
---|
80 | <ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
|
---|
81 | </para>
|
---|
82 | </listitem>
|
---|
83 | </itemizedlist>
|
---|
84 |
|
---|
85 | <bridgehead renderas="sect3">Gst FFMpeg Dependencies</bridgehead>
|
---|
86 |
|
---|
87 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
88 | <para role="required">
|
---|
89 | <xref linkend="gst-plugins-base"/> and
|
---|
90 | <xref linkend="yasm"/>
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
94 | <para role="optional">
|
---|
95 | <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <para condition="html" role="usernotes">User Notes:
|
---|
99 | <ulink url="&blfs-wiki;/gst-ffmpeg"/>
|
---|
100 | </para>
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | <sect2 role="installation">
|
---|
104 | <title>Installation of Gst FFMpeg</title>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | Install <application>Gst FFMpeg</application> by running the following
|
---|
108 | commands:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen><userinput>patch -p1 < ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &&
|
---|
112 | ./configure --prefix=/usr &&
|
---|
113 | make</userinput></screen>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | To test the results, issue: <command>make check</command>.
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
124 | </sect2>
|
---|
125 |
|
---|
126 | <sect2 role="content">
|
---|
127 | <title>Contents</title>
|
---|
128 |
|
---|
129 | <segmentedlist>
|
---|
130 | <segtitle>Installed GStreamer Plugins</segtitle>
|
---|
131 |
|
---|
132 | <seglistitem>
|
---|
133 | <seg>
|
---|
134 | libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so
|
---|
135 | </seg>
|
---|
136 | </seglistitem>
|
---|
137 | </segmentedlist>
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | </sect1>
|
---|