source: archive/gst-ffmpeg.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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