summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-10-02 05:17:23 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-10-02 05:17:23 +0300
commitebb4abf2081026c63bb5c983f76447d9d2413656 (patch)
treef2b3ed868645fd2546173be3500f4c3e0cdf3ecc /DOCS
parent849dc0ba31f209dfdb48146512e48ee2203d0ee6 (diff)
parent20571d6f6870dab84624cc6b6fbac82cde204f16 (diff)
downloadmpv-ebb4abf2081026c63bb5c983f76447d9d2413656.tar.bz2
mpv-ebb4abf2081026c63bb5c983f76447d9d2413656.tar.xz
Merge svn changes up to r27682
Addition of the "outdir" suboption to vo_png in svn was reverted before merging. Conflicts: command.c mplayer.c
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.116
-rw-r--r--DOCS/man/fr/mplayer.180
-rw-r--r--DOCS/tech/slave.txt6
-rw-r--r--DOCS/xml/en/install.xml14
4 files changed, 86 insertions, 30 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 972e3bbc90..a169cbe613 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4480,10 +4480,10 @@ If <w> is specified lowres decoding will be used only if the width of the
video is major than or equal to <w>.
.RE
.B o=<key>=<value>[,<key>=<value>[,...]]
-Pass AVOptions to libavcodec decoder
+Pass AVOptions to libavcodec decoder.
Note, a patch to make the o= unneeded and pass all unknown options through
the AVOption system is welcome.
-A full list of AVOptions can be found in FFmpeg manual.
+A full list of AVOptions can be found in the FFmpeg manual.
Note that some options may conflict with MEncoder options.
.sp 1
.RS
@@ -7645,10 +7645,10 @@ Read the source for full details.
.
.TP
.B o=<key>=<value>[,<key>=<value>[,...]]
-Pass AVOptions to libavcodec encoder
+Pass AVOptions to libavcodec encoder.
Note, a patch to make the o= unneeded and pass all unknown options through
the AVOption system is welcome.
-A full list of AVOptions can be found in FFmpeg manual.
+A full list of AVOptions can be found in the FFmpeg manual.
Note that some AVOptions may conflict with MEncoder options.
.sp 1
.RS
@@ -10488,10 +10488,10 @@ Force a specific libavformat demuxer.
.
.TP
.B o=<key>=<value>[,<key>=<value>[,...]]
-Pass AVOptions to libavformat demuxer
+Pass AVOptions to libavformat demuxer.
Note, a patch to make the o= unneeded and pass all unknown options through
the AVOption system is welcome.
-A full list of AVOptions can be found in FFmpeg manual.
+A full list of AVOptions can be found in the FFmpeg manual.
Note that some options may conflict with MPlayer/MEncoder options.
.sp 1
.RS
@@ -10571,10 +10571,10 @@ Sometimes raising it is necessary in order to avoid "buffer underflows".
.
.TP
.B o=<key>=<value>[,<key>=<value>[,...]]
-Pass AVOptions to libavformat muxer
+Pass AVOptions to libavformat muxer.
Note, a patch to make the o= unneeded and pass all unknown options through
the AVOption system is welcome.
-A full list of AVOptions can be found in FFmpeg manual.
+A full list of AVOptions can be found in the FFmpeg manual.
Note that some options may conflict with MEncoder options.
.sp 1
.RS
diff --git a/DOCS/man/fr/mplayer.1 b/DOCS/man/fr/mplayer.1
index e5d3487023..eacff95201 100644
--- a/DOCS/man/fr/mplayer.1
+++ b/DOCS/man/fr/mplayer.1
@@ -1,4 +1,4 @@
-.\" synced with r27466
+.\" synced with r27651
.\" Encoding: iso-8859-1
.\" MPlayer (C) 2000-2008 MPlayer Team
.\" The English man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
@@ -947,7 +947,7 @@ donc de votre responsablité qu'elle ne pose pas de problème de sécurité
le chemin de recherche $PATH, comme c'est le cas sous Windows).
.sp 1
Ceci peut être "détourné" pour désactiver un économiseur d'écran ne gérant par
-l'API de X prévu à cet effet.
+l'API de X prévu à cet effet (voir aussi \-stop\-xscreensaver).
Si cela vous semble un peu trop compliqué, demandez à l'auteur du programme
d'économiseur d'écran de gérer l'API de X dédiée.
.sp 1
@@ -3396,6 +3396,8 @@ fbdev, x11 et TVout
.B \-stop\-xscreensaver (X11 uniquement)
Désactive xscreensaver (le reposeur d'écran) au lancement et le réactive
à la sortie.
+Si votre reposeur d'écran ne supporte ni l'API XSS, ni XResetScreenSaver,
+alors veuillez utiliser \-heartbeat\-cmd à la place.
.
.TP
.B "\-vm \ \ \ "
@@ -4722,8 +4724,24 @@ réduite.
Si <l> est défini, le décodage en résolution réduite sera effectué uniquement
si la largeur de la vidéo est plus grande ou égale à <l>.
.RE
-.IPs "o\ \ \ \ "
-FIXME: non documenté
+.B o=<clef>=<valeur>[,<clef>=<valeur>[,...]]
+Passe des AVOptions au décodeur libavcodec.
+Notez que la création d'une rustine pour que cette option ne soit pas
+nécessaire, mais qu'à la place, toutes les options inconnues soient passées
+au système AVOption est la bienvenue.
+Une liste complète des AVOptions est disponible dans la documentation de
+FFmpeg.
+De plus, notez que certaines options peuvent entrer en conflit avec les
+options de MEncoder.
+.sp 1
+.RS
+.I EXEMPLE\ :
+.RE
+.RSs
+.PD 0
+.IPs o=debug=pict
+.PD 1
+.RE
.IPs "sb=<valeur> (MPEG-2 uniquement)"
Saute <valeur> lignes de macro-blocs au bas de l'image.
.IPs "st=<valeur> (MPEG-2 uniquement)"
@@ -8045,11 +8063,15 @@ Pour avoir tous les détails lisez le source.
.PD 1
.
.TP
-.B o=<key>=<value>[,<key>=<value>[,...]]
-Passe les à libavcodec les AVOptions.
+.B o=<clef>=<valeur>[,<clef>=<valeur>[,...]]
+Passe les AVOptions à l'encodeur libavcodec.
Notez que la création d'une rustine pour que cette option ne soit pas
nécessaire, mais qu'à la place, toutes les options inconnues soient passées
au système AVOption est la bienvenue.
+Une liste complète des AVOptions est disponible dans la documentation de
+FFmpeg.
+De plus, notez que certaines options peuvent entrer en conflit avec les
+options de MEncoder.
.sp 1
.RS
.I EXEMPLE\ :
@@ -9559,10 +9581,6 @@ FIXME: Document this.
.B skip_threshold=<0\-1000000>
FIXME: Document this.
.
-.TP
-.B "o\ \ \ \ \ \ "
-FIXME: non documenté
-.
.
.SS nuv (\-nuvopts)
.
@@ -11066,8 +11084,24 @@ Durée maximale (en secondes) pour analyser les propriétés du flux.
Force l'utilisation d'un dé-multiplexeur libavformat spécifique.
.
.TP
-.B "o\ \ \ \ \ \ "
-FIXME: non documenté
+.B o=<clef>=<valeur>[,<clef>=<valeur>[,...]]
+Passe les AVOptions au démultiplexeur libavformat.
+Notez que la création d'une rustine pour que cette option ne soit pas
+nécessaire, mais qu'à la place, toutes les options inconnues soient passées
+au système AVOption est la bienvenue.
+Une liste complète des AVOptions est disponible dans la documentation de
+FFmpeg.
+De plus, notez que certaines options peuvent entrer en conflit avec les
+options de MPlayer/MEncoder.
+.sp 1
+.RS
+.I EXEMPLE\ :
+.RE
+.RSs
+.PD 0
+.IPs o=ignidx
+.PD 1
+.RE
.
.TP
.B probesize=<valeur>
@@ -11117,6 +11151,8 @@ format MPEG-4 avec les drapeaux supplémentaires requis par les micrologiciels
(firmware) des iPods d'Apple
.IPs "dv\ \ \ "
Sony Digital Video container
+.IPs "matroska\ \ \ "
+Matroska
.RE
.PD 1
.
@@ -11128,8 +11164,24 @@ Il arrive qu'il faille augmenter ce paramètre pour éviter des débordements
de tampons "buffer underflows".
.
.TP
-.B "o\ \ \ \ \ \ "
-FIXME: non documenté
+.B o=<clef>=<valeur>[,<clef>=<valeur>[,...]]
+Passe les AVOptions au multiplexeur libavformat.
+Notez que la création d'une rustine pour que cette option ne soit pas
+nécessaire, mais qu'à la place, toutes les options inconnues soient passées
+au système AVOption est la bienvenue.
+Une liste complète des AVOptions est disponible dans la documentation de
+FFmpeg.
+De plus, notez que certaines options peuvent entrer en conflit avec les
+options de MEncoder.
+.sp 1
+.RS
+.I EXEMPLE\ :
+.RE
+.RSs
+.PD 0
+.IPs o=packetsize=100
+.PD 1
+.RE
.
.TP
.B packetsize=<taille>
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 051920b89c..fe68dccda9 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -26,6 +26,10 @@ after processing the command. "pausing_keep " tells MPlayer to do so only if
it was already in paused mode. "pausing_toggle " tells MPlayer to do so
only if it was not already in paused mode. Please note that "as soon as
possible" can be before the command is fully executed.
+As a temporary hack, there is also the _experimental_ "pausing_keep_force "
+prefix, with which MPlayer will not exit the pause loop at all.
+Like this you can avoid the "frame stepping" effect of "pausing_keep "
+but most commands will either not work at all or behave in unexpected ways.
Available commands ('mplayer -input cmdlist' will print a list):
@@ -466,6 +470,7 @@ name type min max get set step comment
osdlevel int 0 3 X X X as -osdlevel
speed float 0.01 100 X X X as -speed
loop int -1 X X X as -loop
+pause flag 0 1 X 1 if paused, use with pausing_keep_force
filename string X file playing wo path
path string X file playing
demuxer string X demuxer used
@@ -474,6 +479,7 @@ stream_start pos 0 X start pos in stream
stream_end pos 0 X end pos in stream
stream_length pos 0 X (end - start)
chapter int 0 X X X select chapter
+chapters int X number of chapters
angle int 0 X X X select angle
length time X length of file in seconds
percent_pos int 0 100 X X X position in percent
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 6821df7e0d..7503bffc43 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -177,11 +177,9 @@ See the <link linkend="subosd">Subtitles and OSD</link> section for details.
<title>What about the GUI?</title>
<para>
-The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are).
-The skins are stored in PNG format, so GTK,
-<systemitem class="library">libpng</systemitem> (and their devel stuff, usually
-called <systemitem class="library">gtk-dev</systemitem>
-and <systemitem class="library">libpng-dev</systemitem>) has to be installed.
+The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are),
+so <systemitem class="library">GTK</systemitem> (and the devel stuff, usually
+called <systemitem class="library">gtk-dev</systemitem>) has to be installed.
You can build it by specifying <option>--enable-gui</option> during
<filename>./configure</filename>. Then, to turn on GUI mode, you have to
execute the <command>gmplayer</command> binary.
@@ -189,16 +187,16 @@ execute the <command>gmplayer</command> binary.
<para>
As <application>MPlayer</application> doesn't have a skin included, you
-have to download them if you want to use the GUI. See the <ulink
+have to download one if you want to use the GUI. See the <ulink
url="http://www.mplayerhq.hu/dload.html">download page</ulink>.
-They should be extracted to the usual system-wide directory (<filename
+It should be extracted to the usual system-wide directory (<filename
class="directory">$PREFIX/share/mplayer/skins</filename>), or to <filename
class="directory">$HOME/.mplayer/skins</filename>.
<application>MPlayer</application> by default looks in these directories
for a directory named <filename class="directory">default</filename>, but
you can use the <option>-skin <replaceable>newskin</replaceable></option>
option, or the <literal>skin=newskin</literal> config file directive to use
-the skin in <filename class="directory">*/skins/newskin</filename>
+the skin in the <filename class="directory">*/skins/newskin</filename>
directory.
</para>
</sect1>