Ignore:
Timestamp:
09/15/2003 03:59:34 PM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c76170
Parents:
d7d440b
Message:

update to ffmpeg-0.4.7 and xvid-0.9.2, updated NAS intro, fixed espgs and cups installation instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1079 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia/videoutils
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    rd7d440b rc5cc8b3  
    55&ffmpeg-intro;
    66&ffmpeg-inst;
     7&ffmpeg-exp;
    78&ffmpeg-config;
    89&ffmpeg-desc;
  • multimedia/videoutils/ffmpeg/ffmpeg-config.xml

    rd7d440b rc5cc8b3  
    66<para><filename>~/.ffmpeg/ffserver-config</filename></para>
    77
    8 <para>You'll find a sample ffserver configuration file
    9 <ulink url="http://ffmpeg.sourceforge.net/sample.html">here</ulink></para>
     8<para>You'll find a sample ffserver configuration file at
     9<ulink url="http://ffmpeg.sourceforge.net/sample.html"/></para>
    1010
    1111</sect3>
  • multimedia/videoutils/ffmpeg/ffmpeg-desc.xml

    rd7d440b rc5cc8b3  
    22<title>Contents</title>
    33
    4 <para>The ffmpeg package contains <userinput>ffmpeg</userinput>,
    5 <userinput>ffserver</userinput>, <filename>libavcodec</filename>
    6 libraries and
    7 <filename>libavformat</filename> libraries.</para>
     4<para>The ffmpeg package contains <command>ffmpeg</command>,
     5<command>ffserver</command>, <command>ffplay</command>, <filename
     6class="libraryfile">libavcodec</filename> and
     7<filename class="libraryfile">libavformat</filename>.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>ffmpeg</title>
    14 <para>ffmpeg is a command line tool to convert video files, network streams,
     14<para><command>ffmpeg</command> is a command line tool to convert video files, network streams,
    1515input from a TV card to several video formats.</para></sect3>
    1616
    1717<sect3><title>ffserver</title>
    18 <para>ffserver is a streaming server for everything that ffmpeg could use
     18<para><command>ffserver</command> is a streaming server for everything
     19that <command>ffmpeg</command> could use
    1920as input (files, streams, TV card input, webcam, etc.).</para></sect3>
    2021
     22<sect3><title>ffplay</title>
     23<para><command>ffplay</command> is a very simple and portable media
     24player using the ffmpeg libraries and the <acronym>SDL</acronym> library.
     25</para></sect3>
     26
    2127<sect3><title>libavcodec/libavformat</title>
    22 <para>libavcodec and libavformats are libraries for encoding/decoding
     28<para><filename class="libraryfile">libavcodec</filename> and <filename
     29class="libraryfile">libavformats</filename> are libraries for encoding/decoding
    2330video streams and putting them into files or network packets. Since
    2431they're well documented, you can easily include them in your software,
     
    2633
    2734</sect2>
    28 
  • multimedia/videoutils/ffmpeg/ffmpeg-inst.xml

    rd7d440b rc5cc8b3  
    11<sect2>
    2 <title>Installation of ffmpeg</title>
     2<title>Installation of <application>ffmpeg</application></title>
    33
    4 <para>Install ffmpeg by running the following commands:</para>
     4<para>Install <application>ffmpeg</application> by running the following commands:</para>
    55
    66<note><para>The package maintaners recommend compiling without any
    77optimizations.</para></note>
    88
    9 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     9<screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
    1010make &amp;&amp;
    11 make install</userinput></screen></para>
     11make install</command></userinput></screen>
    1212
    1313</sect2>
  • multimedia/videoutils/ffmpeg/ffmpeg-intro.xml

    rd7d440b rc5cc8b3  
    11<sect2>
    2 <title>Introduction to ffmpeg</title>
     2<title>Introduction to <application>ffmpeg</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&ffmpeg-download-http;"/>
    5 Download location (FTP):        <ulink url="&ffmpeg-download-ftp;"/>
    6 Version used:                   &ffmpeg-version;
    7 Package size:                   &ffmpeg-size;
    8 Estimated Disk space required:  &ffmpeg-buildsize;
    9 Estimated build time            &ffmpeg-time;</screen>
     4<para><application>ffmpeg</application> is a solution to record, convert and stream audio and
     5video. Due to heavy development, not all of this functions will work.</para>
    106
    11 <para>ffmpeg is a solution to record, convert and stream audio and
    12 video. Due to heavy development, not all of this functions will work.  </para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&ffmpeg-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&ffmpeg-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &ffmpeg-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &ffmpeg-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &ffmpeg-time;</para></listitem></itemizedlist>
     14</sect3>
    1315
    14 <screen>ffmpeg will utilize:
    15 <xref linkend="libvorbis"/>, <xref linkend="lame"/> and Imlib2</screen>
     16<sect3><title><application>ffmpeg</application> dependencies</title>
     17<sect4><title>Optional</title>
     18<para><xref linkend="libvorbis"/>, <xref linkend="lame"/>, <xref
     19linkend="imlib2"/>, <xref linkend="SDL"/> and <xref
     20linkend="freetype2"/>
     21</para></sect4>
     22</sect3>
    1623
    1724</sect2>
  • multimedia/videoutils/ffmpeg/ffmpeg.ent

    rd7d440b rc5cc8b3  
    55<!ENTITY ffmpeg-desc SYSTEM "ffmpeg-desc.xml">
    66<!ENTITY ffmpeg-config SYSTEM "ffmpeg-config.xml">
    7 <!ENTITY ffmpeg-buildsize "20.6 MB">
    8 <!ENTITY ffmpeg-version "0.4.6">
     7<!ENTITY ffmpeg-buildsize "32 MB">
     8<!ENTITY ffmpeg-version "0.4.7">
    99<!ENTITY ffmpeg-download-http "http://telia.dl.sourceforge.net/sourceforge/ffmpeg/ffmpeg-&ffmpeg-version;.tar.gz">
    1010<!ENTITY ffmpeg-download-ftp "">
    11 <!ENTITY ffmpeg-size "664 KB">
    12 <!ENTITY ffmpeg-time "3.32 SBU">
     11<!ENTITY ffmpeg-size "1.2 MB">
     12<!ENTITY ffmpeg-time "1.01 SBU">
Note: See TracChangeset for help on using the changeset viewer.