2002-10-12 07:04:24 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2003-09-05 06:39:32 +08:00
|
|
|
<para>The MPlayer package contains <command>mplayer</command>,
|
|
|
|
<command>gmplayer</command> and <command>mencoder</command>.</para>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>mplayer</title>
|
2003-09-05 06:39:32 +08:00
|
|
|
<para><command>mplayer</command> manages the input formats, the codecs and the output
|
|
|
|
formats to play video files, <acronym>DVD</acronym>s, (S)VCDs or network streams containing
|
2002-12-27 11:33:24 +08:00
|
|
|
audio and/or video informations on your system.</para>
|
2003-09-05 06:39:32 +08:00
|
|
|
<para>Examples:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>mplayer -fs blfs.avi
|
2002-12-27 11:33:24 +08:00
|
|
|
mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop
|
|
|
|
mplayer -fs -vcd 1; # works both for VCDs and SVCDs
|
2003-09-05 06:39:32 +08:00
|
|
|
mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></userinput></screen>
|
|
|
|
|
2002-12-27 11:33:24 +08:00
|
|
|
<para>For further information, have a look at the very good
|
2003-09-05 06:39:32 +08:00
|
|
|
documentation included in the package in the subdirectory <filename
|
|
|
|
class="directory">DOCS/</filename>.
|
2002-12-27 11:33:24 +08:00
|
|
|
</para></sect3>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
<sect3><title>gmplayer</title>
|
2003-09-05 06:39:32 +08:00
|
|
|
<para><command>gmplayer</command> is MPlayer with a graphical user interface.</para></sect3>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
<sect3><title>mencoder</title>
|
2003-09-05 06:39:32 +08:00
|
|
|
<para><command>mencoder</command> is used to encode any MPlayer-playable movie to DivX4,
|
|
|
|
XviD or any codec in libavcodec with PCM/MP3/VBRMP3 audio.</para>
|
2002-12-27 11:33:24 +08:00
|
|
|
|
2003-09-05 06:39:32 +08:00
|
|
|
<para>Example:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>rm frameno.avi
|
2002-12-27 11:33:24 +08:00
|
|
|
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>
|
2003-09-05 06:39:32 +08:00
|
|
|
mencoder -forceidx <name.avi></command></userinput></screen>
|
2002-12-27 11:33:24 +08:00
|
|
|
</sect3>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|