glfs/multimedia/videoutils/mplayer/mplayer-desc.xml
Larry Lawrence c4ebaa6ad9 corrections found by others
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@864 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-19 14:05:48 +00:00

53 lines
1.9 KiB
XML

<sect2>
<title>Contents</title>
<para>The mplayer package contains <userinput>mplayer</userinput>,
<userinput>gmplayer</userinput> and <userinput>mencoder</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>mplayer</title>
<para>mplayer manages the input formats, the codecs and the output
formats to play video files, DVDs, (S)VCDs or network streams containing
audio and/or video informations on your system.</para>
<para><userinput>Examples:</userinput></para>
<para><screen><userinput>mplayer -fs blfs.avi
mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop
mplayer -fs -vcd 1; # works both for VCDs and SVCDs
mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen></para>
<para>For further information, have a look at the very good
documentation
included in the package in the subdirectory <filename>DOCS/</filename>.
</para></sect3>
<sect3><title>gmplayer</title>
<para>gmplayer is MPlayer with a graphical user interface.</para></sect3>
<sect3><title>mencoder</title>
<para>mencoder is used to encode any MPlayer-playable movie to DivX4,
XviD or any codec in libavcodec with PCM/MP3/VBRMP3
audio.</para>
<para><userinput>Example:</userinput></para>
<para><screen><userinput>rm frameno.avi
mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
-lameopts vbr=3 -o frameno.avi
# mencoder should output bitrates for average encodings
# now, choose one you like best! In the following lines,
# replace &lt;bitrate&gt; and &lt;name.avi&gt; with statements of your
# personal liking.
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
mencoder -forceidx &lt;name.avi&gt;</userinput></screen></para>
</sect3>
</sect2>