2002-10-12 07:04:24 +08:00
|
|
|
<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
|
2002-12-27 11:33:24 +08:00
|
|
|
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
|
2003-04-19 22:05:48 +08:00
|
|
|
mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen></para>
|
2002-12-27 11:33:24 +08:00
|
|
|
<para>For further information, have a look at the very good
|
|
|
|
documentation
|
|
|
|
included in the package in the subdirectory <filename>DOCS/</filename>.
|
|
|
|
</para></sect3>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
<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
|
2002-12-27 11:33:24 +08:00
|
|
|
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>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|