glfs/multimedia/libdriv/gst-ffmpeg.xml

123 lines
4.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gst-ffmpeg-download-http "http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-&gst-ffmpeg-version;.tar.bz2">
<!ENTITY gst-ffmpeg-download-ftp " ">
<!ENTITY gst-ffmpeg-md5sum "7f5beacaf1312db2db30a026b36888c4">
<!ENTITY gst-ffmpeg-size "4.6 MB">
<!ENTITY gst-ffmpeg-buildsize "272 MB (if not using system ffmpeg)">
<!ENTITY gst-ffmpeg-time "2.9 SBU (if not using system ffmpeg)">
]>
<sect1 id="gst-ffmpeg" xreflabel="gst-ffmpeg-&gst-ffmpeg-version;">
<?dbhtml filename="gst-ffmpeg.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gst-ffmpeg-&gst-ffmpeg-version;</title>
<indexterm zone="gst-ffmpeg">
<primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gst-ffmpeg</title>
<para>The <application>gst-ffmpeg</application> package is a gstreamer plugin
for ffmpeg.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/></para>
</listitem>
<!-- <listitem>
<para>Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/></para>
</listitem>-->
<listitem>
<para>Download MD5 sum: &gst-ffmpeg-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gst-ffmpeg-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gst-ffmpeg-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gst-ffmpeg-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gst-ffmpeg Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gst-plugins-base"/> and
<xref linkend="yasm"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="ffmpeg"/>
and <ulink url="http://code.entropywave.com/projects/orc/">ORC
</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gst-ffmpeg"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gst-ffmpeg</title>
<para>Install <application>gst-ffmpeg</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>--with-system-ffmpeg</option>: This switch allows you to use the
system libav libraries from a previously installed <application>ffmpeg</application>.
This would usually give you a more up to date version of this code, now that
<application>ffmpeg</application> has frequent releases, and significantly
reduces the time and space required to build this package. However, it is not
recommended by the <application>gst-ffmpeg</application> developers and it
may break the testsuite.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgstffmpeg.so, libgstffmpegscale.so, and libgstpostproc.so</seg>
<seg></seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>