Ignore:
Timestamp:
05/30/2005 09:55:16 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e0d33ef
Parents:
79ccca0
Message:

Removed excess spaces from the ends of lines in the source files

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

Location:
multimedia/videoutils
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r79ccca0 rf009801  
    3030    <title>Introduction to FFmpeg</title>
    3131
    32     <para><application>FFmpeg</application> is a solution to record, convert and 
    33     stream audio and video. It is a very fast video and audio converter and it can 
    34     also acquire from a live audio/video source. Designed to be intuitive, the 
    35     command-line interface (<command>ffmpeg</command>) tries to figure out all the 
    36     parameters, when possible. <application>FFmpeg</application> can also convert 
    37     from any sample rate to any other, and resize video on the fly with a high 
    38     quality polyphase filter. <application>FFmpeg</application> can use a 
    39     video4linux compatible video source and any Open Sound System audio 
     32    <para><application>FFmpeg</application> is a solution to record, convert and
     33    stream audio and video. It is a very fast video and audio converter and it can
     34    also acquire from a live audio/video source. Designed to be intuitive, the
     35    command-line interface (<command>ffmpeg</command>) tries to figure out all the
     36    parameters, when possible. <application>FFmpeg</application> can also convert
     37    from any sample rate to any other, and resize video on the fly with a high
     38    quality polyphase filter. <application>FFmpeg</application> can use a
     39    video4linux compatible video source and any Open Sound System audio
    4040    source.</para>
    4141
     
    6565
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para><xref linkend="libvorbis"/>, 
    68     <xref linkend="lame"/>, 
    69     <xref linkend="imlib2"/>, 
    70     X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 
    71     <xref linkend="sdl"/>, 
    72     <xref linkend="freetype2"/>, 
    73     <xref linkend="mplayer"/> (for the shared post-processing library), 
    74     <ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>, 
    75     <ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink> and 
     67    <para><xref linkend="libvorbis"/>,
     68    <xref linkend="lame"/>,
     69    <xref linkend="imlib2"/>,
     70    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     71    <xref linkend="sdl"/>,
     72    <xref linkend="freetype2"/>,
     73    <xref linkend="mplayer"/> (for the shared post-processing library),
     74    <ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
     75    <ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink> and
    7676    <xref linkend="tex"/> (to build HTML documentation)</para>
    7777
     
    8181    <title>Installation of FFmpeg</title>
    8282
    83     <para>Install <application>FFmpeg</application> by running the following 
     83    <para>Install <application>FFmpeg</application> by running the following
    8484    commands:</para>
    8585
    8686    <note>
    87       <para>Review the <filename>doc/optimization.txt</filename> file in the 
     87      <para>Review the <filename>doc/optimization.txt</filename> file in the
    8888      source tree for information about optimizing the build.</para>
    8989    </note>
     
    9595make</userinput></screen>
    9696
    97     <para>If you have <application>TeX</application> installed, the man pages 
    98     and documentation were built during the <command>make</command> process. 
    99     Skip to the <systemitem class="username">root</systemitem> user installation 
    100     steps. If you do not have <application>TeX</application> installed, use the 
     97    <para>If you have <application>TeX</application> installed, the man pages
     98    and documentation were built during the <command>make</command> process.
     99    Skip to the <systemitem class="username">root</systemitem> user installation
     100    steps. If you do not have <application>TeX</application> installed, use the
    101101    following command to build the man pages:</para>
    102102
     
    107107<screen role="root"><userinput>make install</userinput></screen>
    108108
    109     <para>If you have <application>TeX</application> installed (which caused 
    110     the HTML documentation to be built earlier), install the documentation by 
    111     issuing the following commands as the <systemitem 
     109    <para>If you have <application>TeX</application> installed (which caused
     110    the HTML documentation to be built earlier), install the documentation by
     111    issuing the following commands as the <systemitem
    112112    class="username">root</systemitem> user:</para>
    113113
     
    120120    <title>Command Explanations</title>
    121121
    122     <para><command>sed -i -e "s/static uint64/const uint64/" 
    123     libavcodec/liba52/resample_mmx.c</command>: This command fixes an issue 
    124     on machines with MMX capability and use <application>GCC</application>-3.4.x 
    125     to compile in A52 support using the <option>--enable-a52</option> parameter 
     122    <para><command>sed -i -e "s/static uint64/const uint64/"
     123    libavcodec/liba52/resample_mmx.c</command>: This command fixes an issue
     124    on machines with MMX capability and use <application>GCC</application>-3.4.x
     125    to compile in A52 support using the <option>--enable-a52</option> parameter
    126126    passed to the <command>configure</command> script.</para>
    127127
    128128    <para><parameter>--enable-shared</parameter>: This switch is needed to
    129     build the <filename class="libraryfile">libavcodec</filename> and 
    130     <filename class="libraryfile">libavformat</filename> shared 
     129    build the <filename class="libraryfile">libavcodec</filename> and
     130    <filename class="libraryfile">libavformat</filename> shared
    131131    libraries.</para>
    132132
    133     <para><parameter>--enable-pthreads</parameter>: This switch enables the 
     133    <para><parameter>--enable-pthreads</parameter>: This switch enables the
    134134    build to link against the Posix threads library.</para>
    135135
    136136    <para><parameter>--disable-ffplay</parameter>: Only installs the server part.
    137     <command>ffplay</command> requires <application>X</application> for 
    138     building. Remove this option if <application>X</application> is 
     137    <command>ffplay</command> requires <application>X</application> for
     138    building. Remove this option if <application>X</application> is
    139139    installed.</para>
    140140
    141141    <para><option>--enable-<replaceable>[codec]</replaceable></option>: Review
    142     the available options and codecs using the 
     142    the available options and codecs using the
    143143    <command>./configure --help</command> command.</para>
    144144
     
    151151      <title>Config Files</title>
    152152
    153       <para><filename>/etc/ffserver.conf</filename> and 
     153      <para><filename>/etc/ffserver.conf</filename> and
    154154      <filename>~/.ffmpeg/ffserver-config</filename></para>
    155155
     
    163163
    164164      <para>You'll find a sample ffserver configuration file at
    165       <ulink url="http://ffmpeg.sourceforge.net/sample.html"/> (also 
     165      <ulink url="http://ffmpeg.sourceforge.net/sample.html"/> (also
    166166      <filename>doc/ffserver.conf</filename> in the source tree).</para>
    167167
     
    181181        <seg>ffmpeg, ffserver, and optionally, ffplay</seg>
    182182        <seg>libavcodec.so, libavformat.so, and video hook modules</seg>
    183         <seg>/usr/include/ffmpeg, /usr/lib/vhook, and 
     183        <seg>/usr/include/ffmpeg, /usr/lib/vhook, and
    184184        /usr/share/doc/ffmpeg-&ffmpeg-version;</seg>
    185185      </seglistitem>
     
    194194        <term><command>ffmpeg</command></term>
    195195        <listitem>
    196           <para>is a command-line tool to convert video files, network streams 
     196          <para>is a command-line tool to convert video files, network streams
    197197          and input from a TV card to several video formats.</para>
    198198          <indexterm zone="ffmpeg ffmpeg-prog">
     
    205205        <term><command>ffplay</command></term>
    206206        <listitem>
    207           <para>is a very simple and portable media player using the 
     207          <para>is a very simple and portable media player using the
    208208          <filename>ffmpeg</filename> libraries and the SDL library.</para>
    209209          <indexterm zone="ffmpeg ffplay">
     
    238238        <term><filename class='libraryfile'>libavformat.so</filename></term>
    239239        <listitem>
    240           <para>is a library containing the file formats handling (mux and demux code 
    241           for several formats) used by <command>ffplay</command> as well as 
     240          <para>is a library containing the file formats handling (mux and demux code
     241          for several formats) used by <command>ffplay</command> as well as
    242242          allowing the generation of  audio or video streams.</para>
    243243          <indexterm zone="ffmpeg libavformat">
  • multimedia/videoutils/transcode.xml

    r79ccca0 rf009801  
    3030    <title>Introduction to Transcode</title>
    3131
    32 <para><application>Transcode</application> is a fast, versatile and 
    33 command-line based audio/video everything to everything converter. For a 
    34 rundown of the features and capabilities, along with usage examples, visit 
     32<para><application>Transcode</application> is a fast, versatile and
     33command-line based audio/video everything to everything converter. For a
     34rundown of the features and capabilities, along with usage examples, visit
    3535the Transcode Wiki at <ulink url="http://www.transcoding.org/"/>.</para>
    3636
     
    5757    </itemizedlist>
    5858
    59 <!-- 
     59<!--
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing='compact'>
    6262      <listitem>
    63         <para>Required Patch: <ulink 
     63        <para>Required Patch: <ulink
    6464        url="&patch-root;/transcode-&transcode-version;-fix_largefile_split-1.patch"/></para>
    6565      </listitem>
    6666      <listitem>
    67         <para>Required Patch (if 
    68         <application>libdv</application> is installed): <ulink 
     67        <para>Required Patch (if
     68        <application>libdv</application> is installed): <ulink
    6969        url="&patch-root;/transcode-&transcode-version;-fix_dv-1.patch"/></para>
    7070      </listitem>
    7171      <listitem>
    72         <para>Required Patch (if compiled with <application>GCC</application>-3.4.x): <ulink 
     72        <para>Required Patch (if compiled with <application>GCC</application>-3.4.x): <ulink
    7373        url="&patch-root;/transcode-&transcode-version;-gcc34-1.patch"/></para>
    7474      </listitem>
     
    8585
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    87     <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 
    88     <xref linkend="freetype2"/>, 
    89     <xref linkend="GTK"/>, 
    90     <xref linkend="sdl"/>, 
    91     <xref linkend="libxml2"/>, 
    92     <xref linkend="imagemagick"/>, 
    93     <xref linkend="libjpeg"/> or 
    94     <ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink>, 
    95     <xref linkend="libdv"/>, 
    96     <xref linkend="libdvdread"/>, 
    97     <xref linkend="avifile"/>, 
    98     <xref linkend="libfame"/>, 
    99     <xref linkend="libmpeg3"/>, 
    100     <xref linkend="xvid"/>, 
    101     <xref linkend="LZO"/>, 
    102     <xref linkend="liba52"/>, 
    103     <xref linkend="libogg"/>, 
    104     <xref linkend="libvorbis"/>, 
    105     <ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>, 
    106     <ulink url="http://libquicktime.sourceforge.net/">libquicktime</ulink>, 
    107     <ulink url="http://www.theora.org/">Theora</ulink>, 
    108     <ulink url="http://lvempeg.sourceforge.net/">LVE</ulink>, 
    109     <ulink url="http://www.netlib.org/pvm3/">PVM3</ulink> and 
     87    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     88    <xref linkend="freetype2"/>,
     89    <xref linkend="GTK"/>,
     90    <xref linkend="sdl"/>,
     91    <xref linkend="libxml2"/>,
     92    <xref linkend="imagemagick"/>,
     93    <xref linkend="libjpeg"/> or
     94    <ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink>,
     95    <xref linkend="libdv"/>,
     96    <xref linkend="libdvdread"/>,
     97    <xref linkend="avifile"/>,
     98    <xref linkend="libfame"/>,
     99    <xref linkend="libmpeg3"/>,
     100    <xref linkend="xvid"/>,
     101    <xref linkend="LZO"/>,
     102    <xref linkend="liba52"/>,
     103    <xref linkend="libogg"/>,
     104    <xref linkend="libvorbis"/>,
     105    <ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>,
     106    <ulink url="http://libquicktime.sourceforge.net/">libquicktime</ulink>,
     107    <ulink url="http://www.theora.org/">Theora</ulink>,
     108    <ulink url="http://lvempeg.sourceforge.net/">LVE</ulink>,
     109    <ulink url="http://www.netlib.org/pvm3/">PVM3</ulink> and
    110110    <ulink url="http://loci.cs.utk.edu/">LoRS/IBP</ulink></para>
    111111
    112     <para>Though <application>Transcode</application> has no compile-time 
    113     requirement for <xref linkend="mplayer"/>'s shared post-processing 
     112    <para>Though <application>Transcode</application> has no compile-time
     113    requirement for <xref linkend="mplayer"/>'s shared post-processing
    114114    library, <application>Transcode</application> can use it at run-time.</para>
    115115
     
    119119    <title>Installation of Transcode</title>
    120120
    121     <para>Install <application>Transcode</application> by running the following 
     121    <para>Install <application>Transcode</application> by running the following
    122122    commands:</para>
    123123
     
    134134    <title>Command Explanations</title>
    135135
    136     <para><parameter>--without-x</parameter>: Omit this parameter if you have an 
    137     <application>X Window System</application> installed and you want to compile 
     136    <para><parameter>--without-x</parameter>: Omit this parameter if you have an
     137    <application>X Window System</application> installed and you want to compile
    138138    X11 dependent filter plugins.</para>
    139139
    140     <para><option>--enable-netstream</option>: This parameter enables network 
     140    <para><option>--enable-netstream</option>: This parameter enables network
    141141    streaming support.</para>
    142142
    143     <para>Building support for most of the dependency packages requires using 
    144     options passed to the <command>configure</command> script. View the 
    145     <filename>INSTALL</filename> file and the output from 
    146     <command>./configure --help</command> for complete information about 
     143    <para>Building support for most of the dependency packages requires using
     144    options passed to the <command>configure</command> script. View the
     145    <filename>INSTALL</filename> file and the output from
     146    <command>./configure --help</command> for complete information about
    147147    enabling dependency packages.</para>
    148148
     
    158158
    159159      <seglistitem>
    160         <seg>avicodec, avidump, avifix, aviindex, avimerge, avisplit, avisync, tccat, 
    161         tcdecode, tcdemux, tcextract, tcframe, tcmodinfo, tcmp3cut, tcmplex, tcprobe, 
     160        <seg>avicodec, avidump, avifix, aviindex, avimerge, avisplit, avisync, tccat,
     161        tcdecode, tcdemux, tcextract, tcframe, tcmodinfo, tcmp3cut, tcmplex, tcprobe,
    162162        tcrequant, tcscan, tcxmlcheck, tcxpm2rgb, and transcode</seg>
    163         <seg>a52_decore.so, af6_decore.so, export*.so, filter*.so, and import*.so 
     163        <seg>a52_decore.so, af6_decore.so, export*.so, filter*.so, and import*.so
    164164        output/filter/input modules</seg>
    165165        <seg>/usr/lib/transcode and /usr/share/doc/transcode</seg>
     
    185185        <term><command>avidump</command></term>
    186186        <listitem>
    187           <para>dumps audio or video stream of a given AVI file to stdout 
     187          <para>dumps audio or video stream of a given AVI file to stdout
    188188          (for AVI conversion or extraction of audio streams).</para>
    189189          <indexterm zone="transcode avidump">
     
    216216        <term><command>avimerge</command></term>
    217217        <listitem>
    218           <para> merges AVI files of the same format. Do not try to merge AVI 
    219           files of different formats, it will most likely result in errors (and format 
     218          <para> merges AVI files of the same format. Do not try to merge AVI
     219          files of different formats, it will most likely result in errors (and format
    220220          means same bitrates, too!).</para>
    221221          <indexterm zone="transcode avimerge">
     
    238238        <term><command>avisync</command></term>
    239239        <listitem>
    240           <para>can shift audio in AVI files for better 
     240          <para>can shift audio in AVI files for better
    241241          synchronizing of the audio and video data signal.</para>
    242242          <indexterm zone="transcode avisync">
     
    249249        <term><command>tccat</command></term>
    250250        <listitem>
    251           <para>concatenates input files using the input plugins of 
     251          <para>concatenates input files using the input plugins of
    252252          <application>Transcode</application>.</para>
    253253          <indexterm zone="transcode tccat">
     
    260260        <term><command>tcdecode</command></term>
    261261        <listitem>
    262           <para>is used to decode input files to raw video and 
     262          <para>is used to decode input files to raw video and
    263263          PCM audio streams.</para>
    264264          <indexterm zone="transcode tcdecode">
     
    271271        <term><command>tcdemux</command></term>
    272272        <listitem>
    273           <para>demultiplexes (separates) audio/video input that contains 
     273          <para>demultiplexes (separates) audio/video input that contains
    274274          multiple streams, e.g., VOB files.</para>
    275275          <indexterm zone="transcode tcdemux">
     
    292292        <term><command>tcframe</command></term>
    293293        <listitem>
    294           <para>processes single video frames for different color encodings 
     294          <para>processes single video frames for different color encodings
    295295          (RGB &gt;-&lt; YUV or similar).</para>
    296296          <indexterm zone="transcode tcframe">
     
    303303        <term><command>tcmodinfo</command></term>
    304304        <listitem>
    305           <para>loads a supplied <application>Transcode</application> filter 
     305          <para>loads a supplied <application>Transcode</application> filter
    306306          module and prints its parameters.</para>
    307307          <indexterm zone="transcode tcmodinfo">
     
    314314        <term><command>tcmp3cut</command></term>
    315315        <listitem>
    316           <para>is a tool which can cut MP3 streams at 
     316          <para>is a tool which can cut MP3 streams at
    317317          milliseconds positions.</para>
    318318          <indexterm zone="transcode tcmp3cut">
     
    335335        <term><command>tcrequant</command></term>
    336336        <listitem>
    337           <para>is a tool which can requantize an MPEG-2 
     337          <para>is a tool which can requantize an MPEG-2
    338338          elementary stream.</para>
    339339          <indexterm zone="transcode tcrequant">
     
    366366        <term><command>transcode</command></term>
    367367        <listitem>
    368           <para>is the encoder's user interface that handles the plugins and 
    369           other programs, being the glue between the modules. There are several well 
    370           documented usage examples on both the homepage and the documentation included 
     368          <para>is the encoder's user interface that handles the plugins and
     369          other programs, being the glue between the modules. There are several well
     370          documented usage examples on both the homepage and the documentation included
    371371          in the package.</para>
    372372          <indexterm zone="transcode transcode-prog">
     
    390390        <term><filename class='libraryfile'>af6_decore.so</filename></term>
    391391        <listitem>
    392           <para>is a support module used to decode 
    393           <filename class='libraryfile'>libaviplay</filename> library supported codecs 
     392          <para>is a support module used to decode
     393          <filename class='libraryfile'>libaviplay</filename> library supported codecs
    394394          and file formats</para>
    395395          <indexterm zone="transcode af6_decore">
     
    402402        <term><filename class='libraryfile'>export/filter/import_*.so</filename></term>
    403403        <listitem>
    404           <para>&mdash; depending on the external libraries that are used, 
    405           there are a great number of plugins to convert audio and video input to raw 
     404          <para>&mdash; depending on the external libraries that are used,
     405          there are a great number of plugins to convert audio and video input to raw
    406406          format, process raw video and audio and convert raw audio and video to other
    407           formats to be written into a file type of choice. Read the documentation for 
     407          formats to be written into a file type of choice. Read the documentation for
    408408          complete information.</para>
    409409          <indexterm zone="transcode export-filter">
  • multimedia/videoutils/videoutils.xml

    r79ccca0 rf009801  
    1111  <title>Video Utilities</title>
    1212
    13   <para>This chapter always seems to be the favorite chapter.  It's 
     13  <para>This chapter always seems to be the favorite chapter.  It's
    1414  probably because there is a lot of satisfaction in playing your first
    1515  video when you have spent so much time getting to that point. All those
  • multimedia/videoutils/xine-ui.xml

    r79ccca0 rf009801  
    3030    <title>Introduction to Xine User Interface</title>
    3131
    32     <para>The <application>xine User Interface</application> package contains 
    33     a multimedia player. It plays back CDs, DVDs and VCDs. It also decodes 
    34     multimedia files like AVI, MOV, WMV, MPEG and MP3 from local disk drives, 
     32    <para>The <application>xine User Interface</application> package contains
     33    a multimedia player. It plays back CDs, DVDs and VCDs. It also decodes
     34    multimedia files like AVI, MOV, WMV, MPEG and MP3 from local disk drives,
    3535    and displays multimedia streamed over the Internet.</para>
    3636
     
    5757    </itemizedlist>
    5858
    59 <!-- 
     59<!--
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing='compact'>
     
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para><xref linkend="pkgconfig"/>, 
    77     <xref linkend="curl"/>, 
    78     <xref linkend="aalib"/>, 
    79     <ulink url="http://www.lirc.org">LIRC</ulink> and 
     76    <para><xref linkend="pkgconfig"/>,
     77    <xref linkend="curl"/>,
     78    <xref linkend="aalib"/>,
     79    <ulink url="http://www.lirc.org">LIRC</ulink> and
    8080    <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink></para>
    8181
     
    8585    <title>Installation of Xine User Interface</title>
    8686
    87 <!-- 
     87<!--
    8888    <para>Apply the following patch if you have <application>cURL</application>
    8989    installed and you wish to utilize it:</para>
     
    9292-->
    9393
    94     <para>Install <application>xine User Interface</application> by running the 
     94    <para>Install <application>xine User Interface</application> by running the
    9595    following commands:</para>
    9696
     
    122122
    123123      <para>The above file is created and maintainable through the
    124       <command>xine</command> setup dialog box. The documentation for the 
     124      <command>xine</command> setup dialog box. The documentation for the
    125125      configuration settings is located at
    126126      <filename>/usr/share/doc/xine-ui/README.config_en</filename>.</para>
     
    138138
    139139      <seglistitem>
    140         <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and 
     140        <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and
    141141        xine-remote</seg>
    142         <seg>/usr/share/xine/[desktop,skins,visuals] and 
     142        <seg>/usr/share/xine/[desktop,skins,visuals] and
    143143        /usr/share/doc/[xine-ui,xitk]</seg>
    144144      </seglistitem>
     
    153153        <term><command>aaxine</command></term>
    154154        <listitem>
    155           <para>is an ASCII art video player which utilizes 
    156           <application>AAlib</application> as the frontend for the 
     155          <para>is an ASCII art video player which utilizes
     156          <application>AAlib</application> as the frontend for the
    157157          <application>xine Libraries</application>.</para>
    158158          <indexterm zone="xine-ui aaxine">
     
    165165        <term><command>cacaxine</command></term>
    166166        <listitem>
    167           <para>is a color ASCII art video player which 
    168           utilizes <application>CACA</application> as the frontend for the 
     167          <para>is a color ASCII art video player which
     168          utilizes <application>CACA</application> as the frontend for the
    169169          <application>xine Libraries</application>.</para>
    170170          <indexterm zone="xine-ui cacaxine">
     
    177177        <term><command>fbxine</command></term>
    178178        <listitem>
    179           <para>is a frame buffer interface to the 
     179          <para>is a frame buffer interface to the
    180180          <application>xine Libraries</application>.</para>
    181181          <indexterm zone="xine-ui fbxine">
     
    188188        <term><command>xine</command></term>
    189189        <listitem>
    190           <para>is a multimedia player designed to play MPEG streams (audio 
    191           and video), MPEG elementary streams (MP3), MPEG transport streams, 
    192           Ogg files, AVI files, ASF files, some Quicktime files, VCDs 
     190          <para>is a multimedia player designed to play MPEG streams (audio
     191          and video), MPEG elementary streams (MP3), MPEG transport streams,
     192          Ogg files, AVI files, ASF files, some Quicktime files, VCDs
    193193          and DVDs (non-encrypted).</para>
    194194          <indexterm zone="xine-ui xine">
     
    201201        <term><command>xine-bugreport</command></term>
    202202        <listitem>
    203           <para>produces a terse system description and guides you through the 
     203          <para>produces a terse system description and guides you through the
    204204          process of reporting a bug.</para>
    205205          <indexterm zone="xine-ui xine-bugreport">
     
    212212        <term><command>xine-check</command></term>
    213213        <listitem>
    214           <para>tests the <command>xine</command> video player installation 
    215           for common problems. It tests the operating system settings, installation of 
     214          <para>tests the <command>xine</command> video player installation
     215          for common problems. It tests the operating system settings, installation of
    216216          plugins, CD/DVD drive settings and video support parameters.</para>
    217217          <indexterm zone="xine-ui xine-check">
     
    224224        <term><command>xine-remote</command></term>
    225225        <listitem>
    226           <para>is a tool to connect to a <command>xine</command> remote 
     226          <para>is a tool to connect to a <command>xine</command> remote
    227227          control server.</para>
    228228          <indexterm zone="xine-ui xine-remote">
Note: See TracChangeset for help on using the changeset viewer.