diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 2e055512d5..cad345d257 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -36,7 +36,7 @@ The most important ones above all:
native Sorenson 1 (SVQ1) decoder
- Win32/QT Sorenson 3 (SVQ3) decoder
+ native Sorenson 3 (SVQ3) decoder
3ivx v1, v2 decoder
@@ -194,7 +194,7 @@ did not install or configure it correctly.
FFmpeg contains an
open source codec package, which is capable
-of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV
+of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV/SVQ1/SVQ3
video, or WMA (Windows Media Audio) audio codecs. Not only some of them can be
encoded with, but it also offers higher speed than the Win32 codecs or the
DivX.com DivX4/5 library!
@@ -202,10 +202,17 @@ DivX.com DivX4/5 library!
It contains a lot of nice codecs, especially important are the MPEG4 variants:
-DivX3, DivX4, DivX5, Windows Media Video 7 (WMV1). Also a very interesting one
+DivX3, DivX4, DivX5, Windows Media Video 7/8 (WMV1/WMV2). Also a very interesting one
is the WMA decoder.
+
+The most recent codec deserving credit is the Sorenson 3
+(SVQ3) codec. This is the first, completely opensource implementation of this
+codec. It's even faster than the original. Be sure to prefer this instead
+of the binary codec!
+
+
If you use an MPlayer release you have libavcodec
right in the package, just build as usual. If you use
@@ -489,7 +496,7 @@ then started XviD. So both projects have the same origin.
Sorenson is a video codec developed by Sorenson Media and licensed to Apple who
distribute it with their QuickTime Player. We are
currently able to decode all version of Sorenson video files with the following
-decoders.
+decoders:
@@ -499,13 +506,11 @@ decoders.
(nearly equal) decoders for SVQ1: one is built in MPlayer,
the other in libavcodec. You can invoke each of them with the
and options respectively. Some files may work
- with one of them, and not with the other, so test both decoders. The decoder
- was written (reverse engineered) by the xine
- authors.
+ with one of them, and not with the other, so test both decoders.
Sorenson 3 (fourcc SVQ3) - decoding supported by
- Win32 QuickTime libraries
+ native codec (libavcodec)
diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml
index 134ed4a8c7..84e7a23f16 100644
--- a/DOCS/xml/en/documentation.xml
+++ b/DOCS/xml/en/documentation.xml
@@ -71,7 +71,7 @@ or try grepping through the files.
The main rule of this documentation: if it's not documented, it
-does not exist. If I don't say you encode audio from
+does not exist. If I don't say you can encode audio from
TV tuner, you can't. A healthy quantity of combining ability is welcomed,
though. Good luck. You'll need it :) And for another good advice, let me
quote Chris Phillips from the
@@ -101,9 +101,9 @@ few seem to actually read the words on the OTHER side of the colon.
MPlayer is a movie player for Linux (runs on
many other Unices, and non-x86 CPUs, see
). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV,
-QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by
+QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA, Matroska files, supported by
many native, XAnim, RealPlayer, and Win32 DLL codecs. You can watch
-VideoCD, SVCD, DVD, 3ivx, RealMedia, and
+VideoCD, SVCD, DVD, 3ivx, RealMedia, Sorenson, Theora, and
DivX movies too (and you don't need the avifile
library at all!). Another big feature of mplayer is the wide range of
supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib,
diff --git a/DOCS/xml/en/history.xml b/DOCS/xml/en/history.xml
index 5c41c90636..0dea018158 100644
--- a/DOCS/xml/en/history.xml
+++ b/DOCS/xml/en/history.xml
@@ -82,6 +82,13 @@ decided to write/modify one...
MPlayer 0.90 "The CounterCounter" Apr 6, 2003
+ After more than 1 year, we finally concluded that the code was indeed
+ stable again, and ready to be published as a release. Unfortunately we
+ forgot even to increase the version number, and other annoying bugs went
+ in, so get ready for...
+
+
+ MPlayer 0.91 "?" date yet unknown
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index d2329009ca..690a62a405 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -29,12 +29,12 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
gcc - suggested versions are: 2.95.3
(maybe 2.95.4) and 3.2+.
Never use 2.96 or 3.0.x! They generate faulty code for
- MPlayer. If you decide to change gcc from
- 2.96, then don't decide in favor of 3.0.x just because it's newer! Early
- releases of 3.0.x were even more buggy than 2.96. So downgrade to 2.95.x
+ MPlayer. If you decide to change gcc from
+ 2.96, then don't decide in favor of 3.x just because it's newer! Early
+ releases of 3.x were even more buggy than 2.96. So downgrade to 2.95.x
(downgrade libstdc++ too, other
programs may need it) or don't up/downgrade at all (but in this case, be
- prepared for runtime problems). If you vote for 3.x.x, try to use the
+ prepared for runtime problems). If you vote for 3.x, try to use the
latest version, early releases had various bugs, so be sure you use at
least 3.1, it's tested and working. For detailed information about gcc 2.96's
bugs (that are still NOT fixed, they have been WORKED AROUND in
@@ -43,7 +43,7 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
XFree86 - suggested version is always the
- newest (4.3.0). Normally, everyone wants this, as starting
+ newest (4.3). Normally, everyone wants this, as starting
with XFree86 4.0.2, it contains the XVideo
extension (somewhere referred to as Xv)
which is needed to enable the hardware YUV acceleration (fast image display)
@@ -102,6 +102,9 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
libxmms - optional, for XMMS input plugin
support. At least 1.2.7 is required.
+
+ libsmb - optional, for Samba support.
+
@@ -112,7 +115,7 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
libavcodec: This codec package is capable
- of decoding H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1 encoded video
+ of decoding H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/SVQ1/SVQ3 encoded video
streams and WMA (Windows Media Audio) v1/v2 audio streams, on multiple
platforms. It is also known to be the fastest for this task. See
this section for details. Features:
@@ -149,7 +152,7 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
(example: DV, ATI VCR, MJPEG)
- needed if you want to play WMV8, WMV9/WMA9 movies.
+ needed if you want to play WMV9/WMA9 movies.
Not needed for old ASF's with MP41 or MP42 video (though VoxWare audio is
@@ -160,7 +163,7 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
QuickTime codecs: on x86 platforms these
- codecs can be used to decode Sorenson v1/v3, RPZA, and other QuickTime video,
+ codecs can be used to decode RPZA, and other QuickTime video,
and QDesign audio streams. Installation instructions can be found in the
Sorenson video codec section.
@@ -437,8 +440,9 @@ make install
At this point, MPlayer is ready to use. The
directory $PREFIX/share/mplayer
contains the codecs.conf file, which is used to tell
-the program all the codecs and their capabilities. This file should always
-be kept up to date together with the main binary. Check if you have
+the program all the codecs and their capabilities. This file is needed only
+when you want to change its properties, as the main binary contains an internal
+copy of it. Check if you have
codecs.conf in your home directory
(~/.mplayer/codecs.conf) left from old
MPlayer versions, and remove it.
@@ -548,6 +552,10 @@ destination formats, with the given options:
+
+MEncoder can dump DVD subtitles into VobSub format.
+
+
The command line options differ slightly for the different formats:
@@ -631,6 +639,7 @@ its main feature is being dynamically time-based (although
it has frame-based mode too). Example (from DOCS/tech/mpsub.sub):
+FORMAT=TIME
# first number : wait this much after previous subtitle disappeared
# second number : display the current subtitle for this many seconds
@@ -674,6 +683,19 @@ There are many ways to get it:
+
+ using a TrueType (TTF) font, by the means of the freetype
+library. Version 2.0.9 or greater is mandatory! Then you have two methods:
+
+
+ use the option to specify a
+ TrueType font file on every occasion
+
+
+ create a symlink:ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf
+
+
+
Download ready-to-use font packages from MPlayer site. Note: currently
available fonts are limited for ISO 8859-1/2 support, but there are some
@@ -717,7 +739,7 @@ There are many ways to get it:
-
+
Use the font generator tool at
-
- using a TrueType (TTF) font, by the means of the freetype
-library. Version 2.0.9 or greater is mandatory! Then you have two methods:
-
-
- use the option to specify a
- TrueType font file on every occasion
-
-
- create a symlink:ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf
-
-
-
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index a6971458b4..200a27af35 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -230,9 +230,8 @@ set refresh rate to a n*(fps of the movie) Hz.
-Radeon VE - currently only XFree86 CVS has driver for this card, version
-4.1.0 doesn't. And no TV out support. Of course with
-MPlayer you can
+Radeon VE - if you need X, use XFree86 4.2.0 or greater for this card.
+No TV out support. Of course with MPlayer you can
happily get accelerated display, with or without
TV output, and no libraries or X are needed.
Read the VIDIX section.
@@ -244,18 +243,18 @@ Read the VIDIX section.
NeoMagic cards
-These cards can be found in many laptops. Unfortunately, the driver in
-XFree prior to 4.3.0 cannot do Xv, but Stefan Seyfried provided
+These cards can be found in many laptops. You must use XFree86 4.3.0 or
+above, or else use Stefan Seyfried's
Xv-capable drivers.
-Just choose the one that applies to your version of Xfree.
+Just choose the one that applies to your version of XFree86.
XFree86 4.3.0 includes Xv support, yet Bohdan Horst sent a small
patch
-against the XFree86 sources that speeds up framebuffer operations up to four
-times. The patch has been included in XFree86 CVS and should be in the next
-release after 4.3.0.
+against the XFree86 sources that speeds up framebuffer operations (so XVideo)
+up to four times. The patch has been included in XFree86 CVS and should be in the
+next release after 4.3.0.
@@ -815,14 +814,13 @@ If you want to change to a specific mode, then use
/etc/fb.modes. Can be used together with
and options too. The
option is supported only if the movie's pixel
- format matches the video mode's pixel format. Pay attention to the bpp
+ format matches the video mode's pixel format. Pay attention to the bpp
value, fbdev driver tries to use the current, or if you specify the
option, then that.
- option isn't supported (software scaling is slow).
- option isn't supported. You can't use 8 bpp (or less)
- modes.
+ option isn't supported (use ).
+ You can't use 8bpp (or less) modes.
You possibly want to turn the cursor off:
@@ -1511,8 +1509,10 @@ or directly on Ville Syrjala's
-we haven't been able to make this work, but others did. Anyway, porting of
-the CRTC2 code to mga_vid is underway.
+the first DirectFB version with which we could kick this working was
+0.9.17 (it's buggy, needs that surfacemanager patch from
+the URL above). Anyway, porting of the CRTC2 code to mga_vid
+is underway.
diff --git a/DOCS/xml/fr/codecs.xml b/DOCS/xml/fr/codecs.xml
index 3556040d9b..73aafb845c 100644
--- a/DOCS/xml/fr/codecs.xml
+++ b/DOCS/xml/fr/codecs.xml
@@ -36,7 +36,7 @@ Les plus importants d'entre eux:
décodeur Sorenson 1 (SVQ1) natif
- décodeur Sorenson 3 (SVQ3) Win32/QT
+ décodeur Sorenson 3 (SVQ3) natif
décodeur 3ivx v1, v2
@@ -195,7 +195,7 @@ installation ou votre configuration n'est pas correcte.
FFmpeg contient un codec
open source , qui est capable de décoder des
-flux encodés avec des codecs vidéo H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV,
+flux encodés avec des codecs vidéo H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV/SVQ1/SVQ3,
ou audio WMA (Windows Media Audio). Mais seuls quelques-uns peuvent être encodés
avec, mais il offre également une vitesse plus rapide que les codecs Win32 ou
que la librairie DivX4/5 de DivX.com!
@@ -203,10 +203,17 @@ que la librairie DivX4/5 de DivX.com!
Il contient plein de bons codecs, les plus importantes étant les variantes
-MPEG4: DivX 3, DivX 4, DivX 5, Windows Media Video 7 (WMV1). Le décodeur WMA
+MPEG4: DivX 3, DivX 4, DivX 5, Windows Media Video 7/8 (WMV1/WMV2). Le décodeur WMA
est également très intéressant.
+
+Le codec le plus rescent est le codec Sorenson 3
+(SVQ3). C'est la première implémentation complètement opensource de ce
+codec. Il est même plus rapide que l'original. Assurez-vous d'utiliser celui-ci à
+la place du codec binaire !
+
+
Si vous utilisez une version officielle vous avez libavcodec directement dans
le paquetage, construisez comme d'habitude. Si vous utilisez la version CVS de
@@ -333,7 +340,7 @@ automatiquement.
MPEG1 et MPEG2 sont décodé par la librairie multiplateforme libmpeg2 native, dont le code source est
-inclus dans MPlayer. Nous gérons la vidéo
+inclus dans MPlayer. Nous gérons la vidéo
MPEG 1/2 boguée en attrapant le Signal 11
(segmentation fault), et en réinitialisant rapidement
le codec, continuant ainsi exactement où l'erreur c'est produite. Cette
@@ -505,12 +512,11 @@ d
l'autre est dans libavcodec. Vous pouvez invoquer chacun d'eux avec les options
et respectivement.
Certains fichiers peuvent fonctionner avec l'un, et pas avec l'autre, donc
- testez les deux décodeurs. Le décodeur a été écrit (par reverse-engineering)
- par les auteurs de Xine.
+ testez les deux décodeurs.
- Sorenson 3 (fourcc SVQ3) - décodage supporté par les
- librairies QuickTime Win32
+ Sorenson 3 (fourcc SVQ3) - décodage supporté par le
+ codec natif (libavcodec)
diff --git a/DOCS/xml/fr/documentation.xml b/DOCS/xml/fr/documentation.xml
index 61b094bf6f..59ad0a9380 100644
--- a/DOCS/xml/fr/documentation.xml
+++ b/DOCS/xml/fr/documentation.xml
@@ -72,7 +72,11 @@ ou faites une recherche dans ces fichiers.
Règle principale de cette documentation: si ce n'est pas documenté, cela
-n'existe pas. Si je ne dit pas que vous encodez l'audio à partir du tuner TV, c'est que vous ne pouvez pas. Cependant, une bonne quantité de talents combinés est la bienvenue. Bonne chance. Vous en aurez besoin :) Et pour un autre bon conseil, laissez-moi citer Chris Phillips sur la liste de diffusion mplayer-users:
+n'existe pas. Si je ne dit pas que vous pouvez encoder
+l'audio à partir du tuner TV, c'est que vous ne pouvez pas. Cependant, une bonne
+quantité de talents combinés est la bienvenue. Bonne chance. Vous en aurez besoin :)
+Et pour un autre bon conseil, laissez-moi citer Chris Phillips sur la liste de
+diffusion mplayer-users:
@@ -99,8 +103,8 @@ R
(fonctionne sur de nombreux autres Un*x, et processeurs non-x86
voir la section ). Il lit la majorité des fichiers MPEG,
VOB, AVI, OGG, VIVO, ASF/WMV, QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ,
-PVA supportés par de nombreux codecs natifs, XAnim et les DLLs Win32. Vous pouvez
-voir les VideoCD, SVCD, DVD, 3ivx, RealMedia,
+PVA, Matroska supportés par de nombreux codecs natifs, XAnim et les DLLs Win32. Vous pouvez
+voir les VideoCD, SVCD, DVD, 3ivx, RealMedia, Sorenson, Theora,
ainsi que les vidéos au format DivX (et vous
n'avez même pas besoin de la bibliothèque avifile pour cela !). L'autre point fort
de MPlayer supporte la décompression matérielle fournie
diff --git a/DOCS/xml/fr/history.xml b/DOCS/xml/fr/history.xml
index 62e1833f33..aa50b11861 100644
--- a/DOCS/xml/fr/history.xml
+++ b/DOCS/xml/fr/history.xml
@@ -86,6 +86,14 @@ d'images. J'ai donc décidé d'en écrire/modifier un...
MPlayer 0.90 "The CounterCounter" 6 Avr 2003
+
+ Après plus d'un an, nous avons finalement conclus que le code était
+ de nouveau suffisemment stable, et prèt à sortir en temps que version officielle.
+ Malheureusement nous avons oublié d'incrémenter le numéro de version, et d'autres
+ bogues ennuyeux sont apparus, donc préparez-vous pour...
+
+
+ MPlayer 0.91 "?" date encore inconnue
diff --git a/DOCS/xml/fr/install.xml b/DOCS/xml/fr/install.xml
index a8cb093eef..0390896c77 100644
--- a/DOCS/xml/fr/install.xml
+++ b/DOCS/xml/fr/install.xml
@@ -32,11 +32,11 @@ recommand
N'utilisez jamais 2.96 ou 3.0.x! Ils
génèrent des erreurs de code. Si vous décidez de changer votre gcc
2.96, n'optez pas en faveur d'un 3.0.x uniquement parce qu'il sera plus récent!
- Les premières versions des 3.0.x étaient encore plus boguées que 2.96. Donc
+ Les premières versions des 3.x étaient encore plus boguées que 2.96. Donc
downgradez vers 2.95.x (downgradez libstdc++
également, d'autres programmes pourraient en avoir besoin) ou ne changez pas du tout
(mais dans ce cas, préparez-vous à des problèmes lors de l'exécution). Si vous optez
- pour un 3.x.x, essayez toujours la dernière version, les plus anciennes avaient des
+ pour un 3.x, essayez toujours la dernière version, les plus anciennes avaient des
bogues variés, donc assurez-vous d'utiliser au moins 3.1, il est testé et
fonctionnel. Pour de plus amples informations sur les bogues de gcc 2.96 (qui ne
sont toujours PAS fixés, il ont été CONTOURNÉS dans MPlayer!), voir la section
@@ -44,7 +44,7 @@ recommand
XFree86 - version conseillée :
- toujours la plus récente (4.3.0).
+ toujours la plus récente (4.3).
Normalement, tout le monde veut cela, car à partir de la version 4.0.2, XFree86
contient l'extension XVideo (parfois appelé
Xv) qui est nécessaire pour activer l'accélération
@@ -102,6 +102,9 @@ recommand
libxmms - optionnel, pour le support des plugins
d'entrée de XMMS. Au moins 1.2.7 est requis.
+
+ libsmb - optionnel, pour le support Samba.
+
@@ -112,7 +115,8 @@ recommand
libavcodec: Ce paquet de codecs est capable de
- décoder les flux encodés en H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1, sur
+ décoder les flux encodés en H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV11/WMV2/SVQ1/SVQ3
+ et les flux audio WMA (Windows Media Audio) v1/v2, sur
plusieurs plateformes. Il est également considéré comme le plus rapide pour cette
tâche. Voir cette section pour de plus amples détails.
Fonctionnalités:
@@ -149,7 +153,7 @@ recommand
(exemple: DV, ATI VCR, MJPEG)
- requis si vous voulez lire des films WMV8, WMV9/WMA9.
+ requis si vous voulez lire des films WMV9/WMA9.
Non requis pour les vieux ASF avec vidéo MP41 ou MP42 (bien que VoxWare audio soit
@@ -161,7 +165,7 @@ recommand
codecs QuickTime: sur les plateformes x86 ces
- codecs peuvent être utilisés pour décoder Sorenson v1/v3, RPZA, et autres vidéos
+ codecs peuvent être utilisés pour décoder RPZA et les autres vidéos
QuickTime, ainsi que les flux audio QDesign. Les instructions d'installation peuvent
être trouvées dans la section
codec vidéo Sorenson.
@@ -435,11 +439,11 @@ make install
A ce point, MPlayer est prêt à fonctionner.
Le répertoire $PREFIX/share/mplayer
contient le fichier codecs.conf, qui est utilisé pour
-donner au programme la liste des codecs et de leurs capacités. Ce fichier devrait
-toujours être tenu à jour par rapport au binaire principal. Vérifiez si vous avez un
-codecs.conf dans votre répertoire personnel
-(~/.mplayer/codecs.conf) provenant d'une ancienne installation de
-MPlayer, et supprimez-le.
+donner au programme la liste des codecs et de leurs capacités. Ce fichier n'est requis
+que si vous voulez changer ses propriétés, car le binaire principal en contient une
+copie interne. Vérifiez si vous avez un codecs.conf dans votre
+répertoire personnel (~/.mplayer/codecs.conf) provenant d'une
+ancienne installation de MPlayer, et supprimez-le.
@@ -554,6 +558,10 @@ dans dans les formats de destination suivants, avec les options associ
+
+MEncoder peut convertir les sous-titres DVD au format VobSub.
+
+
Les options en ligne de commande diffèrent légèrement suivant les différents formats:
@@ -642,6 +650,7 @@ A propos des sous-titres DVD, voir la section DVD.
avantage est de se baser dynamiquement sur la durée (bien qu'il
possède également un mode basé sur les frames). Exemple (de DOCS/tech/mpsub.sub):
+FORMAT=TIME
# premier nombre : attends cette durée après la disparition du dernier sous-titre
# second nombre : affiche le sous-titre en cours pour tant de secondes
@@ -683,6 +692,20 @@ les fonctions d'OSD/SUB. Plusieurs mani
+
+ Utilisez une fonte TrueType (TTF), par l'intermédiaire de la librairie
+ freetype. La Version 2.0.9 ou supérieur est obligatoire!
+ Ensuite vous avez deux méthodes:
+
+
+ utilisez l'option pour spécifier
+ un fichier de polices TrueType à chaque fois.
+
+
+ créez un lien symbolique:ln -s /chemin/de/arial.ttf ~/.mplayer/subfont.ttf
+
+
+
Téléchargez des paquetages de polices prêtes à l'emploi depuis le site de MPlayer.
Note: Les polices actuellement disponibles sont limitées a l'iso 8859-1/2, mais
@@ -725,38 +748,24 @@ les fonctions d'OSD/SUB. Plusieurs mani
-
+
Utilisez le générateur de polices de TOOLS/subfont-c. C'est un outil complet pour
+ class="directory">TOOLS/subfont-c. C'est un outil complet pour
convertir les polices TTF/Type1/etc vers des paquetages de polices mplayer.
(lisez TOOLS/subfont-c/README pour plus de détails)
Utilisez le plugin générateur de polices de GIMP situé dans TOOLS/subfont-GIMP (note: vous devez également
+ class="directory">TOOLS/subfont-GIMP (note: vous devez également
avoir le plugin HSI RAW, voir adresse plus bas)
-
- Utilisez une fonte TrueType (TTF), par l'intermédiaire de la librairie
- freetype. La Version 2.0.9 ou supérieur est obligatoire!
- Ensuite vous avez deux méthodes:
-
-
- utilisez l'option pour spécifier
- un fichier de polices TrueType à chaque fois.
-
-
- créez un lien symbolique:ln -s /chemin/de/arial.ttf ~/.mplayer/subfont.ttf
-
-
-
-Si vous avez choisi des polices non-TTF, dézippez le fichier vers ~/.mplayer
+Si vous avez choisi des polices non-TTF, dézippez le fichier vers ~/.mplayer
ou $PREFIX/share/mplayer. Ensuite renommez
ou faites un lien symbolique de l'un d'eux sur font, par exemple:
diff --git a/DOCS/xml/fr/video.xml b/DOCS/xml/fr/video.xml
index b0a74ff9ee..5b794a0c2b 100644
--- a/DOCS/xml/fr/video.xml
+++ b/DOCS/xml/fr/video.xml
@@ -230,8 +230,8 @@ ou passez la vitesse de rafra
-Radeon VE - actuellement seule la version CVS de XFree86 a un driver pour cette carte,
-pas la version 4.1.0. Pas de support TV-out. Bien sûr avec MPlayer
+Radeon VE - si vous avez besoin de X, utilisez 4.2.0 ou supérieur pour cette carte.
+Pas de support TV-out. Bien sûr avec MPlayer
vous pouvez heureusement avoir un affichage accéleré,
avec ou sans sortie TV, et aucune librairie ou X ne
sont requis. Lire la section VIDIX.
@@ -243,18 +243,19 @@ sont requis. Lire la section VIDIX.
Cartes NeoMagic
-Ces cartes sont utilisées sur de nombreux portables. Malheureusement, XFree avant la
-version 4.3.0 ne gère pas Xv, mais Stefan Seyfried fournit
-des pilotes Xv.
-Choisissez juste celui qui s'applique à votre version de XFree.
+Ces cartes sont utilisées sur de nombreux portables. Vous devez utiliser XFree86 4.3.0
+ou supérieur, ou utiliser
+les pilotes Xv
+de Stefan Seyfried.
+Choisissez juste celui qui s'applique à votre version de XFree86.
XFree86 4.3.0 inclut le support Xv, mais Bohdan Horst a envoyé un petit
patch
-pour les sources XFree86 qui accélère les opérations framebuffer jusqu'à 4 fois. Ce
-patch a été inclus dans le CVS de XFree86 et devrait être dans la prochaine version
-suivant 4.3.0.
+pour les sources XFree86 qui accélère les opérations framebuffer (et donc XVideo)
+jusqu'à 4 fois. Ce patch a été inclus dans le CVS de XFree86 et devrait être dans
+la prochaine version suivant 4.3.0.
@@ -809,9 +810,8 @@ La sortie FBdev accepte certains param
.
- l'option n'est pas supportée (le redimensionnement logiciel
- est trop lent). L'option L'option -fs n'est pas supportée non
- plus. Vous ne pouvez pas utiliser de modes 8bpp (ou moins).
+ l'option n'est pas supportée (Utilisez l'option
+ ). Vous ne pouvez pas utiliser de modes 8bpp (ou moins).
vous pouvez vouloir désactiver le curseur:
@@ -1496,7 +1496,9 @@ de Ville Syrjala.
-nous n'avons pas pu le faire fonctionner, mais d'autres ont pu. De toutes façons, le
+La première version de DirectFB que nous aurions pu faire fonctionner était la
+0.9.17. (elle est boguée, nécessite ce patch surfacemanager
+disponible sur l'URL ci-dessus). De toutes façons, le
portage du code CRTC2 dansmga_vid est sous-jacent.