Ignore:
Timestamp:
05/10/2012 04:52:26 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
95791810
Parents:
4067d492
Message:

ffmpeg-0.10.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    r4067d492 rfaec3f7  
    443443      configuration changes made in the GUI will be saved in the user's
    444444      <filename class='directory'>~/.mplayer</filename> directory.</para>
    445 
    446     </sect3>
    447 
     445    </sect3>
    448446  </sect2>
    449447 
     
    459457        <seg>gmplayer, mplayer and mencoder</seg>
    460458        <seg>none</seg>
    461         <seg>/etc/mplayer, /usr/lib/mplayer, /usr/share/mplayer and
    462         /usr/share/doc/mplayer</seg>
     459        <seg>
     460          /etc/mplayer,
     461          /usr/lib/mplayer,
     462          /usr/share/mplayer and
     463          /usr/share/doc/mplayer
     464        </seg>
    463465      </seglistitem>
    464466    </segmentedlist>
     
    485487        <listitem>
    486488          <para> is the main MPlayer video player.</para>
    487 
    488 <!-- This is not the place for usage directions, right?
    489 <para>Examples of usage:</para>
    490 
    491 <screen><userinput>mplayer -fs blfs.avi
    492 mplayer -vo fbdev -fb /dev/fb0 dvd://1 \
    493     -aid 128 -sub en -framedrop
    494 mplayer -fs vcd://1    # works both for VCDs and SVCDs
    495 mplayer http://fredrik.hubbe.net/plugger/test.mpg</userinput></screen>
    496 
    497           <para>For further information, look at the very good documentation
    498           included with the package in the source tree subdirectory
    499           <filename class="directory">DOCS</filename> (also installed at
    500           <filename class='directory'>/usr/share/doc/mplayer-&mplayer-version;</filename>).</para>
    501           -->
    502489          <indexterm zone="mplayer mplayer-prog">
    503490            <primary sortas="b-mplayer">mplayer</primary>
     
    509496        <term><command>mencoder</command></term>
    510497        <listitem>
    511           <para>is a powerful command line video decoding, encoding and
    512             filtering tool.</para>
    513 <!-- Usage directions       
    514           is used to encode any <application>MPlayer</application>
    515           playable movie to DivX4, <application>XviD</application> or any
    516           CODEC in <filename class='libraryfile'>libavcodec</filename> with
    517           PCM/MP3/VBRMP3 audio.</para>
    518 
    519           <para>Example:</para>
    520 
    521 <screen><userinput>rm frameno.avi
    522 mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
    523 -lameopts vbr=3 -o frameno.avi
    524 
    525 <literal># mencoder should output bitrates for average encodings
    526 # now, choose one you like best! In the following lines,
    527 # replace &lt;bitrate&gt; and &lt;name.avi&gt; with statements of your
    528 # personal liking.</literal>
    529 
    530 mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    531     -lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; \
    532     -o &lt;name.avi&gt;
    533 mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    534     -lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; \
    535     -o &lt;name.avi&gt;
    536 mencoder -forceidx &lt;name.avi&gt;</userinput></screen>
    537 -->
     498          <para>
     499            is a powerful command line video decoding, encoding and filtering
     500            tool.
     501          </para>
    538502          <indexterm zone="mplayer mencoder">
    539503            <primary sortas="b-mencoder">mencoder</primary>
     
    541505        </listitem>
    542506      </varlistentry>
    543 <!-- not installed anymore?
    544       <varlistentry id="libdha">
    545         <term><filename class='libraryfile'>libdha.so</filename></term>
    546         <listitem>
    547           <para>contains functions used by the
    548           <application>MPlayer</application> programs.</para>
    549           <indexterm zone="mplayer libdha">
    550             <primary sortas="c-libdha">libdha.so</primary>
    551           </indexterm>
    552         </listitem>
    553       </varlistentry>
    554 -->
    555 <!-- not installed anymore
    556       <varlistentry id="libpostproc">
    557         <term><filename class='libraryfile'>libpostproc.so</filename></term>
    558         <listitem>
    559           <para>is a post-processing filter library used by the
    560           <application>MPlayer</application> programs and other packages.</para>
    561           <indexterm zone="mplayer libpostproc">
    562             <primary sortas="c-libpostproc">libpostproc.so</primary>
    563           </indexterm>
    564         </listitem>
    565       </varlistentry>
    566 -->
    567507    </variablelist>
    568 
    569508  </sect2>
    570 
    571509</sect1>
Note: See TracChangeset for help on using the changeset viewer.