mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
4875b9a94a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@538 af4574ff-66df-0310-9fd7-8a98e5e911e0
54 lines
1.9 KiB
XML
54 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 <bitrate> and <name.avi> with statements of your
|
|
# personal liking.
|
|
|
|
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
|
|
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=<bitrate> -o <name.avi>
|
|
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
|
|
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=<bitrate> -o <name.avi>
|
|
mencoder -forceidx <name.avi></userinput></screen></para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|