source: multimedia/videoutils/mplayer.xml@ c7f6da36

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c7f6da36 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 19.2 KB
RevLine 
[f29d6ee]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[01062dd]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[0a35e881]6
[13cfc2c]7
[ee64122]8 <!ENTITY mplayer-download-http "https://mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
[e1e58be]9 <!ENTITY mplayer-download-ftp " ">
[22c6402]10
[13cfc2c]11<!-- <!ENTITY mplayer-download-http "&sources-anduin-http;/mplayer/mplayer-&mplayer-version;.tar.bz2">
12 <!ENTITY mplayer-download-ftp " ">
13-->
14 <!ENTITY mplayer-md5sum "0419b64db24b6db0943dbc6afece7c44">
15 <!ENTITY mplayer-size "15 MB">
16 <!ENTITY mplayer-buildsize "152 MB">
[22c6402]17 <!ENTITY mplayer-time "0.4 SBU (Using parallelism=4)">
[2fcac83]18
[b65f260d]19 <!ENTITY mplayer-skin "Clearlooks-2.0">
[ee64122]20 <!ENTITY mplayer-skin-download-http "https://mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
[e1e58be]21 <!ENTITY mplayer-skin-download-ftp " ">
[b65f260d]22 <!ENTITY mplayer-skin-md5sum "c82d4dbd7f0c36dfecd63dff972807c5">
23 <!ENTITY mplayer-skin-size "34 KB">
[01062dd]24]>
25
[0b5a693]26<sect1 id="mplayer" xreflabel="MPlayer-&mplayer-version;">
[f29d6ee]27 <?dbhtml filename="mplayer.html"?>
28
29
30 <title>MPlayer-&mplayer-version;</title>
31
32 <indexterm zone="mplayer">
33 <primary sortas="a-MPlayer">MPlayer</primary>
34 </indexterm>
35
36 <sect2 role="package">
37 <title>Introduction to MPlayer</title>
38
[62662cb]39 <para>
40 <application>MPlayer</application> is a powerful audio/video player
[93ebc67]41 controlled via the command line or a graphical interface that is able to
[62662cb]42 play almost every popular audio and video file format. With supported
43 video hardware and additional drivers, <application>MPlayer</application>
44 can play video files without an <application>X Window System</application>
45 installed.
46 </para>
[2415b944]47
48 &lfs120_checked;
[f29d6ee]49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
[755bb92]53 <para>
54 Download (HTTP): <ulink url="&mplayer-download-http;"/>
55 </para>
[f29d6ee]56 </listitem>
57 <listitem>
[755bb92]58 <para>
59 Download (FTP): <ulink url="&mplayer-download-ftp;"/>
60 </para>
[f29d6ee]61 </listitem>
62 <listitem>
[755bb92]63 <para>
64 Download MD5 sum: &mplayer-md5sum;
65 </para>
[f29d6ee]66 </listitem>
67 <listitem>
[755bb92]68 <para>
69 Download size: &mplayer-size;
70 </para>
[f29d6ee]71 </listitem>
72 <listitem>
[755bb92]73 <para>
74 Estimated disk space required: &mplayer-buildsize;
75 </para>
[f29d6ee]76 </listitem>
77 <listitem>
[755bb92]78 <para>
79 Estimated build time: &mplayer-time;
80 </para>
[f29d6ee]81 </listitem>
82 </itemizedlist>
[52a2c8d]83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[2415b944]84
[1c71552]85 <itemizedlist spacing='compact'>
[2415b944]86 <title>Required Patches</title>
[1c71552]87 <listitem>
[2eeb8695]88 <para>
[2415b944]89 <ulink url="&patch-root;/MPlayer-1.5-upstream_ffmpg6_fixes-1.patch"/>
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 <ulink url="&patch-root;/ffmpeg-6.0-binutils_2.41-1.patch"/>
[2eeb8695]95 </para>
[1c71552]96 </listitem>
97 </itemizedlist>
[2415b944]98
[f29d6ee]99 <itemizedlist spacing='compact'>
100 <title>Skins</title>
101 <listitem>
[62662cb]102 <para>
103 GUI skin (HTTP): <ulink url="&mplayer-skin-download-http;"/>
104 </para>
[f29d6ee]105 </listitem>
106 <listitem>
[755bb92]107 <para>
108 GUI skin (FTP): <ulink url="&mplayer-skin-download-ftp;"/>
109 </para>
[f29d6ee]110 </listitem>
111 <listitem>
[755bb92]112 <para>
113 Skin MD5 sum: &mplayer-skin-md5sum;
114 </para>
[f29d6ee]115 </listitem>
116 <listitem>
[755bb92]117 <para>
118 Skin size: &mplayer-skin-size;
119 </para>
[f29d6ee]120 </listitem>
121 <listitem>
[62662cb]122 <para>
123 Alternative skins:
[ee64122]124 <ulink url="https://mplayerhq.hu/MPlayer/skins/"/>
[62662cb]125 </para>
[f29d6ee]126 </listitem>
127 </itemizedlist>
[62662cb]128
129 <note>
130 <para>
[2fcac83]131 Skins are only required in order to use the
132 <application>Gtk+ 2</application> user interface.
[62662cb]133 </para>
134 </note>
[f29d6ee]135
136 <bridgehead renderas="sect3">MPlayer Dependencies</bridgehead>
[d7ecaa6]137
[442bf14]138 <bridgehead renderas="sect4">Required</bridgehead>
[755bb92]139 <para role="required">
140 <xref linkend="yasm"/>
141 </para>
[62662cb]142
[874f1e88]143 <bridgehead renderas="sect4">Recommended</bridgehead>
[755bb92]144 <para role="recommended">
[050c538]145 <!--<xref linkend="ffmpeg"/>,-->
146 <xref linkend="gtk2"/> and
[e104a36]147 <xref linkend="libvdpau-va-gl"/>
[755bb92]148 </para>
[62662cb]149
[f29d6ee]150 <bridgehead renderas="sect4">Optional Input Drivers and Libraries</bridgehead>
[874f1e88]151 <para role="optional">
[62662cb]152 <xref linkend="cdparanoia"/>,
[f90448e]153 <xref linkend="libcdio"/> (to identify and play CDs),
[62662cb]154 <xref linkend="libdvdread"/>,
155 <xref linkend="libdvdnav"/>,
156 <xref linkend="libdvdcss"/>,
[3eadb03d]157 <xref linkend="samba"/>,
[75b1a338]158 <ulink url="https://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
[755bb92]159 <ulink url="http://www.live555.com/">LIVE555 Streaming Media</ulink>,
[75b1a338]160 <ulink url="https://rtmpdump.mplayerhq.hu/">RTMPDump</ulink>,
[17aa21c]161 <ulink url="https://tivo-mplayer.sourceforge.net/mythtivo.html">TiVo vstream client</ulink>, and
[75b1a338]162 <ulink url="https://www.xmms.org/">XMMS</ulink>
[874f1e88]163 </para>
[d7ecaa6]164
[f29d6ee]165 <bridgehead renderas="sect4">Optional Audio Output Drivers and Libraries</bridgehead>
[e2e42c7]166 <para role="optional">
167 <xref linkend="alsa"/>,
[d6da5da]168 <xref linkend="pulseaudio"/>,
[874f1e88]169 <xref linkend="sdl"/>,
[75b1a338]170 <ulink url="https://jackaudio.org/">JACK</ulink>,
171 <ulink url="https://www.radscan.com/nas.html">NAS</ulink>, and
[edb16ce]172 <ulink url="https://openal.org/">OpenAL</ulink>
[e2e42c7]173 </para>
[d7ecaa6]174
[f29d6ee]175 <bridgehead renderas="sect4">Optional Video Output Drivers and Libraries</bridgehead>
[874f1e88]176 <para role="optional">
[62662cb]177 <xref linkend="aalib"/>,
[bccef10]178 <xref linkend="giflib"/>,
179 <xref linkend="libjpeg"/>,
180 <xref linkend="libmng"/>,
181 <xref linkend="libpng"/>,
[0fd465f5]182 <ulink url="https://sourceforge.net/projects/openjpeg.mirror/files/">OpenJPEG1</ulink>
[75b1a338]183 <ulink url="https://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>,
184 <ulink url="https://github.com/cacalabs/libcaca">libcaca</ulink>, and
185 <ulink url="https://www.svgalib.org/">SVGAlib</ulink>
[874f1e88]186 </para>
[50d88079]187
[f29d6ee]188 <bridgehead renderas="sect4">Optional CODECs</bridgehead>
[874f1e88]189 <para role="optional">
[aa93e7ab]190 <!-- includes its own version of FFmpeg which is the recommended one by
191 the devs <xref linkend="ffmpeg"/>, -->
[62662cb]192 <xref linkend="faac"/>,
193 <xref linkend="faad2"/>,
[3eadb03d]194 <xref linkend="lame"/>,
195 <xref linkend="liba52"/>,
[62662cb]196 <xref linkend="libdv"/>,
[3eadb03d]197 <xref linkend="libmad"/>,
[2fcac83]198 <xref linkend="libmpeg2"/>,
[3eadb03d]199 <xref linkend="libtheora"/>,
[62662cb]200 <xref linkend="libvpx"/>,
[3eadb03d]201 <xref linkend="lzo"/>,
202 <xref linkend="mpg123"/>,
203 <xref linkend="speex"/>,
204 <xref linkend="xvid"/>,
205 <xref linkend="x264"/>,
[edb16ce]206 <ulink url="https://packages.debian.org/source/sid/crystalhd">CrystalHD</ulink>,
[2fcac83]207<!-- <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,-->
[c6b192c]208 <ulink url="https://sourceforge.net/projects/dirac/">Dirac</ulink>,
[75b1a338]209 <ulink url="https://www.quut.com/gsm/">GSM</ulink>,
[edb16ce]210 <ulink url="https://webrtc.github.io/webrtc-org/license/ilbc-freeware/">iLBC</ulink>,
[75b1a338]211 <ulink url="https://www.videolan.org/developers/libdca.html">libdca</ulink>,
212 <ulink url="https://wiki.multimedia.cx/index.php?title=NUT">libnut</ulink>,
213 <ulink url="https://www.musepack.net/">libmpcdec</ulink>,
[c6b192c]214 <ulink url="https://sourceforge.net/projects/opencore-amr/">OpenCore
[755bb92]215 Adaptive Multi Rate</ulink>,
[2fcac83]216<!-- <ulink url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,-->
[c6b192c]217 <ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
[75b1a338]218 <ulink url="https://wiki.xiph.org/Tremor">Tremor</ulink>, and
[c6b192c]219 <ulink url="https://sourceforge.net/projects/twolame/">TwoLAME</ulink>
[874f1e88]220 </para>
[62662cb]221
[874f1e88]222 <bridgehead renderas="sect4">Optional Miscellaneous Dependencies</bridgehead>
223 <para role="optional">
224 <xref linkend="fontconfig"/>,
225 <xref linkend="freetype2"/>,
226 <xref linkend="fribidi"/>,
[2fcac83]227 <xref linkend="gnutls"/>,
[a4f37269]228 <!-- <xref linkend="openssl"/>, only valid for samba3 at this time -->
[95719ab]229 <xref linkend="opus"/>, and
[78b797d]230 <xref linkend="unrar"/>;
[93ebc67]231 <xref linkend="libxslt"/>,
232 <xref linkend="DocBook"/> and
[78b797d]233 <xref linkend="docbook-xsl"/> (all three required to build the HTML documentation); and
[75b1a338]234 <ulink url="https://cihar.com/software/enca/">Enca</ulink>,
[d1c51434]235 <!--LADSPA plugins and other sites of the maintainer are down.
236 <ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
[c6b192c]237 <ulink url="https://sourceforge.net/projects/bs2b/">libbs2b</ulink>, and
[75b1a338]238 <ulink url="https://www.lirc.org/">LIRC</ulink> (and
[3eadb03d]239 <ulink url="http://www.dolda2000.com/~fredrik/lirccd/">LIRC Client Daemon</ulink>)
[874f1e88]240 </para>
[0e2aa08]241
[f29d6ee]242 </sect2>
243
244 <sect2 role="installation">
245 <title>Installation of MPlayer</title>
246
247 <sect3>
248 <title>Main MPlayer Installation</title>
249
[2415b944]250 <para>
251 There are two patches related to <xref linkend="ffmpeg"/>
252 that need to be applied. Do that now:
253 </para>
254
[840030b]255<!-- if using "patch -d", the change of directory is done before
256 applying -i, so that the patch is not in "..". Use "<" in this case. -->
[2415b944]257<screen><userinput>patch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch &amp;&amp;
[840030b]258patch -Np1 -d ffmpeg &lt; ../ffmpeg-6.0-binutils_2.41-1.patch</userinput></screen>
[2415b944]259
[f29d6ee]260 <note>
[755bb92]261 <para>
262 The package maintainers recommend building without any
263 optimizations.
264 </para>
[f29d6ee]265 </note>
266
[62662cb]267 <para>
268 You may wish to examine the output from
269 <command>./configure --help</command> to find out what additional
270 parameters to <command>configure</command> are needed to include the
271 dependencies you have installed on your system.
272 </para>
[36ec89cb]273
[62662cb]274 <para>
275 Install <application>MPlayer</application> by running the following
276 commands:
277 </para>
278
[edb16ce]279<screen><userinput>./configure --prefix=/usr \
280 --confdir=/etc/mplayer \
281 --enable-dynamic-plugins \
[22c6402]282 --disable-libmpeg2-internal \
[2415b944]283 --enable-menu \
[edb16ce]284 --enable-runtime-cpudetection \
285 --enable-gui &amp;&amp;
[f29d6ee]286make</userinput></screen>
[ec2270f]287
[755bb92]288 <para>
[2fcac83]289 If you wish to build the HTML documentation, issue the
290 following command:
[755bb92]291 </para>
[93ebc67]292
293<screen><userinput>make doc</userinput></screen>
294
[755bb92]295 <para>
296 This package does not come with a test suite.
297 </para>
[ace94c34]298
[62662cb]299 <para>
300 Now, as the <systemitem class="username">root</systemitem> user:
301 </para>
[ec2270f]302
[2fcac83]303<screen role="root"><userinput>make install &amp;&amp;
304ln -svf ../icons/hicolor/48x48/apps/mplayer.png \
305 /usr/share/pixmaps/mplayer.png</userinput></screen>
[442bf14]306
[62662cb]307 <para>
[93ebc67]308 To install the HTML documentation, issue the following commands as the
309 <systemitem class="username">root</systemitem> user:
[62662cb]310 </para>
[442bf14]311
[93ebc67]312<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/mplayer-&mplayer-version; &amp;&amp;
313install -v -m644 DOCS/HTML/en/* \
314 /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
[442bf14]315
[62662cb]316 <para>
317 You will only need <filename>codecs.conf</filename> if you want to
318 change its properties, as the main binary contains an internal copy of
319 it. Ensure any changes you make to <filename>codecs.conf</filename>
320 achieve the desired results, as incorrect entries in this file have been
321 known to cause errors and render the player unusable. If necessary,
322 create the file as the <systemitem class="username">root</systemitem>
323 user:
324 </para>
[01062dd]325
[808c12f]326<screen role="root"><userinput>install -v -m644 etc/codecs.conf /etc/mplayer</userinput></screen>
[01062dd]327
[62662cb]328 <para>
329 You may alternatively want to copy all the default configuration files
330 to <filename class='directory'>/etc/mplayer</filename> for future
331 reference or more customization ability. As the
332 <systemitem class="username">root</systemitem> user:
333 </para>
[9aa1897]334
[808c12f]335<screen role="root"><userinput>install -v -m644 etc/*.conf /etc/mplayer</userinput></screen>
[2946338a]336
[f29d6ee]337 </sect3>
[0a35e881]338
[f29d6ee]339 <sect3>
[874f1e88]340 <title>Skin Installation (Optional)</title>
341
[62662cb]342 <para>
343 To enable the Gtk+ 2 frontend of <application>MPlayer</application>,
344 you'll need to install at least one skin. Extract the desired skin and
345 create the default location (as the
346 <systemitem class="username">root</systemitem> user):
347 </para>
[f29d6ee]348
[2fcac83]349<screen role="root"><userinput>tar -xvf ../&mplayer-skin;.tar.bz2 \
350 -C /usr/share/mplayer/skins &amp;&amp;
351ln -sfvn Clearlooks /usr/share/mplayer/skins/default</userinput></screen>
[e127158]352
353 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
354 href="../../xincludes/update-icons-and-desktop.xml"/>
355
[f29d6ee]356 </sect3>
[874f1e88]357 </sect2>
[62662cb]358
[874f1e88]359 <sect2 role="commands">
360 <title>Command Explanations</title>
[62662cb]361
362 <para>
[93ebc67]363 <parameter>--enable-gui</parameter>: This option builds the GUI interface
364 into <command>mplayer</command>.
[62662cb]365 </para>
366
367 <para>
368 <parameter>--enable-menu</parameter>: This option is set to enable the
369 on-screen display.
370 </para>
[edb16ce]371
372 <para>
373 <parameter>--enable-runtime-cpudetection</parameter>: This option makes
374 MPlayer run with a generic CPU type, preventing optimizations that may
375 cause runtime problems.
376 </para>
377
[bccef10]378 <para>
[22c6402]379 <option>--disable-ffmpeg_a</option>: You can use this option if you have
[050c538]380 installed a version of ffmpeg prior to ffmpeg-6.0. This
381 version of MPlayer is incompatible with the latest version of ffmpeg.
382 MPlayer does include a copy of the FFmpeg
[bccef10]383 source and without this option it will statically compile the included
[050c538]384 version of FFmpeg into itself. Dynamically linking to a system installed
[22c6402]385 FFmpeg makes MPlayer and Mencoder about 9MB smaller. <!--If MPlayer exhibits
[5a464e4d]386 unstable behavior linked to a system installed FFmpeg, try recompiling MPlayer
[bccef10]387 without this option (it is always more thoroughly tested with the included
[22c6402]388 FFmpeg).-->
389 </para>
390
391 <para>
392 <parameter>--disable-libmpeg2-internal</parameter>: This option makes
393 MPlayer run with a system version of libmpeg2.
394 </para>
[2fcac83]395
396 <para>
397 <option>--language-doc="<replaceable>&lt;lang&gt;</replaceable>"</option>:
[a263b755]398 This switch sets the language used for the documentation. Use
[edb16ce]399 <command>./configure --help</command> for more information.
[2fcac83]400 </para>
401
402 <para>
403 <option>--language-man="<replaceable>&lt;lang&gt;</replaceable>"</option>:
[a263b755]404 This switch sets the language used for the man pages. Use
[edb16ce]405 <command>./configure --help</command> for more information.
[bccef10]406 </para>
[755bb92]407
[2fcac83]408 <para>
409 <option>--language-msg="<replaceable>&lt;lang&gt;</replaceable>"</option>:
[a263b755]410 This switch sets the language used for messages and the GUI. Use
[edb16ce]411 <command>./configure --help</command> for more information
[2fcac83]412 </para>
413
414 <para>
415 <option>--language="<replaceable>&lt;lang&gt;</replaceable>"</option>:
[a263b755]416 This switch sets the default language used. Use <command>./configure
[edb16ce]417 --help</command> for more information.
[2fcac83]418 </para>
419
420 <note>
421 <para>
422 Specific options override --language. You can pass a list of
423 languages separated by whitespace or commas instead of a single
424 language. Nonexisting translations will be dropped from each list.
425 All documentation and man page translations available in the list
426 will be installed, for the messages the first available translation
427 will be used. The value "all" will activate all translations. The
428 LINGUAS environment variable is honored. In all cases the fallback is
429 English. Values listed by <command>./configure --help</command> are
430 not all available, as would normally be expected. You need to build
431 test.
432 </para>
433 </note>
434
[f29d6ee]435 </sect2>
436
437 <sect2 role="configuration">
438 <title>Configuring MPlayer</title>
439
440 <sect3 id="mplayer-config">
441 <title>Config Files</title>
442
[755bb92]443 <para>
444 <filename>/etc/mplayer/*</filename> and
445 <filename>~/.mplayer/*</filename>
446 </para>
[f29d6ee]447
[2eeb8695]448 <note>
449 <para>
450 To play a DVD, it may be useful to ensure a /dev/dvd
451 device is created. You may need to set this up as described in
452 <xref linkend="dev-dvd"/>.
453 </para>
454 </note>
[e104a36]455
[f29d6ee]456 <indexterm zone="mplayer mplayer-config">
457 <primary sortas="e-AA.mplayer">~/.mplayer/*</primary>
458 </indexterm>
459
460 <indexterm zone="mplayer mplayer-config">
461 <primary sortas="e-etc-mplayer">/etc/mplayer/*</primary>
462 </indexterm>
463 </sect3>
464
465 <sect3>
466 <title>Configuration Information</title>
467
[62662cb]468 <para>
469 Typically, there's no configuration required for the system-wide files
470 in <filename class='directory'>/etc/mplayer</filename> (in fact, this
471 directory is empty unless you copied the default files as mentioned
472 above). Configuration can be accomplished by choosing the configuration
473 button located on the <application>MPlayer</application> GUI. Any
474 configuration changes made in the GUI will be saved in the user's
475 <filename class='directory'>~/.mplayer</filename> directory.
476 </para>
[755bb92]477
[f29d6ee]478 </sect3>
[755bb92]479
[f29d6ee]480 </sect2>
[62662cb]481
[f29d6ee]482 <sect2 role="content">
483 <title>Contents</title>
484
485 <segmentedlist>
486 <segtitle>Installed Programs</segtitle>
487 <segtitle>Installed Libraries</segtitle>
488 <segtitle>Installed Directories</segtitle>
489
490 <seglistitem>
[755bb92]491 <seg>
492 gmplayer, mplayer and mencoder
493 </seg>
494 <seg>
495 None
496 </seg>
[faec3f7]497 <seg>
498 /etc/mplayer,
[10c82eb]499 /usr/share/doc/mplayer-&mplayer-version; and
500 /usr/share/mplayer
[faec3f7]501 </seg>
[f29d6ee]502 </seglistitem>
503 </segmentedlist>
504
505 <variablelist>
506 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
507 <?dbfo list-presentation="list"?>
508 <?dbhtml list-presentation="table"?>
509
510 <varlistentry id="gmplayer">
511 <term><command>gmplayer</command></term>
512 <listitem>
[62662cb]513 <para>
514 is a symlink to <command>mplayer</command> which brings up the
[4c24eb0a]515 GTK+ 2 frontend of <application>MPlayer</application>
[62662cb]516 </para>
[f29d6ee]517 <indexterm zone="mplayer gmplayer">
518 <primary sortas="b-gmplayer">gmplayer</primary>
519 </indexterm>
520 </listitem>
521 </varlistentry>
522
523 <varlistentry id="mplayer-prog">
524 <term><command>mplayer</command></term>
525 <listitem>
[2eeb8695]526 <para>
[4c24eb0a]527 is the main MPlayer video player
[2eeb8695]528 </para>
[f29d6ee]529 <indexterm zone="mplayer mplayer-prog">
530 <primary sortas="b-mplayer">mplayer</primary>
531 </indexterm>
532 </listitem>
533 </varlistentry>
534
535 <varlistentry id="mencoder">
536 <term><command>mencoder</command></term>
537 <listitem>
[faec3f7]538 <para>
539 is a powerful command line video decoding, encoding and filtering
[62662cb]540 tool that is useful for (amongst other things) ripping DVDs to files
541 on your hard disk (see
542 /usr/share/doc/mplayer-&mplayer-version;/mencoder.html)
[faec3f7]543 </para>
[f29d6ee]544 <indexterm zone="mplayer mencoder">
545 <primary sortas="b-mencoder">mencoder</primary>
546 </indexterm>
547 </listitem>
548 </varlistentry>
[755bb92]549
[f29d6ee]550 </variablelist>
[755bb92]551
[f29d6ee]552 </sect2>
[755bb92]553
[f45b1953]554</sect1>
Note: See TracBrowser for help on using the repository browser.